Shades of Antique Brass #704B23
Tints of Antique Brass #704B23
RGB
CMYK
RGB Variations
Color information
#704B23 (or 0x704B23) is known color: Antique Brass. HEX triplet: 70, 4B and 23. RGB value is (112,75,35). Sum of RGB (Red+Green+Blue) = 112+75+35=222 (29% of max value = 765). Red value is 112 (44.14% from 255 or 50.45% from 222); Green value is 75 (29.69% from 255 or 33.78% from 222); Blue value is 35 (14.06% from 255 or 15.77% from 222); Max value from RGB is 112 - color contains mainly: red. Hex color #704B23 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #704B23 is #8FB4DC. Grayscale: #515151. Windows color (decimal): -9417949 or 2313072. OLE color: 2313072.
HSL color Cylindrical-coordinate representation of color #704B23: hue angle of 31.17º degrees, saturation: 0.52, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #704B23 is Cyan = 0, Magento = 0.33, Yellow = 0.69 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 112 | 75 | 35 | - |
| CMYK | 0 | 0.33 | 0.69 | 0.56 |
| HSL | 31.17º | 0.52% | 0.29% | - |
| HSV(B) | 31.17º | 0.69% | 0.44% | - |
| XYZ | 9.5 | 8.6 | 2.75 | - |
| YUV | 81.5 | 101.76 | 149.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 75 | 35 | 0 | 0.33 | 0.69 | 0.56 | 31.17 | 0.52 | 0.29 |
| Hex | 70 | 4B | 23 | 0 | 21 | 45 | 38 | 1F | 34 | 1D |
| Octal | 160 | 113 | 43 | 0 | 41 | 105 | 70 | 37 | 64 | 35 |
| Binary | 1110000 | 1001011 | 100011 | 0 | 100001 | 1000101 | 111000 | 11111 | 110100 | 11101 |
Color Harmonies of #704B23
Complementary color
Monochromatic Colors of #704B23
Black with #704B23
Text Example
Text Example
White with #704B23
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #704B23; }
p { color: rgb(112,75,35); }
H1.HeaderClassName
{
color: #704B23;
}
.AnyTagClassName
{
color: #704B23;
}
</style>
background-color css
<style>
a { background-color: #704B23; }
a { background-color: rgb(112,75,35); }
div.DivClassName
{
background-color: #704B23;
}
.BgClassName
{
background-color: #704B23;
}
</style>
border-color css
<style>
span { border-color: #704B23; }
span { border-color: rgb(112,75,35); }
td.TdClassName
{
border-color: #704B23;
}
.TagClassName
{
border-color: #704B23;
}
</style>