#845751

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

Shades of Lotus #845751

Tints of Lotus #845751

Color information

#845751 (or 0x845751) is unknown color: approx Lotus. HEX triplet: 84, 57 and 51. RGB value is (132,87,81). Sum of RGB (Red+Green+Blue) = 132+87+81=300 (39% of max value = 765). Red value is 132 (51.95% from 255 or 44% from 300); Green value is 87 (34.38% from 255 or 29% from 300); Blue value is 81 (32.03% from 255 or 27% from 300); Max value from RGB is 132 - color contains mainly: red. Hex color #845751 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #845751 is #7BA8AE. Grayscale: #636363. Windows color (decimal): -8104111 or 5330820. OLE color: 5330820.

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

Color convert

RGB1328781-
CMYK00.340.390.48
HSL7.06º23.94%41.76%-
HSV(B)7.06º38.64%51.76%-
XYZ14.4112.329.4-
YUV99.77117.41150.99-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 44%
GREEN value IS 87 (34.38% from 255) = 29%
BLUE value IS 81 (32.03% from 255) = 27%
R=44%
G=29%
B=27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.39
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal132878100.340.390.487.0623.9441.76
Hex84575102227307182a
Octal204127121042476073052
Binary1000010010101111010001010001010011111000011111000101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #845751

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #845751; }

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

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

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

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

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

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

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

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