#804C15

Color #804C15 Russet (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Russet #804C15

Tints of Russet #804C15

Color information

#804C15 (or 0x804C15) is unknown color: approx Russet. HEX triplet: 80, 4C and 15. RGB value is (128,76,21). Sum of RGB (Red+Green+Blue) = 128+76+21=225 (29% of max value = 765). Red value is 128 (50.39% from 255 or 56.89% from 225); Green value is 76 (30.08% from 255 or 33.78% from 225); Blue value is 21 (8.59% from 255 or 9.33% from 225); Max value from RGB is 128 - color contains mainly: red. Hex color #804C15 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #804C15 is #7FB3EA. Grayscale: #555555. Windows color (decimal): -8369131 or 1395840. OLE color: 1395840.

HSL color Cylindrical-coordinate representation of color #804C15: hue angle of 30.84º degrees, saturation: 0.72, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #804C15 is Cyan = 0, Magento = 0.41, Yellow = 0.84 and Black (K on CMYK) = 0.50.

Color convert

RGB1287621-
CMYK00.410.840.50
HSL30.84º71.81%29.22%-
HSV(B)30.84º83.59%50.2%-
XYZ11.629.811.99-
YUV85.2891.73158.47-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 56.89%
GREEN value IS 76 (30.08% from 255) = 33.78%
BLUE value IS 21 (8.59% from 255) = 9.33%
R=56.89%
G=33.78%
B=9.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.84
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal128762100.410.840.5030.8471.8129.22
Hex804C1502954321f481d
Octal20011425051124623711035
Binary100000001001100101010101001101010011001011111100100011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #804C15

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #804C15; }

 p { color: rgb(128,76,21); }

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

<style>
 a { background-color: #804C15; }

 a { background-color: rgb(128,76,21); }

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

<style>
 span { border-color: #804C15; }

 span { border-color: rgb(128,76,21); }

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