Html Css Color HEX #85535D Cannon Pink

📋 copy color: '#85535D'

red 133 ◦ green 83 ◦ blue 93

#85535D
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Cannon Pink #85535D

Tints of Cannon Pink #85535D

RGB

 RED value IS 133 (52.34% from 255) = 43.04%

 GREEN value IS 83 (32.81% from 255) = 26.86%

 BLUE value IS 93 (36.72% from 255) = 30.1%

R = 43.04%
G = 26.86%
B = 30.1%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.30

 K value IS 0.48

RGB Variations

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

Color information

#85535D (or 0x85535D) is known color: Cannon Pink. HEX triplet: 85, 53 and 5D. RGB value is (133,83,93). Sum of RGB (Red+Green+Blue) = 133+83+93=309 (40% of max value = 765). Red value is 133 (52.34% from 255 or 43.04% from 309); Green value is 83 (32.81% from 255 or 26.86% from 309); Blue value is 93 (36.72% from 255 or 30.10% from 309); Max value from RGB is 133 - color contains mainly: red. Hex color #85535D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #85535D is #7AACA2. Grayscale: #636363. Windows color (decimal): -8039587 or 6116229. OLE color: 6116229.

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

Color convert

RGB 133 83 93 -
CMYK 0 0.38 0.30 0.48
HSL 348º 0.23% 0.42% -
HSV(B) 348º 0.38% 0.52% -
XYZ 14.74 11.96 11.89 -
YUV 99.09 124.57 152.19 -
System Red Green Blue C M Y K H S L
Decimal 133 83 93 0 0.38 0.30 0.48 348 0.23 0.42
Hex 85 53 5D 0 26 1E 30 15C 17 2A
Octal 205 123 135 0 46 36 60 534 27 52
Binary 10000101 1010011 1011101 0 100110 11110 110000 101011100 10111 101010

Color Harmonies of #85535D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #85535D

Black with #85535D

Text Example


Text Example

White with #85535D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #85535D;
 }
 .AnyTagClassName
 {
   color: #85535D;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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