#804C18

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

Shades of Russet #804C18

Tints of Russet #804C18

Color information

#804C18 (or 0x804C18) is unknown color: approx Russet. HEX triplet: 80, 4C and 18. RGB value is (128,76,24). Sum of RGB (Red+Green+Blue) = 128+76+24=228 (30% of max value = 765). Red value is 128 (50.39% from 255 or 56.14% from 228); Green value is 76 (30.08% from 255 or 33.33% from 228); Blue value is 24 (9.77% from 255 or 10.53% from 228); Max value from RGB is 128 - color contains mainly: red. Hex color #804C18 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #804C18 is #7FB3E7. Grayscale: #555555. Windows color (decimal): -8369128 or 1592448. OLE color: 1592448.

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

Color convert

RGB1287624-
CMYK00.410.810.50
HSL30º68.42%29.8%-
HSV(B)30º81.25%50.2%-
XYZ11.659.822.15-
YUV85.6293.23158.23-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 56.14%
GREEN value IS 76 (30.08% from 255) = 33.33%
BLUE value IS 24 (9.77% from 255) = 10.53%
R=56.14%
G=33.33%
B=10.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.81
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal128762400.410.810.503068.4229.8
Hex804C1802951321e441e
Octal20011430051121623610436
Binary100000001001100110000101001101000111001011110100010011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #804C18

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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