#8B555F

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

Shades of Cannon Pink #8B555F

Tints of Cannon Pink #8B555F

Color information

#8B555F (or 0x8B555F) is unknown color: approx Cannon Pink. HEX triplet: 8B, 55 and 5F. RGB value is (139,85,95). Sum of RGB (Red+Green+Blue) = 139+85+95=319 (42% of max value = 765). Red value is 139 (54.69% from 255 or 43.57% from 319); Green value is 85 (33.59% from 255 or 26.65% from 319); Blue value is 95 (37.5% from 255 or 29.78% from 319); Max value from RGB is 139 - color contains mainly: red. Hex color #8B555F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8B555F is #74AAA0. Grayscale: #666666. Windows color (decimal): -7645857 or 6247819. OLE color: 6247819.

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

Color convert

RGB1398595-
CMYK00.390.320.45
HSL348.89º24.11%43.92%-
HSV(B)348.89º38.85%54.51%-
XYZ15.9612.8112.46-
YUV102.29123.89154.19-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 43.57%
GREEN value IS 85 (33.59% from 255) = 26.65%
BLUE value IS 95 (37.5% from 255) = 29.78%
R=43.57%
G=26.65%
B=29.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.32
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal139859500.390.320.45348.8924.1143.92
Hex8B555F027202D15d182c
Octal21312513704740555353054
Binary1000101110101011011111010011110000010110110101110111000101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8B555F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(139,85,95); }

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

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

 a { background-color: rgb(139,85,95); }

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

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

 span { border-color: rgb(139,85,95); }

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