#564026

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

Shades of Deep Bronze #564026

Tints of Deep Bronze #564026

Color information

#564026 (or 0x564026) is unknown color: approx Deep Bronze. HEX triplet: 56, 40 and 26. RGB value is (86,64,38). Sum of RGB (Red+Green+Blue) = 86+64+38=188 (24% of max value = 765). Red value is 86 (33.98% from 255 or 45.74% from 188); Green value is 64 (25.39% from 255 or 34.04% from 188); Blue value is 38 (15.23% from 255 or 20.21% from 188); Max value from RGB is 86 - color contains mainly: red. Hex color #564026 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #564026 is #A9BFD9. Grayscale: #434343. Windows color (decimal): -11124698 or 2506838. OLE color: 2506838.

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

Color convert

RGB866438-
CMYK00.260.560.66
HSL32.5º38.71%24.31%-
HSV(B)32.5º55.81%33.73%-
XYZ6.025.792.63-
YUV67.61111.29141.11-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 45.74%
GREEN value IS 64 (25.39% from 255) = 34.04%
BLUE value IS 38 (15.23% from 255) = 20.21%
R=45.74%
G=34.04%
B=20.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.56
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal86643800.260.560.6632.538.7124.31
Hex56402601A3842212718
Octal1261004603270102414730
Binary10101101000000100110011010111000100001010000110011111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #564026

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #564026; }

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

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

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

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

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

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

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

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