Shades of Brandy Punch #C37937
Tints of Brandy Punch #C37937
RGB
CMYK
RGB Variations
Color information
#C37937 (or 0xC37937) is known color: Brandy Punch. HEX triplet: C3, 79 and 37. RGB value is (195,121,55). Sum of RGB (Red+Green+Blue) = 195+121+55=371 (49% of max value = 765). Red value is 195 (76.56% from 255 or 52.56% from 371); Green value is 121 (47.66% from 255 or 32.61% from 371); Blue value is 55 (21.88% from 255 or 14.82% from 371); Max value from RGB is 195 - color contains mainly: red. Hex color #C37937 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C37937 is #3C86C8. Grayscale: #878787. Windows color (decimal): -3966665 or 3635651. OLE color: 3635651.
HSL color Cylindrical-coordinate representation of color #C37937: hue angle of 28.29º degrees, saturation: 0.56, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #C37937 is Cyan = 0, Magento = 0.38, Yellow = 0.72 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 121 | 55 | - |
| CMYK | 0 | 0.38 | 0.72 | 0.24 |
| HSL | 28.29º | 0.56% | 0.49% | - |
| HSV(B) | 28.29º | 0.72% | 0.76% | - |
| XYZ | 30.03 | 25.55 | 6.96 | - |
| YUV | 135.6 | 82.52 | 170.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 121 | 55 | 0 | 0.38 | 0.72 | 0.24 | 28.29 | 0.56 | 0.49 |
| Hex | C3 | 79 | 37 | 0 | 26 | 48 | 18 | 1C | 38 | 31 |
| Octal | 303 | 171 | 67 | 0 | 46 | 110 | 30 | 34 | 70 | 61 |
| Binary | 11000011 | 1111001 | 110111 | 0 | 100110 | 1001000 | 11000 | 11100 | 111000 | 110001 |
Color Harmonies of #C37937
Complementary color
Monochromatic Colors of #C37937
Black with #C37937
Text Example
Text Example
White with #C37937
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C37937; }
p { color: rgb(195,121,55); }
H1.HeaderClassName
{
color: #C37937;
}
.AnyTagClassName
{
color: #C37937;
}
</style>
background-color css
<style>
a { background-color: #C37937; }
a { background-color: rgb(195,121,55); }
div.DivClassName
{
background-color: #C37937;
}
.BgClassName
{
background-color: #C37937;
}
</style>
border-color css
<style>
span { border-color: #C37937; }
span { border-color: rgb(195,121,55); }
td.TdClassName
{
border-color: #C37937;
}
.TagClassName
{
border-color: #C37937;
}
</style>