#824C5B

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

Shades of Cannon Pink #824C5B

Tints of Cannon Pink #824C5B

Color information

#824C5B (or 0x824C5B) is unknown color: approx Cannon Pink. HEX triplet: 82, 4C and 5B. RGB value is (130,76,91). Sum of RGB (Red+Green+Blue) = 130+76+91=297 (39% of max value = 765). Red value is 130 (51.17% from 255 or 43.77% from 297); Green value is 76 (30.08% from 255 or 25.59% from 297); Blue value is 91 (35.94% from 255 or 30.64% from 297); Max value from RGB is 130 - color contains mainly: red. Hex color #824C5B is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #824C5B is #7DB3A4. Grayscale: #5D5D5D. Windows color (decimal): -8237989 or 5983362. OLE color: 5983362.

HSL color Cylindrical-coordinate representation of color #824C5B: hue angle of 343.33º degrees, saturation: 0.26, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #824C5B is Cyan = 0, Magento = 0.42, Yellow = 0.30 and Black (K on CMYK) = 0.49.

Color convert

RGB1307691-
CMYK00.420.300.49
HSL343.33º26.21%40.39%-
HSV(B)343.33º41.54%50.98%-
XYZ13.6810.6711.24-
YUV93.86126.39153.78-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 43.77%
GREEN value IS 76 (30.08% from 255) = 25.59%
BLUE value IS 91 (35.94% from 255) = 30.64%
R=43.77%
G=25.59%
B=30.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.30
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal130769100.420.300.49343.3326.2140.39
Hex824C5B02A1E311571a28
Octal20211413305236615273250
Binary100000101001100101101101010101111011000110101011111010101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #824C5B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #824C5B; }

 p { color: rgb(130,76,91); }

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

<style>
 a { background-color: #824C5B; }

 a { background-color: rgb(130,76,91); }

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

<style>
 span { border-color: #824C5B; }

 span { border-color: rgb(130,76,91); }

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