Shades of Antique Brass #75471B
Tints of Antique Brass #75471B
RGB
CMYK
RGB Variations
Color information
#75471B (or 0x75471B) is known color: Antique Brass. HEX triplet: 75, 47 and 1B. RGB value is (117,71,27). Sum of RGB (Red+Green+Blue) = 117+71+27=215 (28% of max value = 765). Red value is 117 (46.09% from 255 or 54.42% from 215); Green value is 71 (28.12% from 255 or 33.02% from 215); Blue value is 27 (10.94% from 255 or 12.56% from 215); Max value from RGB is 117 - color contains mainly: red. Hex color #75471B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #75471B is #8AB8E4. Grayscale: #4F4F4F. Windows color (decimal): -9091301 or 1787765. OLE color: 1787765.
HSL color Cylindrical-coordinate representation of color #75471B: hue angle of 29.33º degrees, saturation: 0.62, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #75471B is Cyan = 0, Magento = 0.39, Yellow = 0.77 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 117 | 71 | 27 | - |
| CMYK | 0 | 0.39 | 0.77 | 0.54 |
| HSL | 29.33º | 0.63% | 0.28% | - |
| HSV(B) | 29.33º | 0.77% | 0.46% | - |
| XYZ | 9.79 | 8.37 | 2.14 | - |
| YUV | 79.74 | 98.24 | 154.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 71 | 27 | 0 | 0.39 | 0.77 | 0.54 | 29.33 | 0.63 | 0.28 |
| Hex | 75 | 47 | 1B | 0 | 27 | 4D | 36 | 1D | 3E | 1C |
| Octal | 165 | 107 | 33 | 0 | 47 | 115 | 66 | 35 | 76 | 34 |
| Binary | 1110101 | 1000111 | 11011 | 0 | 100111 | 1001101 | 110110 | 11101 | 111110 | 11100 |
Color Harmonies of #75471B
Complementary color
Monochromatic Colors of #75471B
Black with #75471B
Text Example
Text Example
White with #75471B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #75471B; }
p { color: rgb(117,71,27); }
H1.HeaderClassName
{
color: #75471B;
}
.AnyTagClassName
{
color: #75471B;
}
</style>
background-color css
<style>
a { background-color: #75471B; }
a { background-color: rgb(117,71,27); }
div.DivClassName
{
background-color: #75471B;
}
.BgClassName
{
background-color: #75471B;
}
</style>
border-color css
<style>
span { border-color: #75471B; }
span { border-color: rgb(117,71,27); }
td.TdClassName
{
border-color: #75471B;
}
.TagClassName
{
border-color: #75471B;
}
</style>