#8D4310

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

Shades of Saddle Brown #8D4310

Tints of Saddle Brown #8D4310

Color information

#8D4310 (or 0x8D4310) is unknown color: approx Saddle Brown. HEX triplet: 8D, 43 and 10. RGB value is (141,67,16). Sum of RGB (Red+Green+Blue) = 141+67+16=224 (29% of max value = 765). Red value is 141 (55.47% from 255 or 62.95% from 224); Green value is 67 (26.56% from 255 or 29.91% from 224); Blue value is 16 (6.64% from 255 or 7.14% from 224); Max value from RGB is 141 - color contains mainly: red. Hex color #8D4310 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #8D4310 is #72BCEF. Grayscale: #535353. Windows color (decimal): -7519472 or 1065869. OLE color: 1065869.

HSL color Cylindrical-coordinate representation of color #8D4310: hue angle of 24.48º 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 #8D4310 is Cyan = 0, Magento = 0.52, Yellow = 0.89 and Black (K on CMYK) = 0.45.

Color convert

RGB1416716-
CMYK00.520.890.45
HSL24.48º79.62%30.78%-
HSV(B)24.48º88.65%55.29%-
XYZ13.099.711.68-
YUV83.3190.02169.15-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 62.95%
GREEN value IS 67 (26.56% from 255) = 29.91%
BLUE value IS 16 (6.64% from 255) = 7.14%
R=62.95%
G=29.91%
B=7.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.89
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal141671600.520.890.4524.4879.6230.78
Hex8D4310034592D18501f
Octal21510320064131553012037
Binary100011011000011100000110100101100110110111000101000011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8D4310

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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