#8A4917

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

Shades of Saddle Brown #8A4917

Tints of Saddle Brown #8A4917

Color information

#8A4917 (or 0x8A4917) is unknown color: approx Saddle Brown. HEX triplet: 8A, 49 and 17. RGB value is (138,73,23). Sum of RGB (Red+Green+Blue) = 138+73+23=234 (30% of max value = 765). Red value is 138 (54.30% from 255 or 58.97% from 234); Green value is 73 (28.91% from 255 or 31.20% from 234); Blue value is 23 (9.38% from 255 or 9.83% from 234); Max value from RGB is 138 - color contains mainly: red. Hex color #8A4917 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #8A4917 is #75B6E8. Grayscale: #575757. Windows color (decimal): -7714537 or 1526154. OLE color: 1526154.

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

Color convert

RGB1387323-
CMYK00.470.830.46
HSL26.09º71.43%31.57%-
HSV(B)26.09º83.33%54.12%-
XYZ13.0210.232.1-
YUV86.7492.03164.57-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 58.97%
GREEN value IS 73 (28.91% from 255) = 31.20%
BLUE value IS 23 (9.38% from 255) = 9.83%
R=58.97%
G=31.20%
B=9.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.83
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal138732300.470.830.4626.0971.4331.57
Hex8A491702F532E1a4720
Octal21211127057123563210740
Binary1000101010010011011101011111010011101110110101000111100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8A4917

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(138,73,23); }

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

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

 a { background-color: rgb(138,73,23); }

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

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

 span { border-color: rgb(138,73,23); }

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