#845020

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

Shades of Russet #845020

Tints of Russet #845020

Color information

#845020 (or 0x845020) is unknown color: approx Russet. HEX triplet: 84, 50 and 20. RGB value is (132,80,32). Sum of RGB (Red+Green+Blue) = 132+80+32=244 (32% of max value = 765). Red value is 132 (51.95% from 255 or 54.10% from 244); Green value is 80 (31.64% from 255 or 32.79% from 244); Blue value is 32 (12.89% from 255 or 13.11% from 244); Max value from RGB is 132 - color contains mainly: red. Hex color #845020 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #845020 is #7BAFDF. Grayscale: #5A5A5A. Windows color (decimal): -8105952 or 2117764. OLE color: 2117764.

HSL color Cylindrical-coordinate representation of color #845020: hue angle of 28.8º degrees, saturation: 0.61, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #845020 is Cyan = 0, Magento = 0.39, Yellow = 0.76 and Black (K on CMYK) = 0.48.

Color convert

RGB1328032-
CMYK00.390.760.48
HSL28.8º60.98%32.16%-
HSV(B)28.8º75.76%51.76%-
XYZ12.6510.752.77-
YUV90.0895.23157.9-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 54.10%
GREEN value IS 80 (31.64% from 255) = 32.79%
BLUE value IS 32 (12.89% from 255) = 13.11%
R=54.10%
G=32.79%
B=13.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.76
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal132803200.390.760.4828.860.9832.16
Hex8450200274C301d3d20
Octal2041204004711460357540
Binary1000010010100001000000100111100110011000011101111101100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #845020

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #845020; }

 p { color: rgb(132,80,32); }

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

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

 a { background-color: rgb(132,80,32); }

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

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

 span { border-color: rgb(132,80,32); }

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