#85545C

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

Shades of Cannon Pink #85545C

Tints of Cannon Pink #85545C

Color information

#85545C (or 0x85545C) is unknown color: approx Cannon Pink. HEX triplet: 85, 54 and 5C. RGB value is (133,84,92). Sum of RGB (Red+Green+Blue) = 133+84+92=309 (40% of max value = 765). Red value is 133 (52.34% from 255 or 43.04% from 309); Green value is 84 (33.20% from 255 or 27.18% from 309); Blue value is 92 (36.33% from 255 or 29.77% from 309); Max value from RGB is 133 - color contains mainly: red. Hex color #85545C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #85545C is #7AABA3. Grayscale: #636363. Windows color (decimal): -8039332 or 6050949. OLE color: 6050949.

HSL color Cylindrical-coordinate representation of color #85545C: hue angle of 350.2º degrees, saturation: 0.23, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #85545C is Cyan = 0, Magento = 0.37, Yellow = 0.31 and Black (K on CMYK) = 0.48.

Color convert

RGB1338492-
CMYK00.370.310.48
HSL350.2º22.58%42.55%-
HSV(B)350.2º36.84%52.16%-
XYZ14.7712.111.68-
YUV99.56123.73151.85-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 43.04%
GREEN value IS 84 (33.20% from 255) = 27.18%
BLUE value IS 92 (36.33% from 255) = 29.77%
R=43.04%
G=27.18%
B=29.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.31
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal133849200.370.310.48350.222.5842.55
Hex85545C0251F3015e172b
Octal20512413404537605362753
Binary100001011010100101110001001011111111000010101111010111101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #85545C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #85545C; }

 p { color: rgb(133,84,92); }

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

<style>
 a { background-color: #85545C; }

 a { background-color: rgb(133,84,92); }

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

<style>
 span { border-color: #85545C; }

 span { border-color: rgb(133,84,92); }

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