#8D2804

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

Shades of Saddle Brown #8D2804

Tints of Saddle Brown #8D2804

Color information

#8D2804 (or 0x8D2804) is unknown color: approx Saddle Brown. HEX triplet: 8D, 28 and 04. RGB value is (141,40,4). Sum of RGB (Red+Green+Blue) = 141+40+4=185 (24% of max value = 765). Red value is 141 (55.47% from 255 or 76.22% from 185); Green value is 40 (16.02% from 255 or 21.62% from 185); Blue value is 4 (1.95% from 255 or 2.16% from 185); Max value from RGB is 141 - color contains mainly: red. Hex color #8D2804 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #8D2804 is #72D7FB. Grayscale: #424242. Windows color (decimal): -7526396 or 272525. OLE color: 272525.

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

Color convert

RGB141404-
CMYK00.720.970.45
HSL15.77º94.48%28.43%-
HSV(B)15.77º97.16%55.29%-
XYZ11.777.190.88-
YUV66.192.96181.43-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 76.22%
GREEN value IS 40 (16.02% from 255) = 21.62%
BLUE value IS 4 (1.95% from 255) = 2.16%
R=76.22%
G=21.62%
B=2.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.72
Y (Yellow) values IS 0.97
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal14140400.720.970.4515.7794.4828.43
Hex8D284048612D105e1c
Octal2155040110141552013634
Binary1000110110100010001001000110000110110110000101111011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8D2804

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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