Shades of Chocolate #C46319
Tints of Chocolate #C46319
RGB
CMYK
RGB Variations
Color information
#C46319 (or 0xC46319) is known color: Chocolate. HEX triplet: C4, 63 and 19. RGB value is (196,99,25). Sum of RGB (Red+Green+Blue) = 196+99+25=320 (42% of max value = 765). Red value is 196 (76.95% from 255 or 61.25% from 320); Green value is 99 (39.06% from 255 or 30.94% from 320); Blue value is 25 (10.16% from 255 or 7.81% from 320); Max value from RGB is 196 - color contains mainly: red. Hex color #C46319 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C46319 is #3B9CE6. Grayscale: #777777. Windows color (decimal): -3906791 or 1663940. OLE color: 1663940.
HSL color Cylindrical-coordinate representation of color #C46319: hue angle of 25.96º degrees, saturation: 0.77, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #C46319 is Cyan = 0, Magento = 0.49, Yellow = 0.87 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 99 | 25 | - |
| CMYK | 0 | 0.49 | 0.87 | 0.23 |
| HSL | 25.96º | 0.77% | 0.43% | - |
| HSV(B) | 25.96º | 0.87% | 0.77% | - |
| XYZ | 27.4 | 20.73 | 3.48 | - |
| YUV | 119.57 | 74.64 | 182.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 99 | 25 | 0 | 0.49 | 0.87 | 0.23 | 25.96 | 0.77 | 0.43 |
| Hex | C4 | 63 | 19 | 0 | 31 | 57 | 17 | 1A | 4D | 2B |
| Octal | 304 | 143 | 31 | 0 | 61 | 127 | 27 | 32 | 115 | 53 |
| Binary | 11000100 | 1100011 | 11001 | 0 | 110001 | 1010111 | 10111 | 11010 | 1001101 | 101011 |
Color Harmonies of #C46319
Complementary color
Monochromatic Colors of #C46319
Black with #C46319
Text Example
Text Example
White with #C46319
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C46319; }
p { color: rgb(196,99,25); }
H1.HeaderClassName
{
color: #C46319;
}
.AnyTagClassName
{
color: #C46319;
}
</style>
background-color css
<style>
a { background-color: #C46319; }
a { background-color: rgb(196,99,25); }
div.DivClassName
{
background-color: #C46319;
}
.BgClassName
{
background-color: #C46319;
}
</style>
border-color css
<style>
span { border-color: #C46319; }
span { border-color: rgb(196,99,25); }
td.TdClassName
{
border-color: #C46319;
}
.TagClassName
{
border-color: #C46319;
}
</style>