#854A48

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

Shades of Lotus #854A48

Tints of Lotus #854A48

Color information

#854A48 (or 0x854A48) is unknown color: approx Lotus. HEX triplet: 85, 4A and 48. RGB value is (133,74,72). Sum of RGB (Red+Green+Blue) = 133+74+72=279 (36% of max value = 765). Red value is 133 (52.34% from 255 or 47.67% from 279); Green value is 74 (29.30% from 255 or 26.52% from 279); Blue value is 72 (28.52% from 255 or 25.81% from 279); Max value from RGB is 133 - color contains mainly: red. Hex color #854A48 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #854A48 is #7AB5B7. Grayscale: #5B5B5B. Windows color (decimal): -8041912 or 4737669. OLE color: 4737669.

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

Color convert

RGB1337472-
CMYK00.440.460.48
HSL1.97º29.76%40.2%-
HSV(B)1.97º45.86%52.16%-
XYZ13.2910.357.43-
YUV91.41117.05157.66-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 47.67%
GREEN value IS 74 (29.30% from 255) = 26.52%
BLUE value IS 72 (28.52% from 255) = 25.81%
R=47.67%
G=26.52%
B=25.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.46
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal133747200.440.460.481.9729.7640.2
Hex854A4802C2E3021e28
Octal205112110054566023650
Binary100001011001010100100001011001011101100001011110101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #854A48

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #854A48; }

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

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

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

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

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

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

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

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