#8B4A57

Color #8B4A57 Cannon Pink (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Cannon Pink #8B4A57

Tints of Cannon Pink #8B4A57

Color information

#8B4A57 (or 0x8B4A57) is unknown color: approx Cannon Pink. HEX triplet: 8B, 4A and 57. RGB value is (139,74,87). Sum of RGB (Red+Green+Blue) = 139+74+87=300 (39% of max value = 765). Red value is 139 (54.69% from 255 or 46.33% from 300); Green value is 74 (29.30% from 255 or 24.67% from 300); Blue value is 87 (34.38% from 255 or 29% from 300); Max value from RGB is 139 - color contains mainly: red. Hex color #8B4A57 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #8B4A57 is #74B5A8. Grayscale: #5E5E5E. Windows color (decimal): -7648681 or 5720715. OLE color: 5720715.

HSL color Cylindrical-coordinate representation of color #8B4A57: hue angle of 348º degrees, saturation: 0.31, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #8B4A57 is Cyan = 0, Magento = 0.47, Yellow = 0.37 and Black (K on CMYK) = 0.45.

Color convert

RGB1397487-
CMYK00.470.370.45
HSL348º30.52%41.76%-
HSV(B)348º46.76%54.51%-
XYZ14.8211.0710.37-
YUV94.92123.53159.44-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 46.33%
GREEN value IS 74 (29.30% from 255) = 24.67%
BLUE value IS 87 (34.38% from 255) = 29%
R=46.33%
G=24.67%
B=29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.37
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal139748700.470.370.4534830.5241.76
Hex8B4A5702F252D15c1f2a
Octal21311212705745555343752
Binary1000101110010101010111010111110010110110110101110011111101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8B4A57

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #8B4A57; }

 p { color: rgb(139,74,87); }

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

<style>
 a { background-color: #8B4A57; }

 a { background-color: rgb(139,74,87); }

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

<style>
 span { border-color: #8B4A57; }

 span { border-color: rgb(139,74,87); }

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