#855952

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

Shades of Lotus #855952

Tints of Lotus #855952

Color information

#855952 (or 0x855952) is unknown color: approx Lotus. HEX triplet: 85, 59 and 52. RGB value is (133,89,82). Sum of RGB (Red+Green+Blue) = 133+89+82=304 (40% of max value = 765). Red value is 133 (52.34% from 255 or 43.75% from 304); Green value is 89 (35.16% from 255 or 29.28% from 304); Blue value is 82 (32.42% from 255 or 26.97% from 304); Max value from RGB is 133 - color contains mainly: red. Hex color #855952 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #855952 is #7AA6AD. Grayscale: #656565. Windows color (decimal): -8038062 or 5396869. OLE color: 5396869.

HSL color Cylindrical-coordinate representation of color #855952: hue angle of 8.24º degrees, saturation: 0.24, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #855952 is Cyan = 0, Magento = 0.33, Yellow = 0.38 and Black (K on CMYK) = 0.48.

Color convert

RGB1338982-
CMYK00.330.380.48
HSL8.24º23.72%42.16%-
HSV(B)8.24º38.35%52.16%-
XYZ14.7712.749.66-
YUV101.36117.08150.57-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 43.75%
GREEN value IS 89 (35.16% from 255) = 29.28%
BLUE value IS 82 (32.42% from 255) = 26.97%
R=43.75%
G=29.28%
B=26.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.38
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal133898200.330.380.488.2423.7242.16
Hex85595202126308182a
Octal2051311220414660103052
Binary10000101101100110100100100001100110110000100011000101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #855952

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #855952; }

 p { color: rgb(133,89,82); }

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

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

 a { background-color: rgb(133,89,82); }

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

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

 span { border-color: rgb(133,89,82); }

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