#8E530F

Color #8E530F Saddle Brown (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Saddle Brown #8E530F

Tints of Saddle Brown #8E530F

Color information

#8E530F (or 0x8E530F) is unknown color: approx 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

RGB1428315-
CMYK00.420.890.44
HSL32.13º80.89%30.78%-
HSV(B)32.13º89.44%55.69%-
XYZ14.3311.972.01-
YUV92.8984.05163.03-

RGB Variations

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

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 (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.89
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal142831500.420.890.4432.1380.8930.78
Hex8E53F02A592C20511f
Octal21612317052131544012137
Binary100011101010011111101010101011001101100100000101000111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8E530F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>