#8D5204

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

Shades of Saddle Brown #8D5204

Tints of Saddle Brown #8D5204

Color information

#8D5204 (or 0x8D5204) is unknown color: approx Saddle Brown. HEX triplet: 8D, 52 and 04. RGB value is (141,82,4). Sum of RGB (Red+Green+Blue) = 141+82+4=227 (30% of max value = 765). Red value is 141 (55.47% from 255 or 62.11% from 227); Green value is 82 (32.42% from 255 or 36.12% from 227); Blue value is 4 (1.95% from 255 or 1.76% from 227); Max value from RGB is 141 - color contains mainly: red. Hex color #8D5204 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #8D5204 is #72ADFB. Grayscale: #5B5B5B. Windows color (decimal): -7515644 or 283277. OLE color: 283277.

HSL color Cylindrical-coordinate representation of color #8D5204: hue angle of 34.16º degrees, saturation: 0.94, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #8D5204 is Cyan = 0, Magento = 0.42, Yellow = 0.97 and Black (K on CMYK) = 0.45.

Color convert

RGB141824-
CMYK00.420.970.45
HSL34.16º94.48%28.43%-
HSV(B)34.16º97.16%55.29%-
XYZ14.0211.711.64-
YUV90.7579.05163.84-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 62.11%
GREEN value IS 82 (32.42% from 255) = 36.12%
BLUE value IS 4 (1.95% from 255) = 1.76%
R=62.11%
G=36.12%
B=1.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.97
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal14182400.420.970.4534.1694.4828.43
Hex8D52402A612D225e1c
Octal2151224052141554213634
Binary10001101101001010001010101100001101101100010101111011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8D5204

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(141,82,4); }

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

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

 a { background-color: rgb(141,82,4); }

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

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

 span { border-color: rgb(141,82,4); }

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