Html Css Color HEX #8E4C20 Saddle Brown

📋 copy color: '#8E4C20'

red 142 ◦ green 76 ◦ blue 32

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

Shades of Saddle Brown #8E4C20

Tints of Saddle Brown #8E4C20

RGB

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

 GREEN value IS 76 (30.08% from 255) = 30.4%

 BLUE value IS 32 (12.89% from 255) = 12.8%

R = 56.8%
G = 30.4%
B = 12.8%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.77

 K value IS 0.44

RGB Variations

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

Color information

#8E4C20 (or 0x8E4C20) is known color: Saddle Brown. HEX triplet: 8E, 4C and 20. RGB value is (142,76,32). Sum of RGB (Red+Green+Blue) = 142+76+32=250 (33% of max value = 765). Red value is 142 (55.86% from 255 or 56.8% from 250); Green value is 76 (30.08% from 255 or 30.4% from 250); Blue value is 32 (12.89% from 255 or 12.8% from 250); Max value from RGB is 142 - color contains mainly: red. Hex color #8E4C20 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #8E4C20 is #71B3DF. Grayscale: #5A5A5A. Windows color (decimal): -7451616 or 2116750. OLE color: 2116750.

HSL color Cylindrical-coordinate representation of color #8E4C20: hue angle of 24º degrees, saturation: 0.63, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #8E4C20 is Cyan = 0, Magento = 0.46, Yellow = 0.77 and Black (K on CMYK) = 0.44.

Color convert

RGB 142 76 32 -
CMYK 0 0.46 0.77 0.44
HSL 24º 0.63% 0.34% -
HSV(B) 24º 0.77% 0.56% -
XYZ 14 11.02 2.76 -
YUV 90.72 94.87 164.58 -
System Red Green Blue C M Y K H S L
Decimal 142 76 32 0 0.46 0.77 0.44 24 0.63 0.34
Hex 8E 4C 20 0 2E 4D 2C 18 3F 22
Octal 216 114 40 0 56 115 54 30 77 42
Binary 10001110 1001100 100000 0 101110 1001101 101100 11000 111111 100010

Color Harmonies of #8E4C20

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8E4C20

Black with #8E4C20

Text Example


Text Example

White with #8E4C20

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(142,76,32); }

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

background-color css

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

 a { background-color: rgb(142,76,32); }

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

border-color css

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

 span { border-color: rgb(142,76,32); }

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