#85535B

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

Shades of Cannon Pink #85535B

Tints of Cannon Pink #85535B

Color information

#85535B (or 0x85535B) is unknown color: approx Cannon Pink. HEX triplet: 85, 53 and 5B. RGB value is (133,83,91). Sum of RGB (Red+Green+Blue) = 133+83+91=307 (40% of max value = 765). Red value is 133 (52.34% from 255 or 43.32% from 307); Green value is 83 (32.81% from 255 or 27.04% from 307); Blue value is 91 (35.94% from 255 or 29.64% from 307); Max value from RGB is 133 - color contains mainly: red. Hex color #85535B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #85535B is #7AACA4. Grayscale: #626262. Windows color (decimal): -8039589 or 5985157. OLE color: 5985157.

HSL color Cylindrical-coordinate representation of color #85535B: hue angle of 350.4º 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 #85535B is Cyan = 0, Magento = 0.38, Yellow = 0.32 and Black (K on CMYK) = 0.48.

Color convert

RGB1338391-
CMYK00.380.320.48
HSL350.4º23.15%42.35%-
HSV(B)350.4º37.59%52.16%-
XYZ14.6511.9311.43-
YUV98.86123.56152.35-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 43.32%
GREEN value IS 83 (32.81% from 255) = 27.04%
BLUE value IS 91 (35.94% from 255) = 29.64%
R=43.32%
G=27.04%
B=29.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.32
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal133839100.380.320.48350.423.1542.35
Hex85535B026203015e172a
Octal20512313304640605362752
Binary1000010110100111011011010011010000011000010101111010111101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #85535B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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