#855020

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

Shades of Russet #855020

Tints of Russet #855020

Color information

#855020 (or 0x855020) is unknown color: approx Russet. HEX triplet: 85, 50 and 20. RGB value is (133,80,32). Sum of RGB (Red+Green+Blue) = 133+80+32=245 (32% of max value = 765). Red value is 133 (52.34% from 255 or 54.29% from 245); Green value is 80 (31.64% from 255 or 32.65% from 245); Blue value is 32 (12.89% from 255 or 13.06% from 245); Max value from RGB is 133 - color contains mainly: red. Hex color #855020 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #855020 is #7AAFDF. Grayscale: #5A5A5A. Windows color (decimal): -8040416 or 2117765. OLE color: 2117765.

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

Color convert

RGB1338032-
CMYK00.400.760.48
HSL28.51º61.21%32.35%-
HSV(B)28.51º75.94%52.16%-
XYZ12.810.832.78-
YUV90.3795.06158.4-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 54.29%
GREEN value IS 80 (31.64% from 255) = 32.65%
BLUE value IS 32 (12.89% from 255) = 13.06%
R=54.29%
G=32.65%
B=13.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.76
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal133803200.400.760.4828.5161.2132.35
Hex8550200284C301d3d20
Octal2051204005011460357540
Binary1000010110100001000000101000100110011000011101111101100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #855020

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #855020; }

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

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

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

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

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

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

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

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