Html Css Color HEX #845952 Lotus

📋 copy color: '#845952'

red 132 ◦ green 89 ◦ blue 82

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

Shades of Lotus #845952

Tints of Lotus #845952

RGB

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

 GREEN value IS 89 (35.16% from 255) = 29.37%

 BLUE value IS 82 (32.42% from 255) = 27.06%

R = 43.56%
G = 29.37%
B = 27.06%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.38

 K value IS 0.48

RGB Variations

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

Color information

#845952 (or 0x845952) is known color: Lotus. HEX triplet: 84, 59 and 52. RGB value is (132,89,82). Sum of RGB (Red+Green+Blue) = 132+89+82=303 (40% of max value = 765). Red value is 132 (51.95% from 255 or 43.56% from 303); Green value is 89 (35.16% from 255 or 29.37% from 303); Blue value is 82 (32.42% from 255 or 27.06% from 303); Max value from RGB is 132 - color contains mainly: red. Hex color #845952 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #845952 is #7BA6AD. Grayscale: #656565. Windows color (decimal): -8103598 or 5396868. OLE color: 5396868.

HSL color Cylindrical-coordinate representation of color #845952: hue angle of 8.4º degrees, saturation: 0.23, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #845952 is Cyan = 0, Magento = 0.33, Yellow = 0.38 and Black (K on CMYK) = 0.48.

Color convert

RGB 132 89 82 -
CMYK 0 0.33 0.38 0.48
HSL 8.4º 0.23% 0.42% -
HSV(B) 8.4º 0.38% 0.52% -
XYZ 14.61 12.66 9.66 -
YUV 101.06 117.25 150.07 -
System Red Green Blue C M Y K H S L
Decimal 132 89 82 0 0.33 0.38 0.48 8.4 0.23 0.42
Hex 84 59 52 0 21 26 30 8 17 2A
Octal 204 131 122 0 41 46 60 10 27 52
Binary 10000100 1011001 1010010 0 100001 100110 110000 1000 10111 101010

Color Harmonies of #845952

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #845952

Black with #845952

Text Example


Text Example

White with #845952

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #845952; }

 p { color: rgb(132,89,82); }

 H1.HeaderClassName
 {
   color: #845952;
 }
 .AnyTagClassName
 {
   color: #845952;
 }
</style>

background-color css

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

 a { background-color: rgb(132,89,82); }

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

border-color css

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

 span { border-color: rgb(132,89,82); }

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