#56432C

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

Shades of Deep Bronze #56432C

Tints of Deep Bronze #56432C

Color information

#56432C (or 0x56432C) is unknown color: approx Deep Bronze. HEX triplet: 56, 43 and 2C. RGB value is (86,67,44). Sum of RGB (Red+Green+Blue) = 86+67+44=197 (26% of max value = 765). Red value is 86 (33.98% from 255 or 43.65% from 197); Green value is 67 (26.56% from 255 or 34.01% from 197); Blue value is 44 (17.58% from 255 or 22.34% from 197); Max value from RGB is 86 - color contains mainly: red. Hex color #56432C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #56432C is #A9BCD3. Grayscale: #464646. Windows color (decimal): -11123924 or 2900822. OLE color: 2900822.

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

Color convert

RGB866744-
CMYK00.220.490.66
HSL32.86º32.31%25.49%-
HSV(B)32.86º48.84%33.73%-
XYZ6.36.173.24-
YUV70.06113.29139.37-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 43.65%
GREEN value IS 67 (26.56% from 255) = 34.01%
BLUE value IS 44 (17.58% from 255) = 22.34%
R=43.65%
G=34.01%
B=22.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.49
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal86674400.220.490.6632.8632.3125.49
Hex56432C0163142212019
Octal1261035402661102414031
Binary10101101000011101100010110110001100001010000110000011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #56432C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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