#854A20

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

Shades of Russet #854A20

Tints of Russet #854A20

Color information

#854A20 (or 0x854A20) is unknown color: approx Russet. HEX triplet: 85, 4A and 20. RGB value is (133,74,32). Sum of RGB (Red+Green+Blue) = 133+74+32=239 (31% of max value = 765). Red value is 133 (52.34% from 255 or 55.65% from 239); Green value is 74 (29.30% from 255 or 30.96% from 239); Blue value is 32 (12.89% from 255 or 13.39% from 239); Max value from RGB is 133 - color contains mainly: red. Hex color #854A20 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #854A20 is #7AB5DF. Grayscale: #575757. Windows color (decimal): -8041952 or 2116229. OLE color: 2116229.

HSL color Cylindrical-coordinate representation of color #854A20: hue angle of 24.95º 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 #854A20 is Cyan = 0, Magento = 0.44, Yellow = 0.76 and Black (K on CMYK) = 0.48.

Color convert

RGB1337432-
CMYK00.440.760.48
HSL24.95º61.21%32.35%-
HSV(B)24.95º75.94%52.16%-
XYZ12.389.992.64-
YUV86.8597.05160.92-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 55.65%
GREEN value IS 74 (29.30% from 255) = 30.96%
BLUE value IS 32 (12.89% from 255) = 13.39%
R=55.65%
G=30.96%
B=13.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.76
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal133743200.440.760.4824.9561.2132.35
Hex854A2002C4C30193d20
Octal2051124005411460317540
Binary1000010110010101000000101100100110011000011001111101100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #854A20

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #854A20; }

 p { color: rgb(133,74,32); }

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

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

 a { background-color: rgb(133,74,32); }

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

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

 span { border-color: rgb(133,74,32); }

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