#8D4C10

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

Shades of Saddle Brown #8D4C10

Tints of Saddle Brown #8D4C10

Color information

#8D4C10 (or 0x8D4C10) is unknown color: approx Saddle Brown. HEX triplet: 8D, 4C and 10. RGB value is (141,76,16). Sum of RGB (Red+Green+Blue) = 141+76+16=233 (30% of max value = 765). Red value is 141 (55.47% from 255 or 60.52% from 233); Green value is 76 (30.08% from 255 or 32.62% from 233); Blue value is 16 (6.64% from 255 or 6.87% from 233); Max value from RGB is 141 - color contains mainly: red. Hex color #8D4C10 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #8D4C10 is #72B3EF. Grayscale: #585858. Windows color (decimal): -7517168 or 1068173. OLE color: 1068173.

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

Color convert

RGB1417616-
CMYK00.460.890.45
HSL28.8º79.62%30.78%-
HSV(B)28.8º88.65%55.29%-
XYZ13.6610.871.87-
YUV88.5987.03165.38-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 60.52%
GREEN value IS 76 (30.08% from 255) = 32.62%
BLUE value IS 16 (6.64% from 255) = 6.87%
R=60.52%
G=32.62%
B=6.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.89
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal141761600.460.890.4528.879.6230.78
Hex8D4C1002E592D1d501f
Octal21511420056131553512037
Binary100011011001100100000101110101100110110111101101000011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8D4C10

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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