#845014

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

Shades of Russet #845014

Tints of Russet #845014

Color information

#845014 (or 0x845014) is unknown color: approx Russet. HEX triplet: 84, 50 and 14. RGB value is (132,80,20). Sum of RGB (Red+Green+Blue) = 132+80+20=232 (30% of max value = 765). Red value is 132 (51.95% from 255 or 56.90% from 232); Green value is 80 (31.64% from 255 or 34.48% from 232); Blue value is 20 (8.20% from 255 or 8.62% from 232); Max value from RGB is 132 - color contains mainly: red. Hex color #845014 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #845014 is #7BAFEB. Grayscale: #595959. Windows color (decimal): -8105964 or 1331332. OLE color: 1331332.

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

Color convert

RGB1328020-
CMYK00.390.850.48
HSL32.14º73.68%29.8%-
HSV(B)32.14º84.85%51.76%-
XYZ12.5110.692.07-
YUV88.7189.23158.88-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 56.90%
GREEN value IS 80 (31.64% from 255) = 34.48%
BLUE value IS 20 (8.20% from 255) = 8.62%
R=56.90%
G=34.48%
B=8.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.85
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal132802000.390.850.4832.1473.6829.8
Hex8450140275530204a1e
Octal20412024047125604011236
Binary1000010010100001010001001111010101110000100000100101011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #845014

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #845014; }

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

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

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

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

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

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

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

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