#8B455E

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

Shades of Cannon Pink #8B455E

Tints of Cannon Pink #8B455E

Color information

#8B455E (or 0x8B455E) is unknown color: approx Cannon Pink. HEX triplet: 8B, 45 and 5E. RGB value is (139,69,94). Sum of RGB (Red+Green+Blue) = 139+69+94=302 (40% of max value = 765). Red value is 139 (54.69% from 255 or 46.03% from 302); Green value is 69 (27.34% from 255 or 22.85% from 302); Blue value is 94 (37.11% from 255 or 31.13% from 302); Max value from RGB is 139 - color contains mainly: red. Hex color #8B455E is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #8B455E is #74BAA1. Grayscale: #5C5C5C. Windows color (decimal): -7649954 or 6178187. OLE color: 6178187.

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

Color convert

RGB1396994-
CMYK00.500.320.45
HSL338.57º33.65%40.78%-
HSV(B)338.57º50.36%54.51%-
XYZ14.810.5511.85-
YUV92.78128.69160.97-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 46.03%
GREEN value IS 69 (27.34% from 255) = 22.85%
BLUE value IS 94 (37.11% from 255) = 31.13%
R=46.03%
G=22.85%
B=31.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.32
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal139699400.500.320.45338.5733.6540.78
Hex8B455E032202D1532229
Octal21310513606240555234251
Binary10001011100010110111100110010100000101101101010011100010101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8B455E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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