Html Css Color HEX #805852 Lotus

📋 copy color: '#805852'

red 128 ◦ green 88 ◦ blue 82

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

Shades of Lotus #805852

Tints of Lotus #805852

RGB

 RED value IS 128 (50.39% from 255) = 42.95%

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

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

R = 42.95%
G = 29.53%
B = 27.52%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.36

 K value IS 0.50

RGB Variations

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

Color information

#805852 (or 0x805852) is known color: Lotus. HEX triplet: 80, 58 and 52. RGB value is (128,88,82). Sum of RGB (Red+Green+Blue) = 128+88+82=298 (39% of max value = 765). Red value is 128 (50.39% from 255 or 42.95% from 298); Green value is 88 (34.77% from 255 or 29.53% from 298); Blue value is 82 (32.42% from 255 or 27.52% from 298); Max value from RGB is 128 - color contains mainly: red. Hex color #805852 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #805852 is #7FA7AD. Grayscale: #636363. Windows color (decimal): -8365998 or 5396608. OLE color: 5396608.

HSL color Cylindrical-coordinate representation of color #805852: hue angle of 7.83º degrees, saturation: 0.22, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #805852 is Cyan = 0, Magento = 0.31, Yellow = 0.36 and Black (K on CMYK) = 0.50.

Color convert

RGB 128 88 82 -
CMYK 0 0.31 0.36 0.50
HSL 7.83º 0.22% 0.41% -
HSV(B) 7.83º 0.36% 0.5% -
XYZ 13.91 12.18 9.6 -
YUV 99.28 118.25 148.49 -
System Red Green Blue C M Y K H S L
Decimal 128 88 82 0 0.31 0.36 0.50 7.83 0.22 0.41
Hex 80 58 52 0 1F 24 32 8 16 29
Octal 200 130 122 0 37 44 62 10 26 51
Binary 10000000 1011000 1010010 0 11111 100100 110010 1000 10110 101001

Color Harmonies of #805852

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #805852

Black with #805852

Text Example


Text Example

White with #805852

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #805852; }

 p { color: rgb(128,88,82); }

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

background-color css

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

 a { background-color: rgb(128,88,82); }

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

border-color css

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

 span { border-color: rgb(128,88,82); }

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