#855F56

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

Shades of Russett #855F56

Tints of Russett #855F56

Color information

#855F56 (or 0x855F56) is unknown color: approx Russett. HEX triplet: 85, 5F and 56. RGB value is (133,95,86). Sum of RGB (Red+Green+Blue) = 133+95+86=314 (41% of max value = 765). Red value is 133 (52.34% from 255 or 42.36% from 314); Green value is 95 (37.5% from 255 or 30.25% from 314); Blue value is 86 (33.98% from 255 or 27.39% from 314); Max value from RGB is 133 - color contains mainly: red. Hex color #855F56 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #855F56 is #7AA0A9. Grayscale: #696969. Windows color (decimal): -8036522 or 5660549. OLE color: 5660549.

HSL color Cylindrical-coordinate representation of color #855F56: hue angle of 11.49º degrees, saturation: 0.21, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #855F56 is Cyan = 0, Magento = 0.29, Yellow = 0.35 and Black (K on CMYK) = 0.48.

Color convert

RGB1339586-
CMYK00.290.350.48
HSL11.49º21.46%42.94%-
HSV(B)11.49º35.34%52.16%-
XYZ15.4413.8410.66-
YUV105.34117.09147.73-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 42.36%
GREEN value IS 95 (37.5% from 255) = 30.25%
BLUE value IS 86 (33.98% from 255) = 27.39%
R=42.36%
G=30.25%
B=27.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.35
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal133958600.290.350.4811.4921.4642.94
Hex855F5601D2330b152b
Octal2051371260354360132553
Binary1000010110111111010110011101100011110000101110101101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #855F56

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #855F56; }

 p { color: rgb(133,95,86); }

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

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

 a { background-color: rgb(133,95,86); }

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

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

 span { border-color: rgb(133,95,86); }

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