Html Css Color HEX #84514C Lotus

📋 copy color: '#84514C'

red 132 ◦ green 81 ◦ blue 76

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

Shades of Lotus #84514C

Tints of Lotus #84514C

RGB

 RED value IS 132 (51.95% from 255) = 45.67%

 GREEN value IS 81 (32.03% from 255) = 28.03%

 BLUE value IS 76 (30.08% from 255) = 26.3%

R = 45.67%
G = 28.03%
B = 26.3%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.42

 K value IS 0.48

RGB Variations

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

Color information

#84514C (or 0x84514C) is known color: Lotus. HEX triplet: 84, 51 and 4C. RGB value is (132,81,76). Sum of RGB (Red+Green+Blue) = 132+81+76=289 (38% of max value = 765). Red value is 132 (51.95% from 255 or 45.67% from 289); Green value is 81 (32.03% from 255 or 28.03% from 289); Blue value is 76 (30.08% from 255 or 26.30% from 289); Max value from RGB is 132 - color contains mainly: red. Hex color #84514C is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #84514C is #7BAEB3. Grayscale: #5F5F5F. Windows color (decimal): -8105652 or 5001604. OLE color: 5001604.

HSL color Cylindrical-coordinate representation of color #84514C: hue angle of 5.36º degrees, saturation: 0.27, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #84514C is Cyan = 0, Magento = 0.39, Yellow = 0.42 and Black (K on CMYK) = 0.48.

Color convert

RGB 132 81 76 -
CMYK 0 0.39 0.42 0.48
HSL 5.36º 0.27% 0.41% -
HSV(B) 5.36º 0.42% 0.52% -
XYZ 13.76 11.31 8.3 -
YUV 95.68 116.9 153.91 -
System Red Green Blue C M Y K H S L
Decimal 132 81 76 0 0.39 0.42 0.48 5.36 0.27 0.41
Hex 84 51 4C 0 27 2A 30 5 1B 29
Octal 204 121 114 0 47 52 60 5 33 51
Binary 10000100 1010001 1001100 0 100111 101010 110000 101 11011 101001

Color Harmonies of #84514C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #84514C

Black with #84514C

Text Example


Text Example

White with #84514C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #84514C; }

 p { color: rgb(132,81,76); }

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

background-color css

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

 a { background-color: rgb(132,81,76); }

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

border-color css

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

 span { border-color: rgb(132,81,76); }

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