Shades of Brandy Punch #C47937
Tints of Brandy Punch #C47937
RGB
CMYK
RGB Variations
Color information
#C47937 (or 0xC47937) is known color: Brandy Punch. HEX triplet: C4, 79 and 37. RGB value is (196,121,55). Sum of RGB (Red+Green+Blue) = 196+121+55=372 (49% of max value = 765). Red value is 196 (76.95% from 255 or 52.69% from 372); Green value is 121 (47.66% from 255 or 32.53% from 372); Blue value is 55 (21.88% from 255 or 14.78% from 372); Max value from RGB is 196 - color contains mainly: red. Hex color #C47937 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C47937 is #3B86C8. Grayscale: #888888. Windows color (decimal): -3901129 or 3635652. OLE color: 3635652.
HSL color Cylindrical-coordinate representation of color #C47937: hue angle of 28.09º degrees, saturation: 0.56, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #C47937 is Cyan = 0, Magento = 0.38, Yellow = 0.72 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 121 | 55 | - |
| CMYK | 0 | 0.38 | 0.72 | 0.23 |
| HSL | 28.09º | 0.56% | 0.49% | - |
| HSV(B) | 28.09º | 0.72% | 0.77% | - |
| XYZ | 30.29 | 25.69 | 6.98 | - |
| YUV | 135.9 | 82.35 | 170.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 121 | 55 | 0 | 0.38 | 0.72 | 0.23 | 28.09 | 0.56 | 0.49 |
| Hex | C4 | 79 | 37 | 0 | 26 | 48 | 17 | 1C | 38 | 31 |
| Octal | 304 | 171 | 67 | 0 | 46 | 110 | 27 | 34 | 70 | 61 |
| Binary | 11000100 | 1111001 | 110111 | 0 | 100110 | 1001000 | 10111 | 11100 | 111000 | 110001 |
Color Harmonies of #C47937
Complementary color
Monochromatic Colors of #C47937
Black with #C47937
Text Example
Text Example
White with #C47937
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C47937; }
p { color: rgb(196,121,55); }
H1.HeaderClassName
{
color: #C47937;
}
.AnyTagClassName
{
color: #C47937;
}
</style>
background-color css
<style>
a { background-color: #C47937; }
a { background-color: rgb(196,121,55); }
div.DivClassName
{
background-color: #C47937;
}
.BgClassName
{
background-color: #C47937;
}
</style>
border-color css
<style>
span { border-color: #C47937; }
span { border-color: rgb(196,121,55); }
td.TdClassName
{
border-color: #C47937;
}
.TagClassName
{
border-color: #C47937;
}
</style>