#845851

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

Shades of Lotus #845851

Tints of Lotus #845851

Color information

#845851 (or 0x845851) is unknown color: approx Lotus. HEX triplet: 84, 58 and 51. RGB value is (132,88,81). Sum of RGB (Red+Green+Blue) = 132+88+81=301 (39% of max value = 765). Red value is 132 (51.95% from 255 or 43.85% from 301); Green value is 88 (34.77% from 255 or 29.24% from 301); Blue value is 81 (32.03% from 255 or 26.91% from 301); Max value from RGB is 132 - color contains mainly: red. Hex color #845851 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #845851 is #7BA7AE. Grayscale: #646464. Windows color (decimal): -8103855 or 5331076. OLE color: 5331076.

HSL color Cylindrical-coordinate representation of color #845851: 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.39%. Process color model (Four color, CMYK) of #845851 is Cyan = 0, Magento = 0.33, Yellow = 0.39 and Black (K on CMYK) = 0.48.

Color convert

RGB1328881-
CMYK00.330.390.48
HSL8.24º23.94%41.76%-
HSV(B)8.24º38.64%51.76%-
XYZ14.4912.489.43-
YUV100.36117.08150.57-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 43.85%
GREEN value IS 88 (34.77% from 255) = 29.24%
BLUE value IS 81 (32.03% from 255) = 26.91%
R=43.85%
G=29.24%
B=26.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.39
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal132888100.330.390.488.2423.9441.76
Hex84585102127308182a
Octal2041301210414760103052
Binary10000100101100010100010100001100111110000100011000101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #845851

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #845851; }

 p { color: rgb(132,88,81); }

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

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

 a { background-color: rgb(132,88,81); }

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

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

 span { border-color: rgb(132,88,81); }

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