#845251

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

Shades of Lotus #845251

Tints of Lotus #845251

Color information

#845251 (or 0x845251) is unknown color: approx Lotus. HEX triplet: 84, 52 and 51. RGB value is (132,82,81). Sum of RGB (Red+Green+Blue) = 132+82+81=295 (39% of max value = 765). Red value is 132 (51.95% from 255 or 44.75% from 295); Green value is 82 (32.42% from 255 or 27.80% from 295); Blue value is 81 (32.03% from 255 or 27.46% from 295); Max value from RGB is 132 - color contains mainly: red. Hex color #845251 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #845251 is #7BADAE. Grayscale: #606060. Windows color (decimal): -8105391 or 5329540. OLE color: 5329540.

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

Color convert

RGB1328281-
CMYK00.380.390.48
HSL1.18º23.94%41.76%-
HSV(B)1.18º38.64%51.76%-
XYZ14.0211.539.27-
YUV96.84119.06153.08-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 44.75%
GREEN value IS 82 (32.42% from 255) = 27.80%
BLUE value IS 81 (32.03% from 255) = 27.46%
R=44.75%
G=27.80%
B=27.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.39
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal132828100.380.390.481.1823.9441.76
Hex84525102627301182a
Octal204122121046476013052
Binary10000100101001010100010100110100111110000111000101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #845251

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #845251; }

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

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

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

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

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

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

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

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