#8E400B

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

Shades of Saddle Brown #8E400B

Tints of Saddle Brown #8E400B

Color information

#8E400B (or 0x8E400B) is unknown color: approx Saddle Brown. HEX triplet: 8E, 40 and 0B. RGB value is (142,64,11). Sum of RGB (Red+Green+Blue) = 142+64+11=217 (28% of max value = 765). Red value is 142 (55.86% from 255 or 65.44% from 217); Green value is 64 (25.39% from 255 or 29.49% from 217); Blue value is 11 (4.69% from 255 or 5.07% from 217); Max value from RGB is 142 - color contains mainly: red. Hex color #8E400B is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #8E400B is #71BFF4. Grayscale: #515151. Windows color (decimal): -7454709 or 737422. OLE color: 737422.

HSL color Cylindrical-coordinate representation of color #8E400B: hue angle of 24.27º degrees, saturation: 0.86, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #8E400B is Cyan = 0, Magento = 0.55, Yellow = 0.92 and Black (K on CMYK) = 0.44.

Color convert

RGB1426411-
CMYK00.550.920.44
HSL24.27º85.62%30%-
HSV(B)24.27º92.25%55.69%-
XYZ13.059.441.45-
YUV81.2888.34171.31-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 65.44%
GREEN value IS 64 (25.39% from 255) = 29.49%
BLUE value IS 11 (4.69% from 255) = 5.07%
R=65.44%
G=29.49%
B=5.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.92
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal142641100.550.920.4424.2785.6230
Hex8E40B0375C2C18561e
Octal21610013067134543012636
Binary10001110100000010110110111101110010110011000101011011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8E400B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(142,64,11); }

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

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

 a { background-color: rgb(142,64,11); }

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

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

 span { border-color: rgb(142,64,11); }

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