Html Css Color HEX #885752 Lotus

📋 copy color: '#885752'

red 136 ◦ green 87 ◦ blue 82

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

Shades of Lotus #885752

Tints of Lotus #885752

RGB

 RED value IS 136 (53.52% from 255) = 44.59%

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

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

R = 44.59%
G = 28.52%
B = 26.89%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.40

 K value IS 0.47

RGB Variations

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

Color information

#885752 (or 0x885752) is known color: Lotus. HEX triplet: 88, 57 and 52. RGB value is (136,87,82). Sum of RGB (Red+Green+Blue) = 136+87+82=305 (40% of max value = 765). Red value is 136 (53.52% from 255 or 44.59% from 305); Green value is 87 (34.38% from 255 or 28.52% from 305); Blue value is 82 (32.42% from 255 or 26.89% from 305); Max value from RGB is 136 - color contains mainly: red. Hex color #885752 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #885752 is #77A8AD. Grayscale: #656565. Windows color (decimal): -7841966 or 5396360. OLE color: 5396360.

HSL color Cylindrical-coordinate representation of color #885752: hue angle of 5.56º degrees, saturation: 0.25, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #885752 is Cyan = 0, Magento = 0.36, Yellow = 0.40 and Black (K on CMYK) = 0.47.

Color convert

RGB 136 87 82 -
CMYK 0 0.36 0.40 0.47
HSL 5.56º 0.25% 0.43% -
HSV(B) 5.56º 0.4% 0.53% -
XYZ 15.08 12.66 9.63 -
YUV 101.08 117.23 152.91 -
System Red Green Blue C M Y K H S L
Decimal 136 87 82 0 0.36 0.40 0.47 5.56 0.25 0.43
Hex 88 57 52 0 24 28 2F 6 19 2B
Octal 210 127 122 0 44 50 57 6 31 53
Binary 10001000 1010111 1010010 0 100100 101000 101111 110 11001 101011

Color Harmonies of #885752

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #885752

Black with #885752

Text Example


Text Example

White with #885752

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #885752; }

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

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

background-color css

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

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

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

border-color css

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

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

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