Html Css Color HEX #83534C Lotus

📋 copy color: '#83534C'

red 131 ◦ green 83 ◦ blue 76

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

Shades of Lotus #83534C

Tints of Lotus #83534C

RGB

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

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

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

R = 45.17%
G = 28.62%
B = 26.21%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.42

 K value IS 0.49

RGB Variations

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

Color information

#83534C (or 0x83534C) is known color: Lotus. HEX triplet: 83, 53 and 4C. RGB value is (131,83,76). Sum of RGB (Red+Green+Blue) = 131+83+76=290 (38% of max value = 765). Red value is 131 (51.56% from 255 or 45.17% from 290); Green value is 83 (32.81% from 255 or 28.62% from 290); Blue value is 76 (30.08% from 255 or 26.21% from 290); Max value from RGB is 131 - color contains mainly: red. Hex color #83534C is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #83534C is #7CACB3. Grayscale: #606060. Windows color (decimal): -8170676 or 5002115. OLE color: 5002115.

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

Color convert

RGB 131 83 76 -
CMYK 0 0.37 0.42 0.49
HSL 7.64º 0.27% 0.41% -
HSV(B) 7.64º 0.42% 0.51% -
XYZ 13.76 11.53 8.34 -
YUV 96.55 116.4 152.57 -
System Red Green Blue C M Y K H S L
Decimal 131 83 76 0 0.37 0.42 0.49 7.64 0.27 0.41
Hex 83 53 4C 0 25 2A 31 8 1B 29
Octal 203 123 114 0 45 52 61 10 33 51
Binary 10000011 1010011 1001100 0 100101 101010 110001 1000 11011 101001

Color Harmonies of #83534C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #83534C

Black with #83534C

Text Example


Text Example

White with #83534C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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