#8B535F

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

Shades of Cannon Pink #8B535F

Tints of Cannon Pink #8B535F

Color information

#8B535F (or 0x8B535F) is unknown color: approx Cannon Pink. HEX triplet: 8B, 53 and 5F. RGB value is (139,83,95). Sum of RGB (Red+Green+Blue) = 139+83+95=317 (41% of max value = 765). Red value is 139 (54.69% from 255 or 43.85% from 317); Green value is 83 (32.81% from 255 or 26.18% from 317); Blue value is 95 (37.5% from 255 or 29.97% from 317); Max value from RGB is 139 - color contains mainly: red. Hex color #8B535F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8B535F is #74ACA0. Grayscale: #656565. Windows color (decimal): -7646369 or 6247307. OLE color: 6247307.

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

Color convert

RGB1398395-
CMYK00.400.320.45
HSL347.14º25.23%43.53%-
HSV(B)347.14º40.29%54.51%-
XYZ15.8112.512.41-
YUV101.11124.55155.02-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 43.85%
GREEN value IS 83 (32.81% from 255) = 26.18%
BLUE value IS 95 (37.5% from 255) = 29.97%
R=43.85%
G=26.18%
B=29.97%

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
Decimal139839500.400.320.45347.1425.2343.53
Hex8B535F028202D15b192c
Octal21312313705040555333154
Binary1000101110100111011111010100010000010110110101101111001101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8B535F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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