#8B545F

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

Shades of Cannon Pink #8B545F

Tints of Cannon Pink #8B545F

Color information

#8B545F (or 0x8B545F) is unknown color: approx Cannon Pink. HEX triplet: 8B, 54 and 5F. RGB value is (139,84,95). Sum of RGB (Red+Green+Blue) = 139+84+95=318 (42% of max value = 765). Red value is 139 (54.69% from 255 or 43.71% from 318); Green value is 84 (33.20% from 255 or 26.42% from 318); Blue value is 95 (37.5% from 255 or 29.87% from 318); Max value from RGB is 139 - color contains mainly: red. Hex color #8B545F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8B545F is #74ABA0. Grayscale: #656565. Windows color (decimal): -7646113 or 6247563. OLE color: 6247563.

HSL color Cylindrical-coordinate representation of color #8B545F: hue angle of 348º 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 #8B545F is Cyan = 0, Magento = 0.40, Yellow = 0.32 and Black (K on CMYK) = 0.45.

Color convert

RGB1398495-
CMYK00.400.320.45
HSL348º24.66%43.73%-
HSV(B)348º39.57%54.51%-
XYZ15.8812.6612.43-
YUV101.7124.22154.61-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 43.71%
GREEN value IS 84 (33.20% from 255) = 26.42%
BLUE value IS 95 (37.5% from 255) = 29.87%
R=43.71%
G=26.42%
B=29.87%

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
Decimal139849500.400.320.4534824.6643.73
Hex8B545F028202D15c192c
Octal21312413705040555343154
Binary1000101110101001011111010100010000010110110101110011001101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8B545F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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