#845148

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

Shades of Lotus #845148

Tints of Lotus #845148

Color information

#845148 (or 0x845148) is unknown color: approx Lotus. HEX triplet: 84, 51 and 48. RGB value is (132,81,72). Sum of RGB (Red+Green+Blue) = 132+81+72=285 (37% of max value = 765). Red value is 132 (51.95% from 255 or 46.32% from 285); Green value is 81 (32.03% from 255 or 28.42% from 285); Blue value is 72 (28.52% from 255 or 25.26% from 285); Max value from RGB is 132 - color contains mainly: red. Hex color #845148 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #845148 is #7BAEB7. Grayscale: #5F5F5F. Windows color (decimal): -8105656 or 4739460. OLE color: 4739460.

HSL color Cylindrical-coordinate representation of color #845148: hue angle of 9º degrees, saturation: 0.29, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #845148 is Cyan = 0, Magento = 0.39, Yellow = 0.45 and Black (K on CMYK) = 0.48.

Color convert

RGB1328172-
CMYK00.390.450.48
HSL29.41%40%-
HSV(B)45.45%51.76%-
XYZ13.6311.267.59-
YUV95.22114.9154.23-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 46.32%
GREEN value IS 81 (32.03% from 255) = 28.42%
BLUE value IS 72 (28.52% from 255) = 25.26%
R=46.32%
G=28.42%
B=25.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.45
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal132817200.390.450.48929.4140
Hex8451480272D3091d28
Octal2041211100475560113550
Binary10000100101000110010000100111101101110000100111101101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #845148

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #845148; }

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

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

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

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

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

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

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

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