#85545E

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

Shades of Cannon Pink #85545E

Tints of Cannon Pink #85545E

Color information

#85545E (or 0x85545E) is unknown color: approx Cannon Pink. HEX triplet: 85, 54 and 5E. RGB value is (133,84,94). Sum of RGB (Red+Green+Blue) = 133+84+94=311 (41% of max value = 765). Red value is 133 (52.34% from 255 or 42.77% from 311); Green value is 84 (33.20% from 255 or 27.01% from 311); Blue value is 94 (37.11% from 255 or 30.23% from 311); Max value from RGB is 133 - color contains mainly: red. Hex color #85545E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #85545E is #7AABA1. Grayscale: #636363. Windows color (decimal): -8039330 or 6182021. OLE color: 6182021.

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

Color convert

RGB1338494-
CMYK00.370.290.48
HSL347.76º22.58%42.55%-
HSV(B)347.76º36.84%52.16%-
XYZ14.8612.1412.15-
YUV99.79124.73151.69-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 42.77%
GREEN value IS 84 (33.20% from 255) = 27.01%
BLUE value IS 94 (37.11% from 255) = 30.23%
R=42.77%
G=27.01%
B=30.23%

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
Decimal133849400.370.290.48347.7622.5842.55
Hex85545E0251D3015c172b
Octal20512413604535605342753
Binary100001011010100101111001001011110111000010101110010111101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #85545E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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