#564128

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

Shades of Deep Bronze #564128

Tints of Deep Bronze #564128

Color information

#564128 (or 0x564128) is unknown color: approx Deep Bronze. HEX triplet: 56, 41 and 28. RGB value is (86,65,40). Sum of RGB (Red+Green+Blue) = 86+65+40=191 (25% of max value = 765). Red value is 86 (33.98% from 255 or 45.03% from 191); Green value is 65 (25.78% from 255 or 34.03% from 191); Blue value is 40 (16.02% from 255 or 20.94% from 191); Max value from RGB is 86 - color contains mainly: red. Hex color #564128 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #564128 is #A9BED7. Grayscale: #444444. Windows color (decimal): -11124440 or 2638166. OLE color: 2638166.

HSL color Cylindrical-coordinate representation of color #564128: hue angle of 32.61º 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 #564128 is Cyan = 0, Magento = 0.24, Yellow = 0.53 and Black (K on CMYK) = 0.66.

Color convert

RGB866540-
CMYK00.240.530.66
HSL32.61º36.51%24.71%-
HSV(B)32.61º53.49%33.73%-
XYZ6.115.912.83-
YUV68.43111.96140.53-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 45.03%
GREEN value IS 65 (25.78% from 255) = 34.03%
BLUE value IS 40 (16.02% from 255) = 20.94%
R=45.03%
G=34.03%
B=20.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.53
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal86654000.240.530.6632.6136.5124.71
Hex5641280183542212519
Octal1261015003065102414531
Binary10101101000001101000011000110101100001010000110010111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #564128

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #564128; }

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

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

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

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

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

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

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

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