Html Css Color HEX #845851 Lotus

📋 copy color: '#845851'

red 132 ◦ green 88 ◦ blue 81

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

Shades of Lotus #845851

Tints of Lotus #845851

RGB

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

 GREEN value IS 88 (34.77% from 255) = 29.24%

 BLUE value IS 81 (32.03% from 255) = 26.91%

R = 43.85%
G = 29.24%
B = 26.91%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.39

 K value IS 0.48

RGB Variations

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

Color information

#845851 (or 0x845851) is known color: Lotus. HEX triplet: 84, 58 and 51. RGB value is (132,88,81). Sum of RGB (Red+Green+Blue) = 132+88+81=301 (39% of max value = 765). Red value is 132 (51.95% from 255 or 43.85% from 301); Green value is 88 (34.77% from 255 or 29.24% from 301); Blue value is 81 (32.03% from 255 or 26.91% from 301); Max value from RGB is 132 - color contains mainly: red. Hex color #845851 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #845851 is #7BA7AE. Grayscale: #646464. Windows color (decimal): -8103855 or 5331076. OLE color: 5331076.

HSL color Cylindrical-coordinate representation of color #845851: hue angle of 8.24º degrees, saturation: 0.24, 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 #845851 is Cyan = 0, Magento = 0.33, Yellow = 0.39 and Black (K on CMYK) = 0.48.

Color convert

RGB 132 88 81 -
CMYK 0 0.33 0.39 0.48
HSL 8.24º 0.24% 0.42% -
HSV(B) 8.24º 0.39% 0.52% -
XYZ 14.49 12.48 9.43 -
YUV 100.36 117.08 150.57 -
System Red Green Blue C M Y K H S L
Decimal 132 88 81 0 0.33 0.39 0.48 8.24 0.24 0.42
Hex 84 58 51 0 21 27 30 8 18 2A
Octal 204 130 121 0 41 47 60 10 30 52
Binary 10000100 1011000 1010001 0 100001 100111 110000 1000 11000 101010

Color Harmonies of #845851

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #845851

Black with #845851

Text Example


Text Example

White with #845851

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #845851; }

 p { color: rgb(132,88,81); }

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

background-color css

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

 a { background-color: rgb(132,88,81); }

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

border-color css

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

 span { border-color: rgb(132,88,81); }

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