Html Css Color HEX #8E511B Saddle Brown

📋 copy color: '#8E511B'

red 142 ◦ green 81 ◦ blue 27

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

Shades of Saddle Brown #8E511B

Tints of Saddle Brown #8E511B

RGB

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

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

 BLUE value IS 27 (10.94% from 255) = 10.8%

R = 56.8%
G = 32.4%
B = 10.8%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.81

 K value IS 0.44

RGB Variations

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

Color information

#8E511B (or 0x8E511B) is known color: Saddle Brown. HEX triplet: 8E, 51 and 1B. RGB value is (142,81,27). Sum of RGB (Red+Green+Blue) = 142+81+27=250 (33% of max value = 765). Red value is 142 (55.86% from 255 or 56.8% from 250); Green value is 81 (32.03% from 255 or 32.4% from 250); Blue value is 27 (10.94% from 255 or 10.8% from 250); Max value from RGB is 142 - color contains mainly: red. Hex color #8E511B is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #8E511B is #71AEE4. Grayscale: #5D5D5D. Windows color (decimal): -7450341 or 1790350. OLE color: 1790350.

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

Color convert

RGB 142 81 27 -
CMYK 0 0.43 0.81 0.44
HSL 28.17º 0.68% 0.33% -
HSV(B) 28.17º 0.81% 0.56% -
XYZ 14.3 11.71 2.54 -
YUV 93.08 90.71 162.89 -
System Red Green Blue C M Y K H S L
Decimal 142 81 27 0 0.43 0.81 0.44 28.17 0.68 0.33
Hex 8E 51 1B 0 2B 51 2C 1C 44 21
Octal 216 121 33 0 53 121 54 34 104 41
Binary 10001110 1010001 11011 0 101011 1010001 101100 11100 1000100 100001

Color Harmonies of #8E511B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8E511B

Black with #8E511B

Text Example


Text Example

White with #8E511B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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