#8D4415

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

Shades of Saddle Brown #8D4415

Tints of Saddle Brown #8D4415

Color information

#8D4415 (or 0x8D4415) is unknown color: approx Saddle Brown. HEX triplet: 8D, 44 and 15. RGB value is (141,68,21). Sum of RGB (Red+Green+Blue) = 141+68+21=230 (30% of max value = 765). Red value is 141 (55.47% from 255 or 61.30% from 230); Green value is 68 (26.95% from 255 or 29.57% from 230); Blue value is 21 (8.59% from 255 or 9.13% from 230); Max value from RGB is 141 - color contains mainly: red. Hex color #8D4415 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #8D4415 is #72BBEA. Grayscale: #545454. Windows color (decimal): -7519211 or 1393805. OLE color: 1393805.

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

Color convert

RGB1416821-
CMYK00.520.850.45
HSL23.5º74.07%31.76%-
HSV(B)23.5º85.11%55.29%-
XYZ13.199.851.92-
YUV84.4792.18168.32-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 61.30%
GREEN value IS 68 (26.95% from 255) = 29.57%
BLUE value IS 21 (8.59% from 255) = 9.13%
R=61.30%
G=29.57%
B=9.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.85
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal141682100.520.850.4523.574.0731.76
Hex8D4415034552D184a20
Octal21510425064125553011240
Binary1000110110001001010101101001010101101101110001001010100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8D4415

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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