#85545D

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

Shades of Cannon Pink #85545D

Tints of Cannon Pink #85545D

Color information

#85545D (or 0x85545D) is unknown color: approx Cannon Pink. HEX triplet: 85, 54 and 5D. RGB value is (133,84,93). Sum of RGB (Red+Green+Blue) = 133+84+93=310 (41% of max value = 765). Red value is 133 (52.34% from 255 or 42.90% from 310); Green value is 84 (33.20% from 255 or 27.10% from 310); Blue value is 93 (36.72% from 255 or 30% from 310); Max value from RGB is 133 - color contains mainly: red. Hex color #85545D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #85545D is #7AABA2. Grayscale: #636363. Windows color (decimal): -8039331 or 6116485. OLE color: 6116485.

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

Color convert

RGB1338493-
CMYK00.370.300.48
HSL348.98º22.58%42.55%-
HSV(B)348.98º36.84%52.16%-
XYZ14.8212.1211.91-
YUV99.68124.23151.77-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 42.90%
GREEN value IS 84 (33.20% from 255) = 27.10%
BLUE value IS 93 (36.72% from 255) = 30%
R=42.90%
G=27.10%
B=30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.30
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal133849300.370.300.48348.9822.5842.55
Hex85545D0251E3015d172b
Octal20512413504536605352753
Binary100001011010100101110101001011111011000010101110110111101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #85545D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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