#8D5310

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

Shades of Saddle Brown #8D5310

Tints of Saddle Brown #8D5310

Color information

#8D5310 (or 0x8D5310) is unknown color: approx Saddle Brown. HEX triplet: 8D, 53 and 10. RGB value is (141,83,16). Sum of RGB (Red+Green+Blue) = 141+83+16=240 (31% of max value = 765). Red value is 141 (55.47% from 255 or 58.75% from 240); Green value is 83 (32.81% from 255 or 34.58% from 240); Blue value is 16 (6.64% from 255 or 6.67% from 240); Max value from RGB is 141 - color contains mainly: red. Hex color #8D5310 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #8D5310 is #72ACEF. Grayscale: #5D5D5D. Windows color (decimal): -7515376 or 1069965. OLE color: 1069965.

HSL color Cylindrical-coordinate representation of color #8D5310: hue angle of 32.16º degrees, saturation: 0.8, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #8D5310 is Cyan = 0, Magento = 0.41, Yellow = 0.89 and Black (K on CMYK) = 0.45.

Color convert

RGB1418316-
CMYK00.410.890.45
HSL32.16º79.62%30.78%-
HSV(B)32.16º88.65%55.29%-
XYZ14.1711.892.04-
YUV92.784.72162.45-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 58.75%
GREEN value IS 83 (32.81% from 255) = 34.58%
BLUE value IS 16 (6.64% from 255) = 6.67%
R=58.75%
G=34.58%
B=6.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.89
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal141831600.410.890.4532.1679.6230.78
Hex8D5310029592D20501f
Octal21512320051131554012037
Binary1000110110100111000001010011011001101101100000101000011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8D5310

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(141,83,16); }

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

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

 a { background-color: rgb(141,83,16); }

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

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

 span { border-color: rgb(141,83,16); }

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