#8B525B

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

Shades of Cannon Pink #8B525B

Tints of Cannon Pink #8B525B

Color information

#8B525B (or 0x8B525B) is unknown color: approx Cannon Pink. HEX triplet: 8B, 52 and 5B. RGB value is (139,82,91). Sum of RGB (Red+Green+Blue) = 139+82+91=312 (41% of max value = 765). Red value is 139 (54.69% from 255 or 44.55% from 312); Green value is 82 (32.42% from 255 or 26.28% from 312); Blue value is 91 (35.94% from 255 or 29.17% from 312); Max value from RGB is 139 - color contains mainly: red. Hex color #8B525B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8B525B is #74ADA4. Grayscale: #646464. Windows color (decimal): -7646629 or 5984907. OLE color: 5984907.

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

Color convert

RGB1398291-
CMYK00.410.350.45
HSL350.53º25.79%43.33%-
HSV(B)350.53º41.01%54.51%-
XYZ15.5512.2811.45-
YUV100.07122.88155.77-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 44.55%
GREEN value IS 82 (32.42% from 255) = 26.28%
BLUE value IS 91 (35.94% from 255) = 29.17%
R=44.55%
G=26.28%
B=29.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.35
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal139829100.410.350.45350.5325.7943.33
Hex8B525B029232D15f1a2b
Octal21312213305143555373253
Binary1000101110100101011011010100110001110110110101111111010101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8B525B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(139,82,91); }

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

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

 a { background-color: rgb(139,82,91); }

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

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

 span { border-color: rgb(139,82,91); }

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