Html Css Color HEX #854D5E Cannon Pink

📋 copy color: '#854D5E'

red 133 ◦ green 77 ◦ blue 94

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

Shades of Cannon Pink #854D5E

Tints of Cannon Pink #854D5E

RGB

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

 GREEN value IS 77 (30.47% from 255) = 25.33%

 BLUE value IS 94 (37.11% from 255) = 30.92%

R = 43.75%
G = 25.33%
B = 30.92%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.29

 K value IS 0.48

RGB Variations

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

Color information

#854D5E (or 0x854D5E) is known color: Cannon Pink. HEX triplet: 85, 4D and 5E. RGB value is (133,77,94). Sum of RGB (Red+Green+Blue) = 133+77+94=304 (40% of max value = 765). Red value is 133 (52.34% from 255 or 43.75% from 304); Green value is 77 (30.47% from 255 or 25.33% from 304); Blue value is 94 (37.11% from 255 or 30.92% from 304); Max value from RGB is 133 - color contains mainly: red. Hex color #854D5E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #854D5E is #7AB2A1. Grayscale: #5F5F5F. Windows color (decimal): -8041122 or 6180229. OLE color: 6180229.

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

Color convert

RGB 133 77 94 -
CMYK 0 0.42 0.29 0.48
HSL 341.79º 0.27% 0.41% -
HSV(B) 341.79º 0.42% 0.52% -
XYZ 14.35 11.1 11.98 -
YUV 95.68 127.05 154.62 -
System Red Green Blue C M Y K H S L
Decimal 133 77 94 0 0.42 0.29 0.48 341.79 0.27 0.41
Hex 85 4D 5E 0 2A 1D 30 156 1B 29
Octal 205 115 136 0 52 35 60 526 33 51
Binary 10000101 1001101 1011110 0 101010 11101 110000 101010110 11011 101001

Color Harmonies of #854D5E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #854D5E

Black with #854D5E

Text Example


Text Example

White with #854D5E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #854D5E; }

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

 H1.HeaderClassName
 {
   color: #854D5E;
 }
 .AnyTagClassName
 {
   color: #854D5E;
 }
</style>

background-color css

<style>
 a { background-color: #854D5E; }

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

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

border-color css

<style>
 span { border-color: #854D5E; }

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

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