Html Css Color HEX #83504C Lotus

📋 copy color: '#83504C'

red 131 ◦ green 80 ◦ blue 76

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

Shades of Lotus #83504C

Tints of Lotus #83504C

RGB

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

 GREEN value IS 80 (31.64% from 255) = 27.87%

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

R = 45.64%
G = 27.87%
B = 26.48%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.42

 K value IS 0.49

RGB Variations

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

Color information

#83504C (or 0x83504C) is known color: Lotus. HEX triplet: 83, 50 and 4C. RGB value is (131,80,76). Sum of RGB (Red+Green+Blue) = 131+80+76=287 (38% of max value = 765). Red value is 131 (51.56% from 255 or 45.64% from 287); Green value is 80 (31.64% from 255 or 27.87% from 287); Blue value is 76 (30.08% from 255 or 26.48% from 287); Max value from RGB is 131 - color contains mainly: red. Hex color #83504C is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #83504C is #7CAFB3. Grayscale: #5E5E5E. Windows color (decimal): -8171444 or 5001347. OLE color: 5001347.

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

Color convert

RGB 131 80 76 -
CMYK 0 0.39 0.42 0.49
HSL 4.36º 0.27% 0.41% -
HSV(B) 4.36º 0.42% 0.51% -
XYZ 13.53 11.08 8.26 -
YUV 94.79 117.4 153.83 -
System Red Green Blue C M Y K H S L
Decimal 131 80 76 0 0.39 0.42 0.49 4.36 0.27 0.41
Hex 83 50 4C 0 27 2A 31 4 1B 29
Octal 203 120 114 0 47 52 61 4 33 51
Binary 10000011 1010000 1001100 0 100111 101010 110001 100 11011 101001

Color Harmonies of #83504C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #83504C

Black with #83504C

Text Example


Text Example

White with #83504C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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