Html Css Color HEX #884A4A Lotus

📋 copy color: '#884A4A'

red 136 ◦ green 74 ◦ blue 74

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

Shades of Lotus #884A4A

Tints of Lotus #884A4A

RGB

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

 GREEN value IS 74 (29.3% from 255) = 26.06%

 BLUE value IS 74 (29.3% from 255) = 26.06%

R = 47.89%
G = 26.06%
B = 26.06%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.46

 K value IS 0.47

RGB Variations

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

Color information

#884A4A (or 0x884A4A) is known color: Lotus. HEX triplet: 88, 4A and 4A. RGB value is (136,74,74). Sum of RGB (Red+Green+Blue) = 136+74+74=284 (37% of max value = 765). Red value is 136 (53.52% from 255 or 47.89% from 284); Green value is 74 (29.30% from 255 or 26.06% from 284); Blue value is 74 (29.30% from 255 or 26.06% from 284); Max value from RGB is 136 - color contains mainly: red. Hex color #884A4A is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #884A4A is #77B5B5. Grayscale: #5C5C5C. Windows color (decimal): -7845302 or 4868744. OLE color: 4868744.

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

Color convert

RGB 136 74 74 -
CMYK 0 0.46 0.46 0.47
HSL 0.3% 0.41% -
HSV(B) 0.46% 0.53% -
XYZ 13.84 10.63 7.8 -
YUV 92.54 117.54 159 -
System Red Green Blue C M Y K H S L
Decimal 136 74 74 0 0.46 0.46 0.47 0 0.3 0.41
Hex 88 4A 4A 0 2E 2E 2F 0 1E 29
Octal 210 112 112 0 56 56 57 0 36 51
Binary 10001000 1001010 1001010 0 101110 101110 101111 0 11110 101001

Color Harmonies of #884A4A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #884A4A

Black with #884A4A

Text Example


Text Example

White with #884A4A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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