#8a3e16

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

Shades of Saddle Brown #8A3E16

Tints of Saddle Brown #8A3E16

Color information

#8A3E16 (or 0x8A3E16) is unknown color: approx Saddle Brown. HEX triplet: 8A, 3E and 16. RGB value is (138,62,22). Sum of RGB (Red+Green+Blue) = 138+62+22=222 (29% of max value = 765). Red value is 138 (54.30% from 255 or 62.16% from 222); Green value is 62 (24.61% from 255 or 27.93% from 222); Blue value is 22 (8.98% from 255 or 9.91% from 222); Max value from RGB is 138 - color contains mainly: red. Hex color #8A3E16 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #8A3E16 is #75C1E9. Grayscale: #505050. Windows color (decimal): -7717354 or 1457802. OLE color: 1457802.

HSL color Cylindrical-coordinate representation of color #8A3E16: hue angle of 20.69º 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 #8A3E16 is Cyan = 0, Magento = 0.55, Yellow = 0.84 and Black (K on CMYK) = 0.46.

Color convert

RGB1386222-
CMYK00.550.840.46
HSL20.69º72.5%31.37%-
HSV(B)20.69º84.06%54.12%-
XYZ12.358.911.83-
YUV80.1695.18169.25-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 62.16%
GREEN value IS 62 (24.61% from 255) = 27.93%
BLUE value IS 22 (8.98% from 255) = 9.91%
R=62.16%
G=27.93%
B=9.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.84
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal138622200.550.840.4620.6972.531.37
Hex8A3E16037542E15481f
Octal2127626067124562511037
Binary10001010111110101100110111101010010111010101100100011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8a3e16

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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