#8E300D

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

Shades of Saddle Brown #8E300D

Tints of Saddle Brown #8E300D

Color information

#8E300D (or 0x8E300D) is unknown color: approx Saddle Brown. HEX triplet: 8E, 30 and 0D. RGB value is (142,48,13). Sum of RGB (Red+Green+Blue) = 142+48+13=203 (26% of max value = 765). Red value is 142 (55.86% from 255 or 69.95% from 203); Green value is 48 (19.14% from 255 or 23.65% from 203); Blue value is 13 (5.47% from 255 or 6.40% from 203); Max value from RGB is 142 - color contains mainly: red. Hex color #8E300D is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #8E300D is #71CFF2. Grayscale: #484848. Windows color (decimal): -7458803 or 864398. OLE color: 864398.

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

Color convert

RGB1424813-
CMYK00.660.910.44
HSL16.28º83.23%30.39%-
HSV(B)16.28º90.85%55.69%-
XYZ12.287.891.26-
YUV72.1294.64177.85-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 69.95%
GREEN value IS 48 (19.14% from 255) = 23.65%
BLUE value IS 13 (5.47% from 255) = 6.40%
R=69.95%
G=23.65%
B=6.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.91
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal142481300.660.910.4416.2883.2330.39
Hex8E30D0425B2C10531e
Octal21660150102133542012336
Binary10001110110000110101000010101101110110010000101001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8E300D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(142,48,13); }

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

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

 a { background-color: rgb(142,48,13); }

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

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

 span { border-color: rgb(142,48,13); }

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