#804B12

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

Shades of Russet #804B12

Tints of Russet #804B12

Color information

#804B12 (or 0x804B12) is unknown color: approx Russet. HEX triplet: 80, 4B and 12. RGB value is (128,75,18). Sum of RGB (Red+Green+Blue) = 128+75+18=221 (29% of max value = 765). Red value is 128 (50.39% from 255 or 57.92% from 221); Green value is 75 (29.69% from 255 or 33.94% from 221); Blue value is 18 (7.42% from 255 or 8.14% from 221); Max value from RGB is 128 - color contains mainly: red. Hex color #804B12 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #804B12 is #7FB4ED. Grayscale: #545454. Windows color (decimal): -8369390 or 1198976. OLE color: 1198976.

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

Color convert

RGB1287518-
CMYK00.410.860.50
HSL31.09º75.34%28.63%-
HSV(B)31.09º85.94%50.2%-
XYZ11.539.671.83-
YUV84.3590.56159.13-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 57.92%
GREEN value IS 75 (29.69% from 255) = 33.94%
BLUE value IS 18 (7.42% from 255) = 8.14%
R=57.92%
G=33.94%
B=8.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.86
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal128751800.410.860.5031.0975.3428.63
Hex804B1202956321f4b1d
Octal20011322051126623711335
Binary100000001001011100100101001101011011001011111100101111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #804B12

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(128,75,18); }

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

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

 a { background-color: rgb(128,75,18); }

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

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

 span { border-color: rgb(128,75,18); }

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