Html Css Color HEX #8E420D Saddle Brown

📋 copy color: '#8E420D'

red 142 ◦ green 66 ◦ blue 13

#8E420D
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Saddle Brown #8E420D

Tints of Saddle Brown #8E420D

RGB

 RED value IS 142 (55.86% from 255) = 64.25%

 GREEN value IS 66 (26.17% from 255) = 29.86%

 BLUE value IS 13 (5.47% from 255) = 5.88%

R = 64.25%
G = 29.86%
B = 5.88%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.91

 K value IS 0.44

RGB Variations

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

Color information

#8E420D (or 0x8E420D) is known color: Saddle Brown. HEX triplet: 8E, 42 and 0D. RGB value is (142,66,13). Sum of RGB (Red+Green+Blue) = 142+66+13=221 (29% of max value = 765). Red value is 142 (55.86% from 255 or 64.25% from 221); Green value is 66 (26.17% from 255 or 29.86% from 221); Blue value is 13 (5.47% from 255 or 5.88% from 221); Max value from RGB is 142 - color contains mainly: red. Hex color #8E420D is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #8E420D is #71BDF2. Grayscale: #525252. Windows color (decimal): -7454195 or 869006. OLE color: 869006.

HSL color Cylindrical-coordinate representation of color #8E420D: hue angle of 24.65º 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 #8E420D is Cyan = 0, Magento = 0.54, Yellow = 0.91 and Black (K on CMYK) = 0.44.

Color convert

RGB 142 66 13 -
CMYK 0 0.54 0.91 0.44
HSL 24.65º 0.83% 0.3% -
HSV(B) 24.65º 0.91% 0.56% -
XYZ 13.18 9.68 1.55 -
YUV 82.68 88.68 170.31 -
System Red Green Blue C M Y K H S L
Decimal 142 66 13 0 0.54 0.91 0.44 24.65 0.83 0.3
Hex 8E 42 D 0 36 5B 2C 19 53 1E
Octal 216 102 15 0 66 133 54 31 123 36
Binary 10001110 1000010 1101 0 110110 1011011 101100 11001 1010011 11110

Color Harmonies of #8E420D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8E420D

Black with #8E420D

Text Example


Text Example

White with #8E420D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #8E420D;
 }
 .AnyTagClassName
 {
   color: #8E420D;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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