#8a4001

Color #8A4001 Saddle Brown (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Saddle Brown #8A4001

Tints of Saddle Brown #8A4001

Color information

#8A4001 (or 0x8A4001) is unknown color: approx Saddle Brown. HEX triplet: 8A, 40 and 01. RGB value is (138,64,1). Sum of RGB (Red+Green+Blue) = 138+64+1=203 (26% of max value = 765). Red value is 138 (54.30% from 255 or 67.98% from 203); Green value is 64 (25.39% from 255 or 31.53% from 203); Blue value is 1 (0.78% from 255 or 0.49% from 203); Max value from RGB is 138 - color contains mainly: red. Hex color #8A4001 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #8A4001 is #75BFFE. Grayscale: #4F4F4F. Windows color (decimal): -7716863 or 82058. OLE color: 82058.

HSL color Cylindrical-coordinate representation of color #8A4001: hue angle of 27.59º degrees, saturation: 0.99, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #8A4001 is Cyan = 0, Magento = 0.54, Yellow = 0.99 and Black (K on CMYK) = 0.46.

Color convert

RGB138641-
CMYK00.540.990.46
HSL27.59º98.56%27.25%-
HSV(B)27.59º99.28%54.12%-
XYZ12.329.071.13-
YUV78.9484.02170.12-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 138 (54.30% from 255) = 67.98%
GREEN value IS 64 (25.39% from 255) = 31.53%
BLUE value IS 1 (0.78% from 255) = 0.49%
R=67.98%
G=31.53%
B=0.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.99
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal13864100.540.990.4627.5998.5627.25
Hex8A401036632E1c631b
Octal2121001066143563414333
Binary10001010100000010110110110001110111011100110001111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8a4001

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #8a4001; }

 p { color: rgb(138,64,1); }

 H1.HeaderClassName
 {
   color: #8a4001;
 }
 .AnyTagClassName
 {
   color: #8a4001;
 }
</style>
background-color css

<style>
 a { background-color: #8a4001; }

 a { background-color: rgb(138,64,1); }

 div.DivClassName
 {
   background-color: #8a4001;
 }
 .BgClassName
 {
   background-color: #8a4001;
 }
</style>
border-color css

<style>
 span { border-color: #8a4001; }

 span { border-color: rgb(138,64,1); }

 td.TdClassName
 {
   border-color: #8a4001;
 }
 .TagClassName
 {
   border-color: #8a4001;
 }
</style>