#8b475e

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

Shades of Cannon Pink #8B475E

Tints of Cannon Pink #8B475E

Color information

#8B475E (or 0x8B475E) is unknown color: approx Cannon Pink. HEX triplet: 8B, 47 and 5E. RGB value is (139,71,94). Sum of RGB (Red+Green+Blue) = 139+71+94=304 (40% of max value = 765). Red value is 139 (54.69% from 255 or 45.72% from 304); Green value is 71 (28.12% from 255 or 23.36% from 304); Blue value is 94 (37.11% from 255 or 30.92% from 304); Max value from RGB is 139 - color contains mainly: red. Hex color #8B475E is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #8B475E is #74B8A1. Grayscale: #5D5D5D. Windows color (decimal): -7649442 or 6178699. OLE color: 6178699.

HSL color Cylindrical-coordinate representation of color #8B475E: hue angle of 339.71º degrees, saturation: 0.32, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #8B475E is Cyan = 0, Magento = 0.49, Yellow = 0.32 and Black (K on CMYK) = 0.45.

Color convert

RGB1397194-
CMYK00.490.320.45
HSL339.71º32.38%41.18%-
HSV(B)339.71º48.92%54.51%-
XYZ14.9210.811.89-
YUV93.95128.03160.13-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 45.72%
GREEN value IS 71 (28.12% from 255) = 23.36%
BLUE value IS 94 (37.11% from 255) = 30.92%
R=45.72%
G=23.36%
B=30.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.32
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal139719400.490.320.45339.7132.3841.18
Hex8B475E031202D1542029
Octal21310713606140555244051
Binary10001011100011110111100110001100000101101101010100100000101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8b475e

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(139,71,94); }

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

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

 a { background-color: rgb(139,71,94); }

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

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

 span { border-color: rgb(139,71,94); }

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