#854C20

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

Shades of Russet #854C20

Tints of Russet #854C20

Color information

#854C20 (or 0x854C20) is unknown color: approx Russet. HEX triplet: 85, 4C and 20. RGB value is (133,76,32). Sum of RGB (Red+Green+Blue) = 133+76+32=241 (31% of max value = 765). Red value is 133 (52.34% from 255 or 55.19% from 241); Green value is 76 (30.08% from 255 or 31.54% from 241); Blue value is 32 (12.89% from 255 or 13.28% from 241); Max value from RGB is 133 - color contains mainly: red. Hex color #854C20 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #854C20 is #7AB3DF. Grayscale: #585858. Windows color (decimal): -8041440 or 2116741. OLE color: 2116741.

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

Color convert

RGB1337632-
CMYK00.430.760.48
HSL26.14º61.21%32.35%-
HSV(B)26.14º75.94%52.16%-
XYZ12.5210.262.69-
YUV88.0396.38160.08-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 55.19%
GREEN value IS 76 (30.08% from 255) = 31.54%
BLUE value IS 32 (12.89% from 255) = 13.28%
R=55.19%
G=31.54%
B=13.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.76
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal133763200.430.760.4826.1461.2132.35
Hex854C2002B4C301a3d20
Octal2051144005311460327540
Binary1000010110011001000000101011100110011000011010111101100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #854C20

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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