#8E3816

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

Shades of Saddle Brown #8E3816

Tints of Saddle Brown #8E3816

Color information

#8E3816 (or 0x8E3816) is unknown color: approx Saddle Brown. HEX triplet: 8E, 38 and 16. RGB value is (142,56,22). Sum of RGB (Red+Green+Blue) = 142+56+22=220 (29% of max value = 765). Red value is 142 (55.86% from 255 or 64.55% from 220); Green value is 56 (22.27% from 255 or 25.45% from 220); Blue value is 22 (8.98% from 255 or 10% from 220); Max value from RGB is 142 - color contains mainly: red. Hex color #8E3816 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #8E3816 is #71C7E9. Grayscale: #4E4E4E. Windows color (decimal): -7456746 or 1456270. OLE color: 1456270.

HSL color Cylindrical-coordinate representation of color #8E3816: hue angle of 17º degrees, saturation: 0.73, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #8E3816 is Cyan = 0, Magento = 0.61, Yellow = 0.85 and Black (K on CMYK) = 0.44.

Color convert

RGB1425622-
CMYK00.610.850.44
HSL17º73.17%32.16%-
HSV(B)17º84.51%55.69%-
XYZ12.718.641.76-
YUV77.8496.49173.76-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 64.55%
GREEN value IS 56 (22.27% from 255) = 25.45%
BLUE value IS 22 (8.98% from 255) = 10%
R=64.55%
G=25.45%
B=10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.85
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal142562200.610.850.441773.1732.16
Hex8E381603D552C114920
Octal2167026075125542111140
Binary100011101110001011001111011010101101100100011001001100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8E3816

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(142,56,22); }

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

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

 a { background-color: rgb(142,56,22); }

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

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

 span { border-color: rgb(142,56,22); }

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