#564028

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

Shades of Deep Bronze #564028

Tints of Deep Bronze #564028

Color information

#564028 (or 0x564028) is unknown color: approx Deep Bronze. HEX triplet: 56, 40 and 28. RGB value is (86,64,40). Sum of RGB (Red+Green+Blue) = 86+64+40=190 (25% of max value = 765). Red value is 86 (33.98% from 255 or 45.26% from 190); Green value is 64 (25.39% from 255 or 33.68% from 190); Blue value is 40 (16.02% from 255 or 21.05% from 190); Max value from RGB is 86 - color contains mainly: red. Hex color #564028 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #564028 is #A9BFD7. Grayscale: #434343. Windows color (decimal): -11124696 or 2637910. OLE color: 2637910.

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

Color convert

RGB866440-
CMYK00.260.530.66
HSL31.3º36.51%24.71%-
HSV(B)31.3º53.49%33.73%-
XYZ6.055.82.81-
YUV67.84112.29140.95-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 45.26%
GREEN value IS 64 (25.39% from 255) = 33.68%
BLUE value IS 40 (16.02% from 255) = 21.05%
R=45.26%
G=33.68%
B=21.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.53
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal86644000.260.530.6631.336.5124.71
Hex56402801A35421f2519
Octal1261005003265102374531
Binary1010110100000010100001101011010110000101111110010111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #564028

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #564028; }

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

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

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

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

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

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

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

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