Html Css Color HEX #8E4720 Saddle Brown

📋 copy color: '#8E4720'

red 142 ◦ green 71 ◦ blue 32

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

Shades of Saddle Brown #8E4720

Tints of Saddle Brown #8E4720

RGB

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

 GREEN value IS 71 (28.13% from 255) = 28.98%

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

R = 57.96%
G = 28.98%
B = 13.06%

CMYK

 C value IS 0

 M value IS 0.5

 Y value IS 0.77

 K value IS 0.44

RGB Variations

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

Color information

#8E4720 (or 0x8E4720) is known color: Saddle Brown. HEX triplet: 8E, 47 and 20. RGB value is (142,71,32). Sum of RGB (Red+Green+Blue) = 142+71+32=245 (32% of max value = 765). Red value is 142 (55.86% from 255 or 57.96% from 245); Green value is 71 (28.12% from 255 or 28.98% from 245); Blue value is 32 (12.89% from 255 or 13.06% from 245); Max value from RGB is 142 - color contains mainly: red. Hex color #8E4720 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #8E4720 is #71B8DF. Grayscale: #585858. Windows color (decimal): -7452896 or 2115470. OLE color: 2115470.

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

Color convert

RGB 142 71 32 -
CMYK 0 0.5 0.77 0.44
HSL 21.27º 0.63% 0.34% -
HSV(B) 21.27º 0.77% 0.56% -
XYZ 13.67 10.36 2.65 -
YUV 87.78 96.52 166.67 -
System Red Green Blue C M Y K H S L
Decimal 142 71 32 0 0.5 0.77 0.44 21.27 0.63 0.34
Hex 8E 47 20 0 32 4D 2C 15 3F 22
Octal 216 107 40 0 62 115 54 25 77 42
Binary 10001110 1000111 100000 0 110010 1001101 101100 10101 111111 100010

Color Harmonies of #8E4720

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8E4720

Black with #8E4720

Text Example


Text Example

White with #8E4720

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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