Html Css Color HEX #8E510D Saddle Brown

📋 copy color: '#8E510D'

red 142 ◦ green 81 ◦ blue 13

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

Shades of Saddle Brown #8E510D

Tints of Saddle Brown #8E510D

RGB

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

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

 BLUE value IS 13 (5.47% from 255) = 5.51%

R = 60.17%
G = 34.32%
B = 5.51%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.91

 K value IS 0.44

RGB Variations

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

Color information

#8E510D (or 0x8E510D) is known color: Saddle Brown. HEX triplet: 8E, 51 and 0D. RGB value is (142,81,13). Sum of RGB (Red+Green+Blue) = 142+81+13=236 (31% of max value = 765). Red value is 142 (55.86% from 255 or 60.17% from 236); Green value is 81 (32.03% from 255 or 34.32% from 236); Blue value is 13 (5.47% from 255 or 5.51% from 236); Max value from RGB is 142 - color contains mainly: red. Hex color #8E510D is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #8E510D is #71AEF2. Grayscale: #5B5B5B. Windows color (decimal): -7450355 or 872846. OLE color: 872846.

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

Color convert

RGB 142 81 13 -
CMYK 0 0.43 0.91 0.44
HSL 31.63º 0.83% 0.3% -
HSV(B) 31.63º 0.91% 0.56% -
XYZ 14.17 11.66 1.89 -
YUV 91.49 83.71 164.03 -
System Red Green Blue C M Y K H S L
Decimal 142 81 13 0 0.43 0.91 0.44 31.63 0.83 0.3
Hex 8E 51 D 0 2B 5B 2C 20 53 1E
Octal 216 121 15 0 53 133 54 40 123 36
Binary 10001110 1010001 1101 0 101011 1011011 101100 100000 1010011 11110

Color Harmonies of #8E510D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8E510D

Black with #8E510D

Text Example


Text Example

White with #8E510D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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