#844746

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

Shades of Lotus #844746

Tints of Lotus #844746

Color information

#844746 (or 0x844746) is unknown color: approx Lotus. HEX triplet: 84, 47 and 46. RGB value is (132,71,70). Sum of RGB (Red+Green+Blue) = 132+71+70=273 (36% of max value = 765). Red value is 132 (51.95% from 255 or 48.35% from 273); Green value is 71 (28.12% from 255 or 26.01% from 273); Blue value is 70 (27.73% from 255 or 25.64% from 273); Max value from RGB is 132 - color contains mainly: red. Hex color #844746 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #844746 is #7BB8B9. Grayscale: #595959. Windows color (decimal): -8108218 or 4605828. OLE color: 4605828.

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

Color convert

RGB1327170-
CMYK00.460.470.48
HSL0.97º30.69%39.61%-
HSV(B)0.97º46.97%51.76%-
XYZ12.879.857.02-
YUV89.12117.21158.58-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 48.35%
GREEN value IS 71 (28.12% from 255) = 26.01%
BLUE value IS 70 (27.73% from 255) = 25.64%
R=48.35%
G=26.01%
B=25.64%

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
Decimal132717000.460.470.480.9730.6939.61
Hex84474602E2F3011f28
Octal204107106056576013750
Binary10000100100011110001100101110101111110000111111101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #844746

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #844746; }

 p { color: rgb(132,71,70); }

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

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

 a { background-color: rgb(132,71,70); }

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

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

 span { border-color: rgb(132,71,70); }

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