#85545F

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

Shades of Cannon Pink #85545F

Tints of Cannon Pink #85545F

Color information

#85545F (or 0x85545F) is unknown color: approx Cannon Pink. HEX triplet: 85, 54 and 5F. RGB value is (133,84,95). Sum of RGB (Red+Green+Blue) = 133+84+95=312 (41% of max value = 765). Red value is 133 (52.34% from 255 or 42.63% from 312); Green value is 84 (33.20% from 255 or 26.92% from 312); Blue value is 95 (37.5% from 255 or 30.45% from 312); Max value from RGB is 133 - color contains mainly: red. Hex color #85545F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #85545F is #7AABA0. Grayscale: #636363. Windows color (decimal): -8039329 or 6247557. OLE color: 6247557.

HSL color Cylindrical-coordinate representation of color #85545F: hue angle of 346.53º 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 #85545F is Cyan = 0, Magento = 0.37, Yellow = 0.29 and Black (K on CMYK) = 0.48.

Color convert

RGB1338495-
CMYK00.370.290.48
HSL346.53º22.58%42.55%-
HSV(B)346.53º36.84%52.16%-
XYZ14.9112.1512.39-
YUV99.9125.23151.61-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 42.63%
GREEN value IS 84 (33.20% from 255) = 26.92%
BLUE value IS 95 (37.5% from 255) = 30.45%
R=42.63%
G=26.92%
B=30.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.29
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal133849500.370.290.48346.5322.5842.55
Hex85545F0251D3015b172b
Octal20512413704535605332753
Binary100001011010100101111101001011110111000010101101110111101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #85545F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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