Html Css Color HEX #83534A Lotus

📋 copy color: '#83534A'

red 131 ◦ green 83 ◦ blue 74

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

Shades of Lotus #83534A

Tints of Lotus #83534A

RGB

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

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

 BLUE value IS 74 (29.3% from 255) = 25.69%

R = 45.49%
G = 28.82%
B = 25.69%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.44

 K value IS 0.49

RGB Variations

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

Color information

#83534A (or 0x83534A) is known color: Lotus. HEX triplet: 83, 53 and 4A. RGB value is (131,83,74). Sum of RGB (Red+Green+Blue) = 131+83+74=288 (38% of max value = 765). Red value is 131 (51.56% from 255 or 45.49% from 288); Green value is 83 (32.81% from 255 or 28.82% from 288); Blue value is 74 (29.30% from 255 or 25.69% from 288); Max value from RGB is 131 - color contains mainly: red. Hex color #83534A is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #83534A is #7CACB5. Grayscale: #606060. Windows color (decimal): -8170678 or 4871043. OLE color: 4871043.

HSL color Cylindrical-coordinate representation of color #83534A: hue angle of 9.47º degrees, saturation: 0.28, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #83534A is Cyan = 0, Magento = 0.37, Yellow = 0.44 and Black (K on CMYK) = 0.49.

Color convert

RGB 131 83 74 -
CMYK 0 0.37 0.44 0.49
HSL 9.47º 0.28% 0.4% -
HSV(B) 9.47º 0.44% 0.51% -
XYZ 13.69 11.51 7.98 -
YUV 96.33 115.4 152.73 -
System Red Green Blue C M Y K H S L
Decimal 131 83 74 0 0.37 0.44 0.49 9.47 0.28 0.4
Hex 83 53 4A 0 25 2C 31 9 1C 28
Octal 203 123 112 0 45 54 61 11 34 50
Binary 10000011 1010011 1001010 0 100101 101100 110001 1001 11100 101000

Color Harmonies of #83534A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #83534A

Black with #83534A

Text Example


Text Example

White with #83534A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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