#8D501C

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

Shades of Saddle Brown #8D501C

Tints of Saddle Brown #8D501C

Color information

#8D501C (or 0x8D501C) is unknown color: approx Saddle Brown. HEX triplet: 8D, 50 and 1C. RGB value is (141,80,28). Sum of RGB (Red+Green+Blue) = 141+80+28=249 (32% of max value = 765). Red value is 141 (55.47% from 255 or 56.63% from 249); Green value is 80 (31.64% from 255 or 32.13% from 249); Blue value is 28 (11.33% from 255 or 11.24% from 249); Max value from RGB is 141 - color contains mainly: red. Hex color #8D501C is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #8D501C is #72AFE3. Grayscale: #5C5C5C. Windows color (decimal): -7516132 or 1855629. OLE color: 1855629.

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

Color convert

RGB1418028-
CMYK00.430.800.45
HSL27.61º66.86%33.14%-
HSV(B)27.61º80.14%55.29%-
XYZ14.0611.482.57-
YUV92.3191.71162.73-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 56.63%
GREEN value IS 80 (31.64% from 255) = 32.13%
BLUE value IS 28 (11.33% from 255) = 11.24%
R=56.63%
G=32.13%
B=11.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.80
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal141802800.430.800.4527.6166.8633.14
Hex8D501C02B502D1c4321
Octal21512034053120553410341
Binary1000110110100001110001010111010000101101111001000011100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8D501C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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