Html Css Color HEX #885452 Lotus

📋 copy color: '#885452'

red 136 ◦ green 84 ◦ blue 82

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

Shades of Lotus #885452

Tints of Lotus #885452

RGB

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

 GREEN value IS 84 (33.2% from 255) = 27.81%

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

R = 45.03%
G = 27.81%
B = 27.15%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.40

 K value IS 0.47

RGB Variations

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

Color information

#885452 (or 0x885452) is known color: Lotus. HEX triplet: 88, 54 and 52. RGB value is (136,84,82). Sum of RGB (Red+Green+Blue) = 136+84+82=302 (40% of max value = 765). Red value is 136 (53.52% from 255 or 45.03% from 302); Green value is 84 (33.20% from 255 or 27.81% from 302); Blue value is 82 (32.42% from 255 or 27.15% from 302); Max value from RGB is 136 - color contains mainly: red. Hex color #885452 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #885452 is #77ABAD. Grayscale: #636363. Windows color (decimal): -7842734 or 5395592. OLE color: 5395592.

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

Color convert

RGB 136 84 82 -
CMYK 0 0.38 0.40 0.47
HSL 2.22º 0.25% 0.43% -
HSV(B) 2.22º 0.4% 0.53% -
XYZ 14.85 12.18 9.55 -
YUV 99.32 118.23 154.16 -
System Red Green Blue C M Y K H S L
Decimal 136 84 82 0 0.38 0.40 0.47 2.22 0.25 0.43
Hex 88 54 52 0 26 28 2F 2 19 2B
Octal 210 124 122 0 46 50 57 2 31 53
Binary 10001000 1010100 1010010 0 100110 101000 101111 10 11001 101011

Color Harmonies of #885452

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #885452

Black with #885452

Text Example


Text Example

White with #885452

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #885452; }

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

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

background-color css

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

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

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

border-color css

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

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

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