Html Css Color HEX #83544B Lotus

📋 copy color: '#83544B'

red 131 ◦ green 84 ◦ blue 75

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

Shades of Lotus #83544B

Tints of Lotus #83544B

RGB

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

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

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

R = 45.17%
G = 28.97%
B = 25.86%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.43

 K value IS 0.49

RGB Variations

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

Color information

#83544B (or 0x83544B) is known color: Lotus. HEX triplet: 83, 54 and 4B. RGB value is (131,84,75). Sum of RGB (Red+Green+Blue) = 131+84+75=290 (38% of max value = 765). Red value is 131 (51.56% from 255 or 45.17% from 290); Green value is 84 (33.20% from 255 or 28.97% from 290); Blue value is 75 (29.69% from 255 or 25.86% from 290); Max value from RGB is 131 - color contains mainly: red. Hex color #83544B is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #83544B is #7CABB4. Grayscale: #616161. Windows color (decimal): -8170421 or 4936835. OLE color: 4936835.

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

Color convert

RGB 131 84 75 -
CMYK 0 0.36 0.43 0.49
HSL 9.64º 0.27% 0.4% -
HSV(B) 9.64º 0.43% 0.51% -
XYZ 13.8 11.67 8.18 -
YUV 97.03 115.57 152.23 -
System Red Green Blue C M Y K H S L
Decimal 131 84 75 0 0.36 0.43 0.49 9.64 0.27 0.4
Hex 83 54 4B 0 24 2B 31 A 1B 28
Octal 203 124 113 0 44 53 61 12 33 50
Binary 10000011 1010100 1001011 0 100100 101011 110001 1010 11011 101000

Color Harmonies of #83544B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #83544B

Black with #83544B

Text Example


Text Example

White with #83544B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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