#85738B

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

Shades of Mamba #85738B

Tints of Mamba #85738B

Color information

#85738B (or 0x85738B) is unknown color: approx Mamba. HEX triplet: 85, 73 and 8B. RGB value is (133,115,139). Sum of RGB (Red+Green+Blue) = 133+115+139=387 (51% of max value = 765). Red value is 133 (52.34% from 255 or 34.37% from 387); Green value is 115 (45.31% from 255 or 29.72% from 387); Blue value is 139 (54.69% from 255 or 35.92% from 387); Max value from RGB is 139 - color contains mainly: blue. Hex color #85738B is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #85738B is #7A8C74. Grayscale: #7B7B7B. Windows color (decimal): -8031349 or 9139077. OLE color: 9139077.

HSL color Cylindrical-coordinate representation of color #85738B: hue angle of 285º degrees, saturation: 0.09, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #85738B is Cyan = 0.04, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB133115139-
CMYK0.040.1700.45
HSL285º9.45%49.8%-
HSV(B)285º17.27%54.51%-
XYZ20.4619.1127.04-
YUV123.12136.96135.05-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 34.37%
GREEN value IS 115 (45.31% from 255) = 29.72%
BLUE value IS 139 (54.69% from 255) = 35.92%
R=34.37%
G=29.72%
B=35.92%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal1331151390.040.1700.452859.4549.8
Hex85738B41102D11d932
Octal2051632134210554351162
Binary100001011110011100010111001000101011011000111011001110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #85738B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(133,115,139); }

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

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

 a { background-color: rgb(133,115,139); }

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

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

 span { border-color: rgb(133,115,139); }

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