Html Css Color HEX #805752 Lotus

📋 copy color: '#805752'

red 128 ◦ green 87 ◦ blue 82

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

Shades of Lotus #805752

Tints of Lotus #805752

RGB

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

 GREEN value IS 87 (34.38% from 255) = 29.29%

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

R = 43.1%
G = 29.29%
B = 27.61%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.36

 K value IS 0.50

RGB Variations

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

Color information

#805752 (or 0x805752) is known color: Lotus. HEX triplet: 80, 57 and 52. RGB value is (128,87,82). Sum of RGB (Red+Green+Blue) = 128+87+82=297 (39% of max value = 765). Red value is 128 (50.39% from 255 or 43.10% from 297); Green value is 87 (34.38% from 255 or 29.29% from 297); Blue value is 82 (32.42% from 255 or 27.61% from 297); Max value from RGB is 128 - color contains mainly: red. Hex color #805752 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #805752 is #7FA8AD. Grayscale: #626262. Windows color (decimal): -8366254 or 5396352. OLE color: 5396352.

HSL color Cylindrical-coordinate representation of color #805752: hue angle of 6.52º 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 #805752 is Cyan = 0, Magento = 0.32, Yellow = 0.36 and Black (K on CMYK) = 0.50.

Color convert

RGB 128 87 82 -
CMYK 0 0.32 0.36 0.50
HSL 6.52º 0.22% 0.41% -
HSV(B) 6.52º 0.36% 0.5% -
XYZ 13.83 12.01 9.57 -
YUV 98.69 118.58 148.91 -
System Red Green Blue C M Y K H S L
Decimal 128 87 82 0 0.32 0.36 0.50 6.52 0.22 0.41
Hex 80 57 52 0 20 24 32 7 16 29
Octal 200 127 122 0 40 44 62 7 26 51
Binary 10000000 1010111 1010010 0 100000 100100 110010 111 10110 101001

Color Harmonies of #805752

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #805752

Black with #805752

Text Example


Text Example

White with #805752

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #805752; }

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

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

background-color css

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

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

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

border-color css

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

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

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