Html Css Color HEX #8E530F Saddle Brown

📋 copy color: '#8E530F'

red 142 ◦ green 83 ◦ blue 15

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

Shades of Saddle Brown #8E530F

Tints of Saddle Brown #8E530F

RGB

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

 GREEN value IS 83 (32.81% from 255) = 34.58%

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

R = 59.17%
G = 34.58%
B = 6.25%

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

#8E530F (or 0x8E530F) is known color: Saddle Brown. HEX triplet: 8E, 53 and 0F. RGB value is (142,83,15). Sum of RGB (Red+Green+Blue) = 142+83+15=240 (31% of max value = 765). Red value is 142 (55.86% from 255 or 59.17% from 240); Green value is 83 (32.81% from 255 or 34.58% from 240); Blue value is 15 (6.25% from 255 or 6.25% from 240); Max value from RGB is 142 - color contains mainly: red. Hex color #8E530F is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #8E530F is #71ACF0. Grayscale: #5D5D5D. Windows color (decimal): -7449841 or 1004430. OLE color: 1004430.

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

Color convert

RGB 142 83 15 -
CMYK 0 0.42 0.89 0.44
HSL 32.13º 0.81% 0.31% -
HSV(B) 32.13º 0.89% 0.56% -
XYZ 14.33 11.97 2.01 -
YUV 92.89 84.05 163.03 -
System Red Green Blue C M Y K H S L
Decimal 142 83 15 0 0.42 0.89 0.44 32.13 0.81 0.31
Hex 8E 53 F 0 2A 59 2C 20 51 1F
Octal 216 123 17 0 52 131 54 40 121 37
Binary 10001110 1010011 1111 0 101010 1011001 101100 100000 1010001 11111

Color Harmonies of #8E530F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8E530F

Black with #8E530F

Text Example


Text Example

White with #8E530F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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