#83728A

Color #83728A Mamba (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Mamba #83728A

Tints of Mamba #83728A

Color information

#83728A (or 0x83728A) is unknown color: approx Mamba. HEX triplet: 83, 72 and 8A. RGB value is (131,114,138). Sum of RGB (Red+Green+Blue) = 131+114+138=383 (50% of max value = 765). Red value is 131 (51.56% from 255 or 34.20% from 383); Green value is 114 (44.92% from 255 or 29.77% from 383); Blue value is 138 (54.30% from 255 or 36.03% from 383); Max value from RGB is 138 - color contains mainly: blue. Hex color #83728A is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #83728A is #7C8D75. Grayscale: #797979. Windows color (decimal): -8162678 or 9073283. OLE color: 9073283.

HSL color Cylindrical-coordinate representation of color #83728A: hue angle of 282.5º degrees, saturation: 0.1, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #83728A is Cyan = 0.05, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB131114138-
CMYK0.050.1700.46
HSL282.5º9.52%49.41%-
HSV(B)282.5º17.39%54.12%-
XYZ19.9618.6926.6-
YUV121.82137.13134.55-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 34.20%
GREEN value IS 114 (44.92% from 255) = 29.77%
BLUE value IS 138 (54.30% from 255) = 36.03%
R=34.20%
G=29.77%
B=36.03%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal1311141380.050.1700.46282.59.5249.41
Hex83728A51102E11ba31
Octal2031622125210564331261
Binary100000111110010100010101011000101011101000110111010110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #83728A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(131,114,138); }

 H1.HeaderClassName
 {
   color: #83728A;
 }
 .AnyTagClassName
 {
   color: #83728A;
 }
</style>
background-color css

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

 a { background-color: rgb(131,114,138); }

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

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

 span { border-color: rgb(131,114,138); }

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