#56442B

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

Shades of Deep Bronze #56442B

Tints of Deep Bronze #56442B

Color information

#56442B (or 0x56442B) is unknown color: approx Deep Bronze. HEX triplet: 56, 44 and 2B. RGB value is (86,68,43). Sum of RGB (Red+Green+Blue) = 86+68+43=197 (26% of max value = 765). Red value is 86 (33.98% from 255 or 43.65% from 197); Green value is 68 (26.95% from 255 or 34.52% from 197); Blue value is 43 (17.19% from 255 or 21.83% from 197); Max value from RGB is 86 - color contains mainly: red. Hex color #56442B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #56442B is #A9BBD4. Grayscale: #464646. Windows color (decimal): -11123669 or 2835542. OLE color: 2835542.

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

Color convert

RGB866843-
CMYK00.210.500.66
HSL34.88º33.33%25.29%-
HSV(B)34.88º50%33.73%-
XYZ6.346.293.16-
YUV70.53112.46139.03-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 43.65%
GREEN value IS 68 (26.95% from 255) = 34.52%
BLUE value IS 43 (17.19% from 255) = 21.83%
R=43.65%
G=34.52%
B=21.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.50
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal86684300.210.500.6634.8833.3325.29
Hex56442B0153242232119
Octal1261045302562102434131
Binary10101101000100101011010101110010100001010001110000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #56442B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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