Shades of Antique Brass #703F15
Tints of Antique Brass #703F15
RGB
CMYK
RGB Variations
Color information
#703F15 (or 0x703F15) is known color: Antique Brass. HEX triplet: 70, 3F and 15. RGB value is (112,63,21). Sum of RGB (Red+Green+Blue) = 112+63+21=196 (25% of max value = 765). Red value is 112 (44.14% from 255 or 57.14% from 196); Green value is 63 (25% from 255 or 32.14% from 196); Blue value is 21 (8.59% from 255 or 10.71% from 196); Max value from RGB is 112 - color contains mainly: red. Hex color #703F15 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #703F15 is #8FC0EA. Grayscale: #494949. Windows color (decimal): -9421035 or 1392496. OLE color: 1392496.
HSL color Cylindrical-coordinate representation of color #703F15: hue angle of 27.69º degrees, saturation: 0.68, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #703F15 is Cyan = 0, Magento = 0.44, Yellow = 0.81 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 112 | 63 | 21 | - |
| CMYK | 0 | 0.44 | 0.81 | 0.56 |
| HSL | 27.69º | 0.68% | 0.26% | - |
| HSV(B) | 27.69º | 0.81% | 0.44% | - |
| XYZ | 8.59 | 7.05 | 1.62 | - |
| YUV | 72.86 | 98.73 | 155.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 63 | 21 | 0 | 0.44 | 0.81 | 0.56 | 27.69 | 0.68 | 0.26 |
| Hex | 70 | 3F | 15 | 0 | 2C | 51 | 38 | 1C | 44 | 1A |
| Octal | 160 | 77 | 25 | 0 | 54 | 121 | 70 | 34 | 104 | 32 |
| Binary | 1110000 | 111111 | 10101 | 0 | 101100 | 1010001 | 111000 | 11100 | 1000100 | 11010 |
Color Harmonies of #703F15
Complementary color
Monochromatic Colors of #703F15
Black with #703F15
Text Example
Text Example
White with #703F15
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #703F15; }
p { color: rgb(112,63,21); }
H1.HeaderClassName
{
color: #703F15;
}
.AnyTagClassName
{
color: #703F15;
}
</style>
background-color css
<style>
a { background-color: #703F15; }
a { background-color: rgb(112,63,21); }
div.DivClassName
{
background-color: #703F15;
}
.BgClassName
{
background-color: #703F15;
}
</style>
border-color css
<style>
span { border-color: #703F15; }
span { border-color: rgb(112,63,21); }
td.TdClassName
{
border-color: #703F15;
}
.TagClassName
{
border-color: #703F15;
}
</style>