#834F5F

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

Shades of Cannon Pink #834F5F

Tints of Cannon Pink #834F5F

Color information

#834F5F (or 0x834F5F) is unknown color: approx Cannon Pink. HEX triplet: 83, 4F and 5F. RGB value is (131,79,95). Sum of RGB (Red+Green+Blue) = 131+79+95=305 (40% of max value = 765). Red value is 131 (51.56% from 255 or 42.95% from 305); Green value is 79 (31.25% from 255 or 25.90% from 305); Blue value is 95 (37.5% from 255 or 31.15% from 305); Max value from RGB is 131 - color contains mainly: red. Hex color #834F5F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #834F5F is #7CB0A0. Grayscale: #606060. Windows color (decimal): -8171681 or 6246275. OLE color: 6246275.

HSL color Cylindrical-coordinate representation of color #834F5F: hue angle of 341.54º degrees, saturation: 0.25, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #834F5F is Cyan = 0, Magento = 0.40, Yellow = 0.27 and Black (K on CMYK) = 0.49.

Color convert

RGB1317995-
CMYK00.400.270.49
HSL341.54º24.76%41.18%-
HSV(B)341.54º39.69%51.37%-
XYZ14.2211.2412.25-
YUV96.37127.23152.7-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 42.95%
GREEN value IS 79 (31.25% from 255) = 25.90%
BLUE value IS 95 (37.5% from 255) = 31.15%
R=42.95%
G=25.90%
B=31.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.27
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal131799500.400.270.49341.5424.7641.18
Hex834F5F0281B311561929
Octal20311713705033615263151
Binary100000111001111101111101010001101111000110101011011001101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #834F5F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #834F5F; }

 p { color: rgb(131,79,95); }

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

<style>
 a { background-color: #834F5F; }

 a { background-color: rgb(131,79,95); }

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

<style>
 span { border-color: #834F5F; }

 span { border-color: rgb(131,79,95); }

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