#854C5E

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

Shades of Cannon Pink #854C5E

Tints of Cannon Pink #854C5E

Color information

#854C5E (or 0x854C5E) is unknown color: approx Cannon Pink. HEX triplet: 85, 4C and 5E. RGB value is (133,76,94). Sum of RGB (Red+Green+Blue) = 133+76+94=303 (40% of max value = 765). Red value is 133 (52.34% from 255 or 43.89% from 303); Green value is 76 (30.08% from 255 or 25.08% from 303); Blue value is 94 (37.11% from 255 or 31.02% from 303); Max value from RGB is 133 - color contains mainly: red. Hex color #854C5E is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #854C5E is #7AB3A1. Grayscale: #5F5F5F. Windows color (decimal): -8041378 or 6179973. OLE color: 6179973.

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

Color convert

RGB1337694-
CMYK00.430.290.48
HSL341.05º27.27%40.98%-
HSV(B)341.05º42.86%52.16%-
XYZ14.2810.9611.95-
YUV95.1127.38155.04-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 43.89%
GREEN value IS 76 (30.08% from 255) = 25.08%
BLUE value IS 94 (37.11% from 255) = 31.02%
R=43.89%
G=25.08%
B=31.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.29
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal133769400.430.290.48341.0527.2740.98
Hex854C5E02B1D301551b29
Octal20511413605335605253351
Binary100001011001100101111001010111110111000010101010111011101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #854C5E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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