#8B5A64

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

Shades of Cannon Pink #8B5A64

Tints of Cannon Pink #8B5A64

Color information

#8B5A64 (or 0x8B5A64) is unknown color: approx Cannon Pink. HEX triplet: 8B, 5A and 64. RGB value is (139,90,100). Sum of RGB (Red+Green+Blue) = 139+90+100=329 (43% of max value = 765). Red value is 139 (54.69% from 255 or 42.25% from 329); Green value is 90 (35.55% from 255 or 27.36% from 329); Blue value is 100 (39.45% from 255 or 30.40% from 329); Max value from RGB is 139 - color contains mainly: red. Hex color #8B5A64 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8B5A64 is #74A59B. Grayscale: #696969. Windows color (decimal): -7644572 or 6576779. OLE color: 6576779.

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

Color convert

RGB13990100-
CMYK00.350.280.45
HSL347.76º21.4%44.9%-
HSV(B)347.76º35.25%54.51%-
XYZ16.613.7213.83-
YUV105.79124.73151.69-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 42.25%
GREEN value IS 90 (35.55% from 255) = 27.36%
BLUE value IS 100 (39.45% from 255) = 30.40%
R=42.25%
G=27.36%
B=30.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.28
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal1399010000.350.280.45347.7621.444.9
Hex8B5A640231C2D15c152d
Octal21313214404334555342555
Binary100010111011010110010001000111110010110110101110010101101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8B5A64

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(139,90,100); }

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

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

 a { background-color: rgb(139,90,100); }

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

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

 span { border-color: rgb(139,90,100); }

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