Html Css Color HEX #845250 Lotus

📋 copy color: '#845250'

red 132 ◦ green 82 ◦ blue 80

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

Shades of Lotus #845250

Tints of Lotus #845250

RGB

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

 GREEN value IS 82 (32.42% from 255) = 27.89%

 BLUE value IS 80 (31.64% from 255) = 27.21%

R = 44.9%
G = 27.89%
B = 27.21%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.39

 K value IS 0.48

RGB Variations

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

Color information

#845250 (or 0x845250) is known color: Lotus. HEX triplet: 84, 52 and 50. RGB value is (132,82,80). Sum of RGB (Red+Green+Blue) = 132+82+80=294 (38% of max value = 765). Red value is 132 (51.95% from 255 or 44.90% from 294); Green value is 82 (32.42% from 255 or 27.89% from 294); Blue value is 80 (31.64% from 255 or 27.21% from 294); Max value from RGB is 132 - color contains mainly: red. Hex color #845250 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #845250 is #7BADAF. Grayscale: #606060. Windows color (decimal): -8105392 or 5264004. OLE color: 5264004.

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

Color convert

RGB 132 82 80 -
CMYK 0 0.38 0.39 0.48
HSL 2.31º 0.25% 0.42% -
HSV(B) 2.31º 0.39% 0.52% -
XYZ 13.98 11.52 9.08 -
YUV 96.72 118.57 153.16 -
System Red Green Blue C M Y K H S L
Decimal 132 82 80 0 0.38 0.39 0.48 2.31 0.25 0.42
Hex 84 52 50 0 26 27 30 2 19 2A
Octal 204 122 120 0 46 47 60 2 31 52
Binary 10000100 1010010 1010000 0 100110 100111 110000 10 11001 101010

Color Harmonies of #845250

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #845250

Black with #845250

Text Example


Text Example

White with #845250

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #845250; }

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

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

background-color css

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

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

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

border-color css

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

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

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