Html Css Color HEX #885251 Lotus

📋 copy color: '#885251'

red 136 ◦ green 82 ◦ blue 81

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

Shades of Lotus #885251

Tints of Lotus #885251

RGB

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

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

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

R = 45.48%
G = 27.42%
B = 27.09%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.40

 K value IS 0.47

RGB Variations

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

Color information

#885251 (or 0x885251) is known color: Lotus. HEX triplet: 88, 52 and 51. RGB value is (136,82,81). Sum of RGB (Red+Green+Blue) = 136+82+81=299 (39% of max value = 765). Red value is 136 (53.52% from 255 or 45.48% from 299); Green value is 82 (32.42% from 255 or 27.42% from 299); Blue value is 81 (32.03% from 255 or 27.09% from 299); Max value from RGB is 136 - color contains mainly: red. Hex color #885251 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #885251 is #77ADAE. Grayscale: #626262. Windows color (decimal): -7843247 or 5329544. OLE color: 5329544.

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

Color convert

RGB 136 82 81 -
CMYK 0 0.40 0.40 0.47
HSL 1.09º 0.25% 0.43% -
HSV(B) 1.09º 0.4% 0.53% -
XYZ 14.66 11.86 9.3 -
YUV 98.03 118.39 155.08 -
System Red Green Blue C M Y K H S L
Decimal 136 82 81 0 0.40 0.40 0.47 1.09 0.25 0.43
Hex 88 52 51 0 28 28 2F 1 19 2B
Octal 210 122 121 0 50 50 57 1 31 53
Binary 10001000 1010010 1010001 0 101000 101000 101111 1 11001 101011

Color Harmonies of #885251

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #885251

Black with #885251

Text Example


Text Example

White with #885251

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #885251; }

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

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

background-color css

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

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

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

border-color css

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

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

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