#84738A

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

Shades of Mamba #84738A

Tints of Mamba #84738A

Color information

#84738A (or 0x84738A) is unknown color: approx Mamba. HEX triplet: 84, 73 and 8A. RGB value is (132,115,138). Sum of RGB (Red+Green+Blue) = 132+115+138=385 (50% of max value = 765). Red value is 132 (51.95% from 255 or 34.29% from 385); Green value is 115 (45.31% from 255 or 29.87% from 385); Blue value is 138 (54.30% from 255 or 35.84% from 385); Max value from RGB is 138 - color contains mainly: blue. Hex color #84738A is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #84738A is #7B8C75. Grayscale: #7A7A7A. Windows color (decimal): -8096886 or 9073540. OLE color: 9073540.

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

Color convert

RGB132115138-
CMYK0.040.1700.46
HSL284.35º9.09%49.61%-
HSV(B)284.35º16.67%54.12%-
XYZ20.231926.65-
YUV122.7136.63134.63-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 34.29%
GREEN value IS 115 (45.31% from 255) = 29.87%
BLUE value IS 138 (54.30% from 255) = 35.84%
R=34.29%
G=29.87%
B=35.84%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal1321151380.040.1700.46284.359.0949.61
Hex84738A41102E11c932
Octal2041632124210564341162
Binary100001001110011100010101001000101011101000111001001110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #84738A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(132,115,138); }

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

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

 a { background-color: rgb(132,115,138); }

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

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

 span { border-color: rgb(132,115,138); }

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