Html Css Color HEX #8E4215 Saddle Brown

📋 copy color: '#8E4215'

red 142 ◦ green 66 ◦ blue 21

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

Shades of Saddle Brown #8E4215

Tints of Saddle Brown #8E4215

RGB

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

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

 BLUE value IS 21 (8.59% from 255) = 9.17%

R = 62.01%
G = 28.82%
B = 9.17%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.85

 K value IS 0.44

RGB Variations

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

Color information

#8E4215 (or 0x8E4215) is known color: Saddle Brown. HEX triplet: 8E, 42 and 15. RGB value is (142,66,21). Sum of RGB (Red+Green+Blue) = 142+66+21=229 (30% of max value = 765). Red value is 142 (55.86% from 255 or 62.01% from 229); Green value is 66 (26.17% from 255 or 28.82% from 229); Blue value is 21 (8.59% from 255 or 9.17% from 229); Max value from RGB is 142 - color contains mainly: red. Hex color #8E4215 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #8E4215 is #71BDEA. Grayscale: #535353. Windows color (decimal): -7454187 or 1393294. OLE color: 1393294.

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

Color convert

RGB 142 66 21 -
CMYK 0 0.54 0.85 0.44
HSL 22.31º 0.74% 0.32% -
HSV(B) 22.31º 0.85% 0.56% -
XYZ 13.24 9.7 1.88 -
YUV 83.59 92.68 169.66 -
System Red Green Blue C M Y K H S L
Decimal 142 66 21 0 0.54 0.85 0.44 22.31 0.74 0.32
Hex 8E 42 15 0 36 55 2C 16 4A 20
Octal 216 102 25 0 66 125 54 26 112 40
Binary 10001110 1000010 10101 0 110110 1010101 101100 10110 1001010 100000

Color Harmonies of #8E4215

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8E4215

Black with #8E4215

Text Example


Text Example

White with #8E4215

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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