#56462C

Color #56462C Deep Bronze (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Deep Bronze #56462C

Tints of Deep Bronze #56462C

Color information

#56462C (or 0x56462C) is unknown color: approx Deep Bronze. HEX triplet: 56, 46 and 2C. RGB value is (86,70,44). Sum of RGB (Red+Green+Blue) = 86+70+44=200 (26% of max value = 765). Red value is 86 (33.98% from 255 or 43% from 200); Green value is 70 (27.73% from 255 or 35% from 200); Blue value is 44 (17.58% from 255 or 22% from 200); Max value from RGB is 86 - color contains mainly: red. Hex color #56462C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #56462C is #A9B9D3. Grayscale: #474747. Windows color (decimal): -11123156 or 2901590. OLE color: 2901590.

HSL color Cylindrical-coordinate representation of color #56462C: hue angle of 37.14º degrees, saturation: 0.32, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #56462C is Cyan = 0, Magento = 0.19, Yellow = 0.49 and Black (K on CMYK) = 0.66.

Color convert

RGB867044-
CMYK00.190.490.66
HSL37.14º32.31%25.49%-
HSV(B)37.14º48.84%33.73%-
XYZ6.486.543.3-
YUV71.82112.3138.11-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 43%
GREEN value IS 70 (27.73% from 255) = 35%
BLUE value IS 44 (17.58% from 255) = 22%
R=43%
G=35%
B=22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.49
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal86704400.190.490.6637.1432.3125.49
Hex56462C0133142252019
Octal1261065402361102454031
Binary10101101000110101100010011110001100001010010110000011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #56462C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #56462C; }

 p { color: rgb(86,70,44); }

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

<style>
 a { background-color: #56462C; }

 a { background-color: rgb(86,70,44); }

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

<style>
 span { border-color: #56462C; }

 span { border-color: rgb(86,70,44); }

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