Html Css Color HEX #84534C Lotus

📋 copy color: '#84534C'

red 132 ◦ green 83 ◦ blue 76

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

Shades of Lotus #84534C

Tints of Lotus #84534C

RGB

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

 GREEN value IS 83 (32.81% from 255) = 28.52%

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

R = 45.36%
G = 28.52%
B = 26.12%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.42

 K value IS 0.48

RGB Variations

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

Color information

#84534C (or 0x84534C) is known color: Lotus. HEX triplet: 84, 53 and 4C. RGB value is (132,83,76). Sum of RGB (Red+Green+Blue) = 132+83+76=291 (38% of max value = 765). Red value is 132 (51.95% from 255 or 45.36% from 291); Green value is 83 (32.81% from 255 or 28.52% from 291); Blue value is 76 (30.08% from 255 or 26.12% from 291); Max value from RGB is 132 - color contains mainly: red. Hex color #84534C is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #84534C is #7BACB3. Grayscale: #606060. Windows color (decimal): -8105140 or 5002116. OLE color: 5002116.

HSL color Cylindrical-coordinate representation of color #84534C: hue angle of 7.5º 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 #84534C is Cyan = 0, Magento = 0.37, Yellow = 0.42 and Black (K on CMYK) = 0.48.

Color convert

RGB 132 83 76 -
CMYK 0 0.37 0.42 0.48
HSL 7.5º 0.27% 0.41% -
HSV(B) 7.5º 0.42% 0.52% -
XYZ 13.91 11.61 8.35 -
YUV 96.85 116.23 153.07 -
System Red Green Blue C M Y K H S L
Decimal 132 83 76 0 0.37 0.42 0.48 7.5 0.27 0.41
Hex 84 53 4C 0 25 2A 30 8 1B 29
Octal 204 123 114 0 45 52 60 10 33 51
Binary 10000100 1010011 1001100 0 100101 101010 110000 1000 11011 101001

Color Harmonies of #84534C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #84534C

Black with #84534C

Text Example


Text Example

White with #84534C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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