Shades of Brass #C4A239
Tints of Brass #C4A239
RGB
CMYK
RGB Variations
Color information
#C4A239 (or 0xC4A239) is known color: Brass. HEX triplet: C4, A2 and 39. RGB value is (196,162,57). Sum of RGB (Red+Green+Blue) = 196+162+57=415 (54% of max value = 765). Red value is 196 (76.95% from 255 or 47.23% from 415); Green value is 162 (63.67% from 255 or 39.04% from 415); Blue value is 57 (22.66% from 255 or 13.73% from 415); Max value from RGB is 196 - color contains mainly: red. Hex color #C4A239 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C4A239 is #3B5DC6. Grayscale: #A0A0A0. Windows color (decimal): -3890631 or 3777220. OLE color: 3777220.
HSL color Cylindrical-coordinate representation of color #C4A239: hue angle of 45.32º degrees, saturation: 0.55, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #C4A239 is Cyan = 0, Magento = 0.17, Yellow = 0.71 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 162 | 57 | - |
| CMYK | 0 | 0.17 | 0.71 | 0.23 |
| HSL | 45.32º | 0.55% | 0.5% | - |
| HSV(B) | 45.32º | 0.71% | 0.77% | - |
| XYZ | 36.42 | 37.87 | 9.26 | - |
| YUV | 160.2 | 69.76 | 153.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 162 | 57 | 0 | 0.17 | 0.71 | 0.23 | 45.32 | 0.55 | 0.5 |
| Hex | C4 | A2 | 39 | 0 | 11 | 47 | 17 | 2D | 37 | 32 |
| Octal | 304 | 242 | 71 | 0 | 21 | 107 | 27 | 55 | 67 | 62 |
| Binary | 11000100 | 10100010 | 111001 | 0 | 10001 | 1000111 | 10111 | 101101 | 110111 | 110010 |
Color Harmonies of #C4A239
Complementary color
Monochromatic Colors of #C4A239
Black with #C4A239
Text Example
Text Example
White with #C4A239
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C4A239; }
p { color: rgb(196,162,57); }
H1.HeaderClassName
{
color: #C4A239;
}
.AnyTagClassName
{
color: #C4A239;
}
</style>
background-color css
<style>
a { background-color: #C4A239; }
a { background-color: rgb(196,162,57); }
div.DivClassName
{
background-color: #C4A239;
}
.BgClassName
{
background-color: #C4A239;
}
</style>
border-color css
<style>
span { border-color: #C4A239; }
span { border-color: rgb(196,162,57); }
td.TdClassName
{
border-color: #C4A239;
}
.TagClassName
{
border-color: #C4A239;
}
</style>