Shades of Deep Bronze #563F23
Tints of Deep Bronze #563F23
RGB
CMYK
RGB Variations
Color information
#563F23 (or 0x563F23) is known color: Deep Bronze. HEX triplet: 56, 3F and 23. RGB value is (86,63,35). Sum of RGB (Red+Green+Blue) = 86+63+35=184 (24% of max value = 765). Red value is 86 (33.98% from 255 or 46.74% from 184); Green value is 63 (25% from 255 or 34.24% from 184); Blue value is 35 (14.06% from 255 or 19.02% from 184); Max value from RGB is 86 - color contains mainly: red. Hex color #563F23 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #563F23 is #A9C0DC. Grayscale: #424242. Windows color (decimal): -11124957 or 2309974. OLE color: 2309974.
HSL color Cylindrical-coordinate representation of color #563F23: hue angle of 32.94º degrees, saturation: 0.42, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #563F23 is Cyan = 0, Magento = 0.27, Yellow = 0.59 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 86 | 63 | 35 | - |
| CMYK | 0 | 0.27 | 0.59 | 0.66 |
| HSL | 32.94º | 0.42% | 0.24% | - |
| HSV(B) | 32.94º | 0.59% | 0.34% | - |
| XYZ | 5.92 | 5.65 | 2.37 | - |
| YUV | 66.69 | 110.12 | 141.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 63 | 35 | 0 | 0.27 | 0.59 | 0.66 | 32.94 | 0.42 | 0.24 |
| Hex | 56 | 3F | 23 | 0 | 1B | 3B | 42 | 21 | 2A | 18 |
| Octal | 126 | 77 | 43 | 0 | 33 | 73 | 102 | 41 | 52 | 30 |
| Binary | 1010110 | 111111 | 100011 | 0 | 11011 | 111011 | 1000010 | 100001 | 101010 | 11000 |
Color Harmonies of #563F23
Complementary color
Monochromatic Colors of #563F23
Black with #563F23
Text Example
Text Example
White with #563F23
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #563F23; }
p { color: rgb(86,63,35); }
H1.HeaderClassName
{
color: #563F23;
}
.AnyTagClassName
{
color: #563F23;
}
</style>
background-color css
<style>
a { background-color: #563F23; }
a { background-color: rgb(86,63,35); }
div.DivClassName
{
background-color: #563F23;
}
.BgClassName
{
background-color: #563F23;
}
</style>
border-color css
<style>
span { border-color: #563F23; }
span { border-color: rgb(86,63,35); }
td.TdClassName
{
border-color: #563F23;
}
.TagClassName
{
border-color: #563F23;
}
</style>