Html Css Color HEX #8E5114 Saddle Brown

📋 copy color: '#8E5114'

red 142 ◦ green 81 ◦ blue 20

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

Shades of Saddle Brown #8E5114

Tints of Saddle Brown #8E5114

RGB

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

 GREEN value IS 81 (32.03% from 255) = 33.33%

 BLUE value IS 20 (8.2% from 255) = 8.23%

R = 58.44%
G = 33.33%
B = 8.23%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.86

 K value IS 0.44

RGB Variations

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

Color information

#8E5114 (or 0x8E5114) is known color: Saddle Brown. HEX triplet: 8E, 51 and 14. RGB value is (142,81,20). Sum of RGB (Red+Green+Blue) = 142+81+20=243 (32% of max value = 765). Red value is 142 (55.86% from 255 or 58.44% from 243); Green value is 81 (32.03% from 255 or 33.33% from 243); Blue value is 20 (8.20% from 255 or 8.23% from 243); Max value from RGB is 142 - color contains mainly: red. Hex color #8E5114 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #8E5114 is #71AEEB. Grayscale: #5C5C5C. Windows color (decimal): -7450348 or 1331598. OLE color: 1331598.

HSL color Cylindrical-coordinate representation of color #8E5114: hue angle of 30º degrees, saturation: 0.75, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #8E5114 is Cyan = 0, Magento = 0.43, Yellow = 0.86 and Black (K on CMYK) = 0.44.

Color convert

RGB 142 81 20 -
CMYK 0 0.43 0.86 0.44
HSL 30º 0.75% 0.32% -
HSV(B) 30º 0.86% 0.56% -
XYZ 14.22 11.69 2.17 -
YUV 92.29 87.21 163.46 -
System Red Green Blue C M Y K H S L
Decimal 142 81 20 0 0.43 0.86 0.44 30 0.75 0.32
Hex 8E 51 14 0 2B 56 2C 1E 4B 20
Octal 216 121 24 0 53 126 54 36 113 40
Binary 10001110 1010001 10100 0 101011 1010110 101100 11110 1001011 100000

Color Harmonies of #8E5114

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8E5114

Black with #8E5114

Text Example


Text Example

White with #8E5114

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(142,81,20); }

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

background-color css

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

 a { background-color: rgb(142,81,20); }

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

border-color css

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

 span { border-color: rgb(142,81,20); }

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