Html Css Color HEX #84514A Lotus

📋 copy color: '#84514A'

red 132 ◦ green 81 ◦ blue 74

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

Shades of Lotus #84514A

Tints of Lotus #84514A

RGB

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

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

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

R = 45.99%
G = 28.22%
B = 25.78%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.44

 K value IS 0.48

RGB Variations

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

Color information

#84514A (or 0x84514A) is known color: Lotus. HEX triplet: 84, 51 and 4A. RGB value is (132,81,74). Sum of RGB (Red+Green+Blue) = 132+81+74=287 (38% of max value = 765). Red value is 132 (51.95% from 255 or 45.99% from 287); Green value is 81 (32.03% from 255 or 28.22% from 287); Blue value is 74 (29.30% from 255 or 25.78% from 287); Max value from RGB is 132 - color contains mainly: red. Hex color #84514A is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #84514A is #7BAEB5. Grayscale: #5F5F5F. Windows color (decimal): -8105654 or 4870532. OLE color: 4870532.

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

Color convert

RGB 132 81 74 -
CMYK 0 0.39 0.44 0.48
HSL 7.24º 0.28% 0.4% -
HSV(B) 7.24º 0.44% 0.52% -
XYZ 13.69 11.28 7.93 -
YUV 95.45 115.9 154.07 -
System Red Green Blue C M Y K H S L
Decimal 132 81 74 0 0.39 0.44 0.48 7.24 0.28 0.4
Hex 84 51 4A 0 27 2C 30 7 1C 28
Octal 204 121 112 0 47 54 60 7 34 50
Binary 10000100 1010001 1001010 0 100111 101100 110000 111 11100 101000

Color Harmonies of #84514A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #84514A

Black with #84514A

Text Example


Text Example

White with #84514A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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