#8D5017

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

Shades of Saddle Brown #8D5017

Tints of Saddle Brown #8D5017

Color information

#8D5017 (or 0x8D5017) is unknown color: approx Saddle Brown. HEX triplet: 8D, 50 and 17. RGB value is (141,80,23). Sum of RGB (Red+Green+Blue) = 141+80+23=244 (32% of max value = 765). Red value is 141 (55.47% from 255 or 57.79% from 244); Green value is 80 (31.64% from 255 or 32.79% from 244); Blue value is 23 (9.38% from 255 or 9.43% from 244); Max value from RGB is 141 - color contains mainly: red. Hex color #8D5017 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #8D5017 is #72AFE8. Grayscale: #5C5C5C. Windows color (decimal): -7516137 or 1527949. OLE color: 1527949.

HSL color Cylindrical-coordinate representation of color #8D5017: hue angle of 28.98º degrees, saturation: 0.72, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #8D5017 is Cyan = 0, Magento = 0.43, Yellow = 0.84 and Black (K on CMYK) = 0.45.

Color convert

RGB1418023-
CMYK00.430.840.45
HSL28.98º71.95%32.16%-
HSV(B)28.98º83.69%55.29%-
XYZ14.0111.462.28-
YUV91.7489.21163.13-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 57.79%
GREEN value IS 80 (31.64% from 255) = 32.79%
BLUE value IS 23 (9.38% from 255) = 9.43%
R=57.79%
G=32.79%
B=9.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.84
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal141802300.430.840.4528.9871.9532.16
Hex8D501702B542D1d4820
Octal21512027053124553511040
Binary1000110110100001011101010111010100101101111011001000100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8D5017

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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