#564027

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

Shades of Deep Bronze #564027

Tints of Deep Bronze #564027

Color information

#564027 (or 0x564027) is unknown color: approx Deep Bronze. HEX triplet: 56, 40 and 27. RGB value is (86,64,39). Sum of RGB (Red+Green+Blue) = 86+64+39=189 (25% of max value = 765). Red value is 86 (33.98% from 255 or 45.50% from 189); Green value is 64 (25.39% from 255 or 33.86% from 189); Blue value is 39 (15.62% from 255 or 20.63% from 189); Max value from RGB is 86 - color contains mainly: red. Hex color #564027 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #564027 is #A9BFD8. Grayscale: #434343. Windows color (decimal): -11124697 or 2572374. OLE color: 2572374.

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

Color convert

RGB866439-
CMYK00.260.550.66
HSL31.91º37.6%24.51%-
HSV(B)31.91º54.65%33.73%-
XYZ6.045.792.72-
YUV67.73111.79141.03-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 45.50%
GREEN value IS 64 (25.39% from 255) = 33.86%
BLUE value IS 39 (15.62% from 255) = 20.63%
R=45.50%
G=33.86%
B=20.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.55
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal86643900.260.550.6631.9137.624.51
Hex56402701A3742202619
Octal1261004703267102404631
Binary10101101000000100111011010110111100001010000010011011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #564027

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #564027; }

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

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

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

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

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

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

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

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