#85524B

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

Shades of Lotus #85524B

Tints of Lotus #85524B

Color information

#85524B (or 0x85524B) is unknown color: approx Lotus. HEX triplet: 85, 52 and 4B. RGB value is (133,82,75). Sum of RGB (Red+Green+Blue) = 133+82+75=290 (38% of max value = 765). Red value is 133 (52.34% from 255 or 45.86% from 290); Green value is 82 (32.42% from 255 or 28.28% from 290); Blue value is 75 (29.69% from 255 or 25.86% from 290); Max value from RGB is 133 - color contains mainly: red. Hex color #85524B is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #85524B is #7AADB4. Grayscale: #606060. Windows color (decimal): -8039861 or 4936325. OLE color: 4936325.

HSL color Cylindrical-coordinate representation of color #85524B: hue angle of 7.24º degrees, saturation: 0.28, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #85524B is Cyan = 0, Magento = 0.38, Yellow = 0.44 and Black (K on CMYK) = 0.48.

Color convert

RGB1338275-
CMYK00.380.440.48
HSL7.24º27.88%40.78%-
HSV(B)7.24º43.61%52.16%-
XYZ13.9611.538.15-
YUV96.45115.9154.07-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 45.86%
GREEN value IS 82 (32.42% from 255) = 28.28%
BLUE value IS 75 (29.69% from 255) = 25.86%
R=45.86%
G=28.28%
B=25.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.44
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal133827500.380.440.487.2427.8840.78
Hex85524B0262C3071c29
Octal205122113046546073451
Binary1000010110100101001011010011010110011000011111100101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #85524B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #85524B; }

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

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

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

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

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

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

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

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