Shades of Chocolate #C36919
Tints of Chocolate #C36919
RGB
CMYK
RGB Variations
Color information
#C36919 (or 0xC36919) is known color: Chocolate. HEX triplet: C3, 69 and 19. RGB value is (195,105,25). Sum of RGB (Red+Green+Blue) = 195+105+25=325 (43% of max value = 765). Red value is 195 (76.56% from 255 or 60% from 325); Green value is 105 (41.41% from 255 or 32.31% from 325); Blue value is 25 (10.16% from 255 or 7.69% from 325); Max value from RGB is 195 - color contains mainly: red. Hex color #C36919 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C36919 is #3C96E6. Grayscale: #7B7B7B. Windows color (decimal): -3970791 or 1665475. OLE color: 1665475.
HSL color Cylindrical-coordinate representation of color #C36919: hue angle of 28.24º degrees, saturation: 0.77, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #C36919 is Cyan = 0, Magento = 0.46, Yellow = 0.87 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 105 | 25 | - |
| CMYK | 0 | 0.46 | 0.87 | 0.24 |
| HSL | 28.24º | 0.77% | 0.43% | - |
| HSV(B) | 28.24º | 0.87% | 0.76% | - |
| XYZ | 27.73 | 21.78 | 3.66 | - |
| YUV | 122.79 | 72.82 | 179.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 105 | 25 | 0 | 0.46 | 0.87 | 0.24 | 28.24 | 0.77 | 0.43 |
| Hex | C3 | 69 | 19 | 0 | 2E | 57 | 18 | 1C | 4D | 2B |
| Octal | 303 | 151 | 31 | 0 | 56 | 127 | 30 | 34 | 115 | 53 |
| Binary | 11000011 | 1101001 | 11001 | 0 | 101110 | 1010111 | 11000 | 11100 | 1001101 | 101011 |
Color Harmonies of #C36919
Complementary color
Monochromatic Colors of #C36919
Black with #C36919
Text Example
Text Example
White with #C36919
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C36919; }
p { color: rgb(195,105,25); }
H1.HeaderClassName
{
color: #C36919;
}
.AnyTagClassName
{
color: #C36919;
}
</style>
background-color css
<style>
a { background-color: #C36919; }
a { background-color: rgb(195,105,25); }
div.DivClassName
{
background-color: #C36919;
}
.BgClassName
{
background-color: #C36919;
}
</style>
border-color css
<style>
span { border-color: #C36919; }
span { border-color: rgb(195,105,25); }
td.TdClassName
{
border-color: #C36919;
}
.TagClassName
{
border-color: #C36919;
}
</style>