Html Css Color HEX #83544C Lotus

📋 copy color: '#83544C'

red 131 ◦ green 84 ◦ blue 76

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

Shades of Lotus #83544C

Tints of Lotus #83544C

RGB

 RED value IS 131 (51.56% from 255) = 45.02%

 GREEN value IS 84 (33.2% from 255) = 28.87%

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

R = 45.02%
G = 28.87%
B = 26.12%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.42

 K value IS 0.49

RGB Variations

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

Color information

#83544C (or 0x83544C) is known color: Lotus. HEX triplet: 83, 54 and 4C. RGB value is (131,84,76). Sum of RGB (Red+Green+Blue) = 131+84+76=291 (38% of max value = 765). Red value is 131 (51.56% from 255 or 45.02% from 291); Green value is 84 (33.20% from 255 or 28.87% from 291); Blue value is 76 (30.08% from 255 or 26.12% from 291); Max value from RGB is 131 - color contains mainly: red. Hex color #83544C is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #83544C is #7CABB3. Grayscale: #616161. Windows color (decimal): -8170420 or 5002371. OLE color: 5002371.

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

Color convert

RGB 131 84 76 -
CMYK 0 0.36 0.42 0.49
HSL 8.73º 0.27% 0.41% -
HSV(B) 8.73º 0.42% 0.51% -
XYZ 13.83 11.69 8.36 -
YUV 97.14 116.07 152.15 -
System Red Green Blue C M Y K H S L
Decimal 131 84 76 0 0.36 0.42 0.49 8.73 0.27 0.41
Hex 83 54 4C 0 24 2A 31 9 1B 29
Octal 203 124 114 0 44 52 61 11 33 51
Binary 10000011 1010100 1001100 0 100100 101010 110001 1001 11011 101001

Color Harmonies of #83544C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #83544C

Black with #83544C

Text Example


Text Example

White with #83544C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(131,84,76); }

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

background-color css

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

 a { background-color: rgb(131,84,76); }

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

border-color css

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

 span { border-color: rgb(131,84,76); }

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