#854C46

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

Shades of Lotus #854C46

Tints of Lotus #854C46

Color information

#854C46 (or 0x854C46) is unknown color: approx Lotus. HEX triplet: 85, 4C and 46. RGB value is (133,76,70). Sum of RGB (Red+Green+Blue) = 133+76+70=279 (36% of max value = 765). Red value is 133 (52.34% from 255 or 47.67% from 279); Green value is 76 (30.08% from 255 or 27.24% from 279); Blue value is 70 (27.73% from 255 or 25.09% from 279); Max value from RGB is 133 - color contains mainly: red. Hex color #854C46 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #854C46 is #7AB3B9. Grayscale: #5C5C5C. Windows color (decimal): -8041402 or 4607109. OLE color: 4607109.

HSL color Cylindrical-coordinate representation of color #854C46: hue angle of 5.71º degrees, saturation: 0.31, 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 #854C46 is Cyan = 0, Magento = 0.43, Yellow = 0.47 and Black (K on CMYK) = 0.48.

Color convert

RGB1337670-
CMYK00.430.470.48
HSL5.71º31.03%39.8%-
HSV(B)5.71º47.37%52.16%-
XYZ13.3610.67.14-
YUV92.36115.38156.99-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 47.67%
GREEN value IS 76 (30.08% from 255) = 27.24%
BLUE value IS 70 (27.73% from 255) = 25.09%
R=47.67%
G=27.24%
B=25.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.47
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal133767000.430.470.485.7131.0339.8
Hex854C4602B2F3061f28
Octal205114106053576063750
Binary1000010110011001000110010101110111111000011011111101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #854C46

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(133,76,70); }

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

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

 a { background-color: rgb(133,76,70); }

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

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

 span { border-color: rgb(133,76,70); }

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