#854847

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

Shades of Lotus #854847

Tints of Lotus #854847

Color information

#854847 (or 0x854847) is unknown color: approx Lotus. HEX triplet: 85, 48 and 47. RGB value is (133,72,71). Sum of RGB (Red+Green+Blue) = 133+72+71=276 (36% of max value = 765). Red value is 133 (52.34% from 255 or 48.19% from 276); Green value is 72 (28.52% from 255 or 26.09% from 276); Blue value is 71 (28.12% from 255 or 25.72% from 276); Max value from RGB is 133 - color contains mainly: red. Hex color #854847 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #854847 is #7AB7B8. Grayscale: #5A5A5A. Windows color (decimal): -8042425 or 4671621. OLE color: 4671621.

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

Color convert

RGB1337271-
CMYK00.460.470.48
HSL0.97º30.39%40%-
HSV(B)0.97º46.62%52.16%-
XYZ13.1310.087.21-
YUV90.12117.21158.58-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 48.19%
GREEN value IS 72 (28.52% from 255) = 26.09%
BLUE value IS 71 (28.12% from 255) = 25.72%
R=48.19%
G=26.09%
B=25.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.47
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal133727100.460.470.480.9730.3940
Hex85484702E2F3011e28
Octal205110107056576013650
Binary10000101100100010001110101110101111110000111110101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #854847

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #854847; }

 p { color: rgb(133,72,71); }

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

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

 a { background-color: rgb(133,72,71); }

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

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

 span { border-color: rgb(133,72,71); }

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