#8D3404

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

Shades of Saddle Brown #8D3404

Tints of Saddle Brown #8D3404

Color information

#8D3404 (or 0x8D3404) is unknown color: approx Saddle Brown. HEX triplet: 8D, 34 and 04. RGB value is (141,52,4). Sum of RGB (Red+Green+Blue) = 141+52+4=197 (26% of max value = 765). Red value is 141 (55.47% from 255 or 71.57% from 197); Green value is 52 (20.70% from 255 or 26.40% from 197); Blue value is 4 (1.95% from 255 or 2.03% from 197); Max value from RGB is 141 - color contains mainly: red. Hex color #8D3404 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #8D3404 is #72CBFB. Grayscale: #494949. Windows color (decimal): -7523324 or 275597. OLE color: 275597.

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

Color convert

RGB141524-
CMYK00.630.970.45
HSL21.02º94.48%28.43%-
HSV(B)21.02º97.16%55.29%-
XYZ12.238.131.04-
YUV73.1488.99176.4-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 71.57%
GREEN value IS 52 (20.70% from 255) = 26.40%
BLUE value IS 4 (1.95% from 255) = 2.03%
R=71.57%
G=26.40%
B=2.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.97
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal14152400.630.970.4521.0294.4828.43
Hex8D34403F612D155e1c
Octal215644077141552513634
Binary100011011101001000111111110000110110110101101111011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8D3404

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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