#8E501C

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

Shades of Saddle Brown #8E501C

Tints of Saddle Brown #8E501C

Color information

#8E501C (or 0x8E501C) is unknown color: approx Saddle Brown. HEX triplet: 8E, 50 and 1C. RGB value is (142,80,28). Sum of RGB (Red+Green+Blue) = 142+80+28=250 (33% of max value = 765). Red value is 142 (55.86% from 255 or 56.8% from 250); Green value is 80 (31.64% from 255 or 32% from 250); Blue value is 28 (11.33% from 255 or 11.2% from 250); Max value from RGB is 142 - color contains mainly: red. Hex color #8E501C is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #8E501C is #71AFE3. Grayscale: #5C5C5C. Windows color (decimal): -7450596 or 1855630. OLE color: 1855630.

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

Color convert

RGB1428028-
CMYK00.440.800.44
HSL27.37º67.06%33.33%-
HSV(B)27.37º80.28%55.69%-
XYZ14.2311.572.58-
YUV92.6191.54163.23-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 56.8%
GREEN value IS 80 (31.64% from 255) = 32%
BLUE value IS 28 (11.33% from 255) = 11.2%
R=56.8%
G=32%
B=11.2%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.80
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal142802800.440.800.4427.3767.0633.33
Hex8E501C02C502C1b4321
Octal21612034054120543310341
Binary1000111010100001110001011001010000101100110111000011100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8E501C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(142,80,28); }

 H1.HeaderClassName
 {
   color: #8E501C;
 }
 .AnyTagClassName
 {
   color: #8E501C;
 }
</style>
background-color css

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

 a { background-color: rgb(142,80,28); }

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

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

 span { border-color: rgb(142,80,28); }

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