Html Css Color HEX #84554B Lotus

📋 copy color: '#84554B'

red 132 ◦ green 85 ◦ blue 75

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

Shades of Lotus #84554B

Tints of Lotus #84554B

RGB

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

 GREEN value IS 85 (33.59% from 255) = 29.11%

 BLUE value IS 75 (29.69% from 255) = 25.68%

R = 45.21%
G = 29.11%
B = 25.68%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.43

 K value IS 0.48

RGB Variations

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

Color information

#84554B (or 0x84554B) is known color: Lotus. HEX triplet: 84, 55 and 4B. RGB value is (132,85,75). Sum of RGB (Red+Green+Blue) = 132+85+75=292 (38% of max value = 765). Red value is 132 (51.95% from 255 or 45.21% from 292); Green value is 85 (33.59% from 255 or 29.11% from 292); Blue value is 75 (29.69% from 255 or 25.68% from 292); Max value from RGB is 132 - color contains mainly: red. Hex color #84554B is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #84554B is #7BAAB4. Grayscale: #626262. Windows color (decimal): -8104629 or 4937092. OLE color: 4937092.

HSL color Cylindrical-coordinate representation of color #84554B: hue angle of 10.53º degrees, saturation: 0.28, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #84554B is Cyan = 0, Magento = 0.36, Yellow = 0.43 and Black (K on CMYK) = 0.48.

Color convert

RGB 132 85 75 -
CMYK 0 0.36 0.43 0.48
HSL 10.53º 0.28% 0.41% -
HSV(B) 10.53º 0.43% 0.52% -
XYZ 14.03 11.91 8.22 -
YUV 97.91 115.07 152.31 -
System Red Green Blue C M Y K H S L
Decimal 132 85 75 0 0.36 0.43 0.48 10.53 0.28 0.41
Hex 84 55 4B 0 24 2B 30 B 1C 29
Octal 204 125 113 0 44 53 60 13 34 51
Binary 10000100 1010101 1001011 0 100100 101011 110000 1011 11100 101001

Color Harmonies of #84554B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #84554B

Black with #84554B

Text Example


Text Example

White with #84554B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #84554B; }

 p { color: rgb(132,85,75); }

 H1.HeaderClassName
 {
   color: #84554B;
 }
 .AnyTagClassName
 {
   color: #84554B;
 }
</style>

background-color css

<style>
 a { background-color: #84554B; }

 a { background-color: rgb(132,85,75); }

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

border-color css

<style>
 span { border-color: #84554B; }

 span { border-color: rgb(132,85,75); }

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