#56422C

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

Shades of Deep Bronze #56422C

Tints of Deep Bronze #56422C

Color information

#56422C (or 0x56422C) is unknown color: approx Deep Bronze. HEX triplet: 56, 42 and 2C. RGB value is (86,66,44). Sum of RGB (Red+Green+Blue) = 86+66+44=196 (25% of max value = 765). Red value is 86 (33.98% from 255 or 43.88% from 196); Green value is 66 (26.17% from 255 or 33.67% from 196); Blue value is 44 (17.58% from 255 or 22.45% from 196); Max value from RGB is 86 - color contains mainly: red. Hex color #56422C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #56422C is #A9BDD3. Grayscale: #454545. Windows color (decimal): -11124180 or 2900566. OLE color: 2900566.

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

Color convert

RGB866644-
CMYK00.230.490.66
HSL31.43º32.31%25.49%-
HSV(B)31.43º48.84%33.73%-
XYZ6.246.063.22-
YUV69.47113.63139.79-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 43.88%
GREEN value IS 66 (26.17% from 255) = 33.67%
BLUE value IS 44 (17.58% from 255) = 22.45%
R=43.88%
G=33.67%
B=22.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.49
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal86664400.230.490.6631.4332.3125.49
Hex56422C01731421f2019
Octal1261025402761102374031
Binary1010110100001010110001011111000110000101111110000011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #56422C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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