Html Css Color HEX #844746 Lotus

📋 copy color: '#844746'

red 132 ◦ green 71 ◦ blue 70

#844746
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Lotus #844746

Tints of Lotus #844746

RGB

 RED value IS 132 (51.95% from 255) = 48.35%

 GREEN value IS 71 (28.13% 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 value IS 0

 M value IS 0.46

 Y value IS 0.47

 K value IS 0.48

RGB Variations

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

Color information

#844746 (or 0x844746) is known color: 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

RGB 132 71 70 -
CMYK 0 0.46 0.47 0.48
HSL 0.97º 0.31% 0.4% -
HSV(B) 0.97º 0.47% 0.52% -
XYZ 12.87 9.85 7.02 -
YUV 89.13 117.21 158.58 -
System Red Green Blue C M Y K H S L
Decimal 132 71 70 0 0.46 0.47 0.48 0.97 0.31 0.4
Hex 84 47 46 0 2E 2F 30 1 1F 28
Octal 204 107 106 0 56 57 60 1 37 50
Binary 10000100 1000111 1000110 0 101110 101111 110000 1 11111 101000

Color Harmonies of #844746

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #844746

Black with #844746

Text Example


Text Example

White with #844746

Text Example


Text Example

HTML Codes & Css Web 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>