#564428

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

Shades of Deep Bronze #564428

Tints of Deep Bronze #564428

Color information

#564428 (or 0x564428) is unknown color: approx Deep Bronze. HEX triplet: 56, 44 and 28. RGB value is (86,68,40). Sum of RGB (Red+Green+Blue) = 86+68+40=194 (25% of max value = 765). Red value is 86 (33.98% from 255 or 44.33% from 194); Green value is 68 (26.95% from 255 or 35.05% from 194); Blue value is 40 (16.02% from 255 or 20.62% from 194); Max value from RGB is 86 - color contains mainly: red. Hex color #564428 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #564428 is #A9BBD7. Grayscale: #464646. Windows color (decimal): -11123672 or 2638934. OLE color: 2638934.

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

Color convert

RGB866840-
CMYK00.210.530.66
HSL36.52º36.51%24.71%-
HSV(B)36.52º53.49%33.73%-
XYZ6.296.272.89-
YUV70.19110.96139.28-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 44.33%
GREEN value IS 68 (26.95% from 255) = 35.05%
BLUE value IS 40 (16.02% from 255) = 20.62%
R=44.33%
G=35.05%
B=20.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.53
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal86684000.210.530.6636.5236.5124.71
Hex5644280153542252519
Octal1261045002565102454531
Binary10101101000100101000010101110101100001010010110010111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #564428

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #564428; }

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

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

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

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

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

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

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

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