Shades of Antique Brass #754A1C
Tints of Antique Brass #754A1C
RGB
CMYK
RGB Variations
Color information
#754A1C (or 0x754A1C) is known color: Antique Brass. HEX triplet: 75, 4A and 1C. RGB value is (117,74,28). Sum of RGB (Red+Green+Blue) = 117+74+28=219 (29% of max value = 765). Red value is 117 (46.09% from 255 or 53.42% from 219); Green value is 74 (29.30% from 255 or 33.79% from 219); Blue value is 28 (11.33% from 255 or 12.79% from 219); Max value from RGB is 117 - color contains mainly: red. Hex color #754A1C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #754A1C is #8AB5E3. Grayscale: #515151. Windows color (decimal): -9090532 or 1854069. OLE color: 1854069.
HSL color Cylindrical-coordinate representation of color #754A1C: hue angle of 31.01º degrees, saturation: 0.61, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #754A1C is Cyan = 0, Magento = 0.37, Yellow = 0.76 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 117 | 74 | 28 | - |
| CMYK | 0 | 0.37 | 0.76 | 0.54 |
| HSL | 31.01º | 0.61% | 0.28% | - |
| HSV(B) | 31.01º | 0.76% | 0.46% | - |
| XYZ | 9.99 | 8.76 | 2.26 | - |
| YUV | 81.61 | 97.75 | 153.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 74 | 28 | 0 | 0.37 | 0.76 | 0.54 | 31.01 | 0.61 | 0.28 |
| Hex | 75 | 4A | 1C | 0 | 25 | 4C | 36 | 1F | 3D | 1C |
| Octal | 165 | 112 | 34 | 0 | 45 | 114 | 66 | 37 | 75 | 34 |
| Binary | 1110101 | 1001010 | 11100 | 0 | 100101 | 1001100 | 110110 | 11111 | 111101 | 11100 |
Color Harmonies of #754A1C
Complementary color
Monochromatic Colors of #754A1C
Black with #754A1C
Text Example
Text Example
White with #754A1C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #754A1C; }
p { color: rgb(117,74,28); }
H1.HeaderClassName
{
color: #754A1C;
}
.AnyTagClassName
{
color: #754A1C;
}
</style>
background-color css
<style>
a { background-color: #754A1C; }
a { background-color: rgb(117,74,28); }
div.DivClassName
{
background-color: #754A1C;
}
.BgClassName
{
background-color: #754A1C;
}
</style>
border-color css
<style>
span { border-color: #754A1C; }
span { border-color: rgb(117,74,28); }
td.TdClassName
{
border-color: #754A1C;
}
.TagClassName
{
border-color: #754A1C;
}
</style>