Html Css Color HEX #845251 Lotus

📋 copy color: '#845251'

red 132 ◦ green 82 ◦ blue 81

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

Shades of Lotus #845251

Tints of Lotus #845251

RGB

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

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

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

R = 44.75%
G = 27.8%
B = 27.46%

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

#845251 (or 0x845251) is known color: Lotus. HEX triplet: 84, 52 and 51. RGB value is (132,82,81). Sum of RGB (Red+Green+Blue) = 132+82+81=295 (39% of max value = 765). Red value is 132 (51.95% from 255 or 44.75% from 295); Green value is 82 (32.42% from 255 or 27.80% from 295); Blue value is 81 (32.03% from 255 or 27.46% from 295); Max value from RGB is 132 - color contains mainly: red. Hex color #845251 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #845251 is #7BADAE. Grayscale: #606060. Windows color (decimal): -8105391 or 5329540. OLE color: 5329540.

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

Color convert

RGB 132 82 81 -
CMYK 0 0.38 0.39 0.48
HSL 1.18º 0.24% 0.42% -
HSV(B) 1.18º 0.39% 0.52% -
XYZ 14.02 11.53 9.27 -
YUV 96.84 119.07 153.08 -
System Red Green Blue C M Y K H S L
Decimal 132 82 81 0 0.38 0.39 0.48 1.18 0.24 0.42
Hex 84 52 51 0 26 27 30 1 18 2A
Octal 204 122 121 0 46 47 60 1 30 52
Binary 10000100 1010010 1010001 0 100110 100111 110000 1 11000 101010

Color Harmonies of #845251

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #845251

Black with #845251

Text Example


Text Example

White with #845251

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #845251; }

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

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

background-color css

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

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

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

border-color css

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

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

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