#804318

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

Shades of Russet #804318

Tints of Russet #804318

Color information

#804318 (or 0x804318) is unknown color: approx Russet. HEX triplet: 80, 43 and 18. RGB value is (128,67,24). Sum of RGB (Red+Green+Blue) = 128+67+24=219 (29% of max value = 765). Red value is 128 (50.39% from 255 or 58.45% from 219); Green value is 67 (26.56% from 255 or 30.59% from 219); Blue value is 24 (9.77% from 255 or 10.96% from 219); Max value from RGB is 128 - color contains mainly: red. Hex color #804318 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #804318 is #7FBCE7. Grayscale: #505050. Windows color (decimal): -8371432 or 1590144. OLE color: 1590144.

HSL color Cylindrical-coordinate representation of color #804318: hue angle of 24.81º 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 #804318 is Cyan = 0, Magento = 0.48, Yellow = 0.81 and Black (K on CMYK) = 0.50.

Color convert

RGB1286724-
CMYK00.480.810.50
HSL24.81º68.42%29.8%-
HSV(B)24.81º81.25%50.2%-
XYZ11.078.671.95-
YUV80.3496.21162-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 58.45%
GREEN value IS 67 (26.56% from 255) = 30.59%
BLUE value IS 24 (9.77% from 255) = 10.96%
R=58.45%
G=30.59%
B=10.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.81
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal128672400.480.810.5024.8168.4229.8
Hex804318030513219441e
Octal20010330060121623110436
Binary100000001000011110000110000101000111001011001100010011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #804318

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #804318; }

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

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

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

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

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

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

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

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