Html Css Color HEX #884F4F Lotus

📋 copy color: '#884F4F'

red 136 ◦ green 79 ◦ blue 79

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

Shades of Lotus #884F4F

Tints of Lotus #884F4F

RGB

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

 GREEN value IS 79 (31.25% from 255) = 26.87%

 BLUE value IS 79 (31.25% from 255) = 26.87%

R = 46.26%
G = 26.87%
B = 26.87%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.42

 K value IS 0.47

RGB Variations

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

Color information

#884F4F (or 0x884F4F) is known color: Lotus. HEX triplet: 88, 4F and 4F. RGB value is (136,79,79). Sum of RGB (Red+Green+Blue) = 136+79+79=294 (38% of max value = 765). Red value is 136 (53.52% from 255 or 46.26% from 294); Green value is 79 (31.25% from 255 or 26.87% from 294); Blue value is 79 (31.25% from 255 or 26.87% from 294); Max value from RGB is 136 - color contains mainly: red. Hex color #884F4F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #884F4F is #77B0B0. Grayscale: #606060. Windows color (decimal): -7844017 or 5197704. OLE color: 5197704.

HSL color Cylindrical-coordinate representation of color #884F4F: hue angle of 0º degrees, saturation: 0.27, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #884F4F is Cyan = 0, Magento = 0.42, Yellow = 0.42 and Black (K on CMYK) = 0.47.

Color convert

RGB 136 79 79 -
CMYK 0 0.42 0.42 0.47
HSL 0.27% 0.42% -
HSV(B) 0.42% 0.53% -
XYZ 14.36 11.39 8.84 -
YUV 96.04 118.38 156.5 -
System Red Green Blue C M Y K H S L
Decimal 136 79 79 0 0.42 0.42 0.47 0 0.27 0.42
Hex 88 4F 4F 0 2A 2A 2F 0 1B 2A
Octal 210 117 117 0 52 52 57 0 33 52
Binary 10001000 1001111 1001111 0 101010 101010 101111 0 11011 101010

Color Harmonies of #884F4F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #884F4F

Black with #884F4F

Text Example


Text Example

White with #884F4F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #884F4F; }

 p { color: rgb(136,79,79); }

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

background-color css

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

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

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

border-color css

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

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

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