Shades of Chocolate #C76313
Tints of Chocolate #C76313
RGB
CMYK
RGB Variations
Color information
#C76313 (or 0xC76313) is known color: Chocolate. HEX triplet: C7, 63 and 13. RGB value is (199,99,19). Sum of RGB (Red+Green+Blue) = 199+99+19=317 (41% of max value = 765). Red value is 199 (78.12% from 255 or 62.78% from 317); Green value is 99 (39.06% from 255 or 31.23% from 317); Blue value is 19 (7.81% from 255 or 5.99% from 317); Max value from RGB is 199 - color contains mainly: red. Hex color #C76313 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C76313 is #389CEC. Grayscale: #787878. Windows color (decimal): -3710189 or 1270727. OLE color: 1270727.
HSL color Cylindrical-coordinate representation of color #C76313: hue angle of 26.67º degrees, saturation: 0.83, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #C76313 is Cyan = 0, Magento = 0.50, Yellow = 0.90 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 99 | 19 | - |
| CMYK | 0 | 0.50 | 0.90 | 0.22 |
| HSL | 26.67º | 0.83% | 0.43% | - |
| HSV(B) | 26.67º | 0.9% | 0.78% | - |
| XYZ | 28.13 | 21.11 | 3.21 | - |
| YUV | 119.78 | 71.13 | 184.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 99 | 19 | 0 | 0.50 | 0.90 | 0.22 | 26.67 | 0.83 | 0.43 |
| Hex | C7 | 63 | 13 | 0 | 32 | 5A | 16 | 1B | 53 | 2B |
| Octal | 307 | 143 | 23 | 0 | 62 | 132 | 26 | 33 | 123 | 53 |
| Binary | 11000111 | 1100011 | 10011 | 0 | 110010 | 1011010 | 10110 | 11011 | 1010011 | 101011 |
Color Harmonies of #C76313
Complementary color
Monochromatic Colors of #C76313
Black with #C76313
Text Example
Text Example
White with #C76313
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C76313; }
p { color: rgb(199,99,19); }
H1.HeaderClassName
{
color: #C76313;
}
.AnyTagClassName
{
color: #C76313;
}
</style>
background-color css
<style>
a { background-color: #C76313; }
a { background-color: rgb(199,99,19); }
div.DivClassName
{
background-color: #C76313;
}
.BgClassName
{
background-color: #C76313;
}
</style>
border-color css
<style>
span { border-color: #C76313; }
span { border-color: rgb(199,99,19); }
td.TdClassName
{
border-color: #C76313;
}
.TagClassName
{
border-color: #C76313;
}
</style>