#85738C

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

Shades of Mamba #85738C

Tints of Mamba #85738C

Color information

#85738C (or 0x85738C) is unknown color: approx Mamba. HEX triplet: 85, 73 and 8C. RGB value is (133,115,140). Sum of RGB (Red+Green+Blue) = 133+115+140=388 (51% of max value = 765). Red value is 133 (52.34% from 255 or 34.28% from 388); Green value is 115 (45.31% from 255 or 29.64% from 388); Blue value is 140 (55.08% from 255 or 36.08% from 388); Max value from RGB is 140 - color contains mainly: blue. Hex color #85738C is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #85738C is #7A8C73. Grayscale: #7B7B7B. Windows color (decimal): -8031348 or 9204613. OLE color: 9204613.

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

Color convert

RGB133115140-
CMYK0.050.1800.45
HSL283.2º9.8%50%-
HSV(B)283.2º17.86%54.9%-
XYZ20.5419.1427.42-
YUV123.23137.46134.97-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 34.28%
GREEN value IS 115 (45.31% from 255) = 29.64%
BLUE value IS 140 (55.08% from 255) = 36.08%
R=34.28%
G=29.64%
B=36.08%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal1331151400.050.1800.45283.29.850
Hex85738C51202D11ba32
Octal2051632145220554331262
Binary100001011110011100011001011001001011011000110111010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #85738C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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