#8D3604

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

Shades of Saddle Brown #8D3604

Tints of Saddle Brown #8D3604

Color information

#8D3604 (or 0x8D3604) is unknown color: approx Saddle Brown. HEX triplet: 8D, 36 and 04. RGB value is (141,54,4). Sum of RGB (Red+Green+Blue) = 141+54+4=199 (26% of max value = 765). Red value is 141 (55.47% from 255 or 70.85% from 199); Green value is 54 (21.48% from 255 or 27.14% from 199); Blue value is 4 (1.95% from 255 or 2.01% from 199); Max value from RGB is 141 - color contains mainly: red. Hex color #8D3604 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #8D3604 is #72C9FB. Grayscale: #4A4A4A. Windows color (decimal): -7522812 or 276109. OLE color: 276109.

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

Color convert

RGB141544-
CMYK00.620.970.45
HSL21.9º94.48%28.43%-
HSV(B)21.9º97.16%55.29%-
XYZ12.338.311.07-
YUV74.3188.32175.57-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 70.85%
GREEN value IS 54 (21.48% from 255) = 27.14%
BLUE value IS 4 (1.95% from 255) = 2.01%
R=70.85%
G=27.14%
B=2.01%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.97
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal14154400.620.970.4521.994.4828.43
Hex8D36403E612D165e1c
Octal215664076141552613634
Binary100011011101101000111110110000110110110110101111011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8D3604

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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