Html Css Color HEX #8E520F Saddle Brown

📋 copy color: '#8E520F'

red 142 ◦ green 82 ◦ blue 15

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

Shades of Saddle Brown #8E520F

Tints of Saddle Brown #8E520F

RGB

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

 GREEN value IS 82 (32.42% from 255) = 34.31%

 BLUE value IS 15 (6.25% from 255) = 6.28%

R = 59.41%
G = 34.31%
B = 6.28%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.89

 K value IS 0.44

RGB Variations

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

Color information

#8E520F (or 0x8E520F) is known color: Saddle Brown. HEX triplet: 8E, 52 and 0F. RGB value is (142,82,15). Sum of RGB (Red+Green+Blue) = 142+82+15=239 (31% of max value = 765). Red value is 142 (55.86% from 255 or 59.41% from 239); Green value is 82 (32.42% from 255 or 34.31% from 239); Blue value is 15 (6.25% from 255 or 6.28% from 239); Max value from RGB is 142 - color contains mainly: red. Hex color #8E520F is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #8E520F is #71ADF0. Grayscale: #5C5C5C. Windows color (decimal): -7450097 or 1004174. OLE color: 1004174.

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

Color convert

RGB 142 82 15 -
CMYK 0 0.42 0.89 0.44
HSL 31.65º 0.81% 0.31% -
HSV(B) 31.65º 0.89% 0.56% -
XYZ 14.26 11.82 1.98 -
YUV 92.3 84.38 163.45 -
System Red Green Blue C M Y K H S L
Decimal 142 82 15 0 0.42 0.89 0.44 31.65 0.81 0.31
Hex 8E 52 F 0 2A 59 2C 20 51 1F
Octal 216 122 17 0 52 131 54 40 121 37
Binary 10001110 1010010 1111 0 101010 1011001 101100 100000 1010001 11111

Color Harmonies of #8E520F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8E520F

Black with #8E520F

Text Example


Text Example

White with #8E520F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(142,82,15); }

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

background-color css

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

 a { background-color: rgb(142,82,15); }

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

border-color css

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

 span { border-color: rgb(142,82,15); }

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