#8A4E16

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

Shades of Saddle Brown #8A4E16

Tints of Saddle Brown #8A4E16

Color information

#8A4E16 (or 0x8A4E16) is unknown color: approx Saddle Brown. HEX triplet: 8A, 4E and 16. RGB value is (138,78,22). Sum of RGB (Red+Green+Blue) = 138+78+22=238 (31% of max value = 765). Red value is 138 (54.30% from 255 or 57.98% from 238); Green value is 78 (30.86% from 255 or 32.77% from 238); Blue value is 22 (8.98% from 255 or 9.24% from 238); Max value from RGB is 138 - color contains mainly: red. Hex color #8A4E16 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #8A4E16 is #75B1E9. Grayscale: #595959. Windows color (decimal): -7713258 or 1461898. OLE color: 1461898.

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

Color convert

RGB1387822-
CMYK00.430.840.46
HSL28.97º72.5%31.37%-
HSV(B)28.97º84.06%54.12%-
XYZ13.3510.912.16-
YUV89.5689.88162.55-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 57.98%
GREEN value IS 78 (30.86% from 255) = 32.77%
BLUE value IS 22 (8.98% from 255) = 9.24%
R=57.98%
G=32.77%
B=9.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.84
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal138782200.430.840.4628.9772.531.37
Hex8A4E1602B542E1d481f
Octal21211626053124563511037
Binary100010101001110101100101011101010010111011101100100011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8A4E16

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(138,78,22); }

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

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

 a { background-color: rgb(138,78,22); }

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

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

 span { border-color: rgb(138,78,22); }

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