#56442A

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

Shades of Deep Bronze #56442A

Tints of Deep Bronze #56442A

Color information

#56442A (or 0x56442A) is unknown color: approx Deep Bronze. HEX triplet: 56, 44 and 2A. RGB value is (86,68,42). Sum of RGB (Red+Green+Blue) = 86+68+42=196 (25% of max value = 765). Red value is 86 (33.98% from 255 or 43.88% from 196); Green value is 68 (26.95% from 255 or 34.69% from 196); Blue value is 42 (16.80% from 255 or 21.43% from 196); Max value from RGB is 86 - color contains mainly: red. Hex color #56442A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #56442A is #A9BBD5. Grayscale: #464646. Windows color (decimal): -11123670 or 2770006. OLE color: 2770006.

HSL color Cylindrical-coordinate representation of color #56442A: hue angle of 35.45º degrees, saturation: 0.34, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #56442A is Cyan = 0, Magento = 0.21, Yellow = 0.51 and Black (K on CMYK) = 0.66.

Color convert

RGB866842-
CMYK00.210.510.66
HSL35.45º34.38%25.1%-
HSV(B)35.45º51.16%33.73%-
XYZ6.326.283.07-
YUV70.42111.96139.11-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 43.88%
GREEN value IS 68 (26.95% from 255) = 34.69%
BLUE value IS 42 (16.80% from 255) = 21.43%
R=43.88%
G=34.69%
B=21.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.51
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal86684200.210.510.6635.4534.3825.1
Hex56442A0153342232219
Octal1261045202563102434231
Binary10101101000100101010010101110011100001010001110001011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #56442A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #56442A; }

 p { color: rgb(86,68,42); }

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

<style>
 a { background-color: #56442A; }

 a { background-color: rgb(86,68,42); }

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

<style>
 span { border-color: #56442A; }

 span { border-color: rgb(86,68,42); }

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