Shades of Brandy Punch #C4783D
Tints of Brandy Punch #C4783D
RGB
CMYK
RGB Variations
Color information
#C4783D (or 0xC4783D) is known color: Brandy Punch. HEX triplet: C4, 78 and 3D. RGB value is (196,120,61). Sum of RGB (Red+Green+Blue) = 196+120+61=377 (49% of max value = 765). Red value is 196 (76.95% from 255 or 51.99% from 377); Green value is 120 (47.27% from 255 or 31.83% from 377); Blue value is 61 (24.22% from 255 or 16.18% from 377); Max value from RGB is 196 - color contains mainly: red. Hex color #C4783D is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C4783D is #3B87C2. Grayscale: #888888. Windows color (decimal): -3901379 or 4028612. OLE color: 4028612.
HSL color Cylindrical-coordinate representation of color #C4783D: hue angle of 26.22º degrees, saturation: 0.53, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #C4783D is Cyan = 0, Magento = 0.39, Yellow = 0.69 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 120 | 61 | - |
| CMYK | 0 | 0.39 | 0.69 | 0.23 |
| HSL | 26.22º | 0.53% | 0.5% | - |
| HSV(B) | 26.22º | 0.69% | 0.77% | - |
| XYZ | 30.32 | 25.51 | 7.74 | - |
| YUV | 136 | 85.68 | 170.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 120 | 61 | 0 | 0.39 | 0.69 | 0.23 | 26.22 | 0.53 | 0.5 |
| Hex | C4 | 78 | 3D | 0 | 27 | 45 | 17 | 1A | 35 | 32 |
| Octal | 304 | 170 | 75 | 0 | 47 | 105 | 27 | 32 | 65 | 62 |
| Binary | 11000100 | 1111000 | 111101 | 0 | 100111 | 1000101 | 10111 | 11010 | 110101 | 110010 |
Color Harmonies of #C4783D
Complementary color
Monochromatic Colors of #C4783D
Black with #C4783D
Text Example
Text Example
White with #C4783D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C4783D; }
p { color: rgb(196,120,61); }
H1.HeaderClassName
{
color: #C4783D;
}
.AnyTagClassName
{
color: #C4783D;
}
</style>
background-color css
<style>
a { background-color: #C4783D; }
a { background-color: rgb(196,120,61); }
div.DivClassName
{
background-color: #C4783D;
}
.BgClassName
{
background-color: #C4783D;
}
</style>
border-color css
<style>
span { border-color: #C4783D; }
span { border-color: rgb(196,120,61); }
td.TdClassName
{
border-color: #C4783D;
}
.TagClassName
{
border-color: #C4783D;
}
</style>