#56412C

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

Shades of Deep Bronze #56412C

Tints of Deep Bronze #56412C

Color information

#56412C (or 0x56412C) is unknown color: approx Deep Bronze. HEX triplet: 56, 41 and 2C. RGB value is (86,65,44). Sum of RGB (Red+Green+Blue) = 86+65+44=195 (25% of max value = 765). Red value is 86 (33.98% from 255 or 44.10% from 195); Green value is 65 (25.78% from 255 or 33.33% from 195); Blue value is 44 (17.58% from 255 or 22.56% from 195); Max value from RGB is 86 - color contains mainly: red. Hex color #56412C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #56412C is #A9BED3. Grayscale: #444444. Windows color (decimal): -11124436 or 2900310. OLE color: 2900310.

HSL color Cylindrical-coordinate representation of color #56412C: hue angle of 30º 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 #56412C is Cyan = 0, Magento = 0.24, Yellow = 0.49 and Black (K on CMYK) = 0.66.

Color convert

RGB866544-
CMYK00.240.490.66
HSL30º32.31%25.49%-
HSV(B)30º48.84%33.73%-
XYZ6.185.943.2-
YUV68.89113.96140.21-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 44.10%
GREEN value IS 65 (25.78% from 255) = 33.33%
BLUE value IS 44 (17.58% from 255) = 22.56%
R=44.10%
G=33.33%
B=22.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.49
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal86654400.240.490.663032.3125.49
Hex56412C01831421e2019
Octal1261015403061102364031
Binary1010110100000110110001100011000110000101111010000011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #56412C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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