#56402A

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

Shades of Deep Bronze #56402A

Tints of Deep Bronze #56402A

Color information

#56402A (or 0x56402A) is unknown color: approx Deep Bronze. HEX triplet: 56, 40 and 2A. RGB value is (86,64,42). Sum of RGB (Red+Green+Blue) = 86+64+42=192 (25% of max value = 765). Red value is 86 (33.98% from 255 or 44.79% from 192); Green value is 64 (25.39% from 255 or 33.33% from 192); Blue value is 42 (16.80% from 255 or 21.88% from 192); Max value from RGB is 86 - color contains mainly: red. Hex color #56402A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #56402A is #A9BFD5. Grayscale: #444444. Windows color (decimal): -11124694 or 2768982. OLE color: 2768982.

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

Color convert

RGB866442-
CMYK00.260.510.66
HSL30º34.38%25.1%-
HSV(B)30º51.16%33.73%-
XYZ6.095.812.99-
YUV68.07113.29140.79-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 44.79%
GREEN value IS 64 (25.39% from 255) = 33.33%
BLUE value IS 42 (16.80% from 255) = 21.88%
R=44.79%
G=33.33%
B=21.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.51
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal86644200.260.510.663034.3825.1
Hex56402A01A33421e2219
Octal1261005203263102364231
Binary1010110100000010101001101011001110000101111010001011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #56402A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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