#804C1B

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

Shades of Russet #804C1B

Tints of Russet #804C1B

Color information

#804C1B (or 0x804C1B) is unknown color: approx Russet. HEX triplet: 80, 4C and 1B. RGB value is (128,76,27). Sum of RGB (Red+Green+Blue) = 128+76+27=231 (30% of max value = 765). Red value is 128 (50.39% from 255 or 55.41% from 231); Green value is 76 (30.08% from 255 or 32.90% from 231); Blue value is 27 (10.94% from 255 or 11.69% from 231); Max value from RGB is 128 - color contains mainly: red. Hex color #804C1B is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #804C1B is #7FB3E4. Grayscale: #565656. Windows color (decimal): -8369125 or 1789056. OLE color: 1789056.

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

Color convert

RGB1287627-
CMYK00.410.790.50
HSL29.11º65.16%30.39%-
HSV(B)29.11º78.91%50.2%-
XYZ11.689.842.32-
YUV85.9694.73157.98-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 55.41%
GREEN value IS 76 (30.08% from 255) = 32.90%
BLUE value IS 27 (10.94% from 255) = 11.69%
R=55.41%
G=32.90%
B=11.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.79
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal128762700.410.790.5029.1165.1630.39
Hex804C1B0294F321d411e
Octal20011433051117623510136
Binary100000001001100110110101001100111111001011101100000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #804C1B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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