#8B545E

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

Shades of Cannon Pink #8B545E

Tints of Cannon Pink #8B545E

Color information

#8B545E (or 0x8B545E) is unknown color: approx Cannon Pink. HEX triplet: 8B, 54 and 5E. RGB value is (139,84,94). Sum of RGB (Red+Green+Blue) = 139+84+94=317 (41% of max value = 765). Red value is 139 (54.69% from 255 or 43.85% from 317); Green value is 84 (33.20% from 255 or 26.50% from 317); Blue value is 94 (37.11% from 255 or 29.65% from 317); Max value from RGB is 139 - color contains mainly: red. Hex color #8B545E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8B545E is #74ABA1. Grayscale: #656565. Windows color (decimal): -7646114 or 6182027. OLE color: 6182027.

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

Color convert

RGB1398494-
CMYK00.400.320.45
HSL349.09º24.66%43.73%-
HSV(B)349.09º39.57%54.51%-
XYZ15.8412.6412.19-
YUV101.58123.72154.69-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 43.85%
GREEN value IS 84 (33.20% from 255) = 26.50%
BLUE value IS 94 (37.11% from 255) = 29.65%
R=43.85%
G=26.50%
B=29.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.32
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal139849400.400.320.45349.0924.6643.73
Hex8B545E028202D15d192c
Octal21312413605040555353154
Binary1000101110101001011110010100010000010110110101110111001101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8B545E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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