Shades of Deep Bronze #564330
Tints of Deep Bronze #564330
RGB
CMYK
RGB Variations
Color information
#564330 (or 0x564330) is known color: Deep Bronze. HEX triplet: 56, 43 and 30. RGB value is (86,67,48). Sum of RGB (Red+Green+Blue) = 86+67+48=201 (26% of max value = 765). Red value is 86 (33.98% from 255 or 42.79% from 201); Green value is 67 (26.56% from 255 or 33.33% from 201); Blue value is 48 (19.14% from 255 or 23.88% from 201); Max value from RGB is 86 - color contains mainly: red. Hex color #564330 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #564330 is #A9BCCF. Grayscale: #464646. Windows color (decimal): -11123920 or 3162966. OLE color: 3162966.
HSL color Cylindrical-coordinate representation of color #564330: hue angle of 30º degrees, saturation: 0.28, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #564330 is Cyan = 0, Magento = 0.22, Yellow = 0.44 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 86 | 67 | 48 | - |
| CMYK | 0 | 0.22 | 0.44 | 0.66 |
| HSL | 30º | 0.28% | 0.26% | - |
| HSV(B) | 30º | 0.44% | 0.34% | - |
| XYZ | 6.38 | 6.21 | 3.66 | - |
| YUV | 70.52 | 115.29 | 139.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 67 | 48 | 0 | 0.22 | 0.44 | 0.66 | 30 | 0.28 | 0.26 |
| Hex | 56 | 43 | 30 | 0 | 16 | 2C | 42 | 1E | 1C | 1A |
| Octal | 126 | 103 | 60 | 0 | 26 | 54 | 102 | 36 | 34 | 32 |
| Binary | 1010110 | 1000011 | 110000 | 0 | 10110 | 101100 | 1000010 | 11110 | 11100 | 11010 |
Color Harmonies of #564330
Complementary color
Monochromatic Colors of #564330
Black with #564330
Text Example
Text Example
White with #564330
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #564330; }
p { color: rgb(86,67,48); }
H1.HeaderClassName
{
color: #564330;
}
.AnyTagClassName
{
color: #564330;
}
</style>
background-color css
<style>
a { background-color: #564330; }
a { background-color: rgb(86,67,48); }
div.DivClassName
{
background-color: #564330;
}
.BgClassName
{
background-color: #564330;
}
</style>
border-color css
<style>
span { border-color: #564330; }
span { border-color: rgb(86,67,48); }
td.TdClassName
{
border-color: #564330;
}
.TagClassName
{
border-color: #564330;
}
</style>