#85535E

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

Shades of Cannon Pink #85535E

Tints of Cannon Pink #85535E

Color information

#85535E (or 0x85535E) is unknown color: approx Cannon Pink. HEX triplet: 85, 53 and 5E. RGB value is (133,83,94). Sum of RGB (Red+Green+Blue) = 133+83+94=310 (41% of max value = 765). Red value is 133 (52.34% from 255 or 42.90% from 310); Green value is 83 (32.81% from 255 or 26.77% from 310); Blue value is 94 (37.11% from 255 or 30.32% from 310); Max value from RGB is 133 - color contains mainly: red. Hex color #85535E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #85535E is #7AACA1. Grayscale: #636363. Windows color (decimal): -8039586 or 6181765. OLE color: 6181765.

HSL color Cylindrical-coordinate representation of color #85535E: hue angle of 346.8º degrees, saturation: 0.23, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #85535E is Cyan = 0, Magento = 0.38, Yellow = 0.29 and Black (K on CMYK) = 0.48.

Color convert

RGB1338394-
CMYK00.380.290.48
HSL346.8º23.15%42.35%-
HSV(B)346.8º37.59%52.16%-
XYZ14.7911.9812.12-
YUV99.2125.06152.11-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 42.90%
GREEN value IS 83 (32.81% from 255) = 26.77%
BLUE value IS 94 (37.11% from 255) = 30.32%
R=42.90%
G=26.77%
B=30.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.29
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal133839400.380.290.48346.823.1542.35
Hex85535E0261D3015b172a
Octal20512313604635605332752
Binary100001011010011101111001001101110111000010101101110111101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #85535E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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