#8D5415

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

Shades of Saddle Brown #8D5415

Tints of Saddle Brown #8D5415

Color information

#8D5415 (or 0x8D5415) is unknown color: approx Saddle Brown. HEX triplet: 8D, 54 and 15. RGB value is (141,84,21). Sum of RGB (Red+Green+Blue) = 141+84+21=246 (32% of max value = 765). Red value is 141 (55.47% from 255 or 57.32% from 246); Green value is 84 (33.20% from 255 or 34.15% from 246); Blue value is 21 (8.59% from 255 or 8.54% from 246); Max value from RGB is 141 - color contains mainly: red. Hex color #8D5415 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #8D5415 is #72ABEA. Grayscale: #5E5E5E. Windows color (decimal): -7515115 or 1397901. OLE color: 1397901.

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

Color convert

RGB1418421-
CMYK00.400.850.45
HSL31.5º74.07%31.76%-
HSV(B)31.5º85.11%55.29%-
XYZ14.2912.062.28-
YUV93.8686.88161.62-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 57.32%
GREEN value IS 84 (33.20% from 255) = 34.15%
BLUE value IS 21 (8.59% from 255) = 8.54%
R=57.32%
G=34.15%
B=8.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.85
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal141842100.400.850.4531.574.0731.76
Hex8D5415028552D204a20
Octal21512425050125554011240
Binary10001101101010010101010100010101011011011000001001010100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8D5415

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(141,84,21); }

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

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

 a { background-color: rgb(141,84,21); }

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

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

 span { border-color: rgb(141,84,21); }

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