#564631

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

Shades of Deep Bronze #564631

Tints of Deep Bronze #564631

Color information

#564631 (or 0x564631) is unknown color: approx Deep Bronze. HEX triplet: 56, 46 and 31. RGB value is (86,70,49). Sum of RGB (Red+Green+Blue) = 86+70+49=205 (27% of max value = 765). Red value is 86 (33.98% from 255 or 41.95% from 205); Green value is 70 (27.73% from 255 or 34.15% from 205); Blue value is 49 (19.53% from 255 or 23.90% from 205); Max value from RGB is 86 - color contains mainly: red. Hex color #564631 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #564631 is #A9B9CE. Grayscale: #484848. Windows color (decimal): -11123151 or 3229270. OLE color: 3229270.

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

Color convert

RGB867049-
CMYK00.190.430.66
HSL34.05º27.41%26.47%-
HSV(B)34.05º43.02%33.73%-
XYZ6.586.583.83-
YUV72.39114.8137.71-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 41.95%
GREEN value IS 70 (27.73% from 255) = 34.15%
BLUE value IS 49 (19.53% from 255) = 23.90%
R=41.95%
G=34.15%
B=23.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.43
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal86704900.190.430.6634.0527.4126.47
Hex5646310132B42221b1a
Octal1261066102353102423332
Binary1010110100011011000101001110101110000101000101101111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #564631

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #564631; }

 p { color: rgb(86,70,49); }

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

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

 a { background-color: rgb(86,70,49); }

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

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

 span { border-color: rgb(86,70,49); }

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