Shades of Chocolate #C36B0D
Tints of Chocolate #C36B0D
RGB
CMYK
RGB Variations
Color information
#C36B0D (or 0xC36B0D) is known color: Chocolate. HEX triplet: C3, 6B and 0D. RGB value is (195,107,13). Sum of RGB (Red+Green+Blue) = 195+107+13=315 (41% of max value = 765). Red value is 195 (76.56% from 255 or 61.90% from 315); Green value is 107 (42.19% from 255 or 33.97% from 315); Blue value is 13 (5.47% from 255 or 4.13% from 315); Max value from RGB is 195 - color contains mainly: red. Hex color #C36B0D is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C36B0D is #3C94F2. Grayscale: #7B7B7B. Windows color (decimal): -3970291 or 879555. OLE color: 879555.
HSL color Cylindrical-coordinate representation of color #C36B0D: hue angle of 30.99º degrees, saturation: 0.88, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #C36B0D is Cyan = 0, Magento = 0.45, Yellow = 0.93 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 107 | 13 | - |
| CMYK | 0 | 0.45 | 0.93 | 0.24 |
| HSL | 30.99º | 0.88% | 0.41% | - |
| HSV(B) | 30.99º | 0.93% | 0.76% | - |
| XYZ | 27.84 | 22.15 | 3.19 | - |
| YUV | 122.6 | 66.15 | 179.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 107 | 13 | 0 | 0.45 | 0.93 | 0.24 | 30.99 | 0.88 | 0.41 |
| Hex | C3 | 6B | D | 0 | 2D | 5D | 18 | 1F | 58 | 29 |
| Octal | 303 | 153 | 15 | 0 | 55 | 135 | 30 | 37 | 130 | 51 |
| Binary | 11000011 | 1101011 | 1101 | 0 | 101101 | 1011101 | 11000 | 11111 | 1011000 | 101001 |
Color Harmonies of #C36B0D
Complementary color
Monochromatic Colors of #C36B0D
Black with #C36B0D
Text Example
Text Example
White with #C36B0D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C36B0D; }
p { color: rgb(195,107,13); }
H1.HeaderClassName
{
color: #C36B0D;
}
.AnyTagClassName
{
color: #C36B0D;
}
</style>
background-color css
<style>
a { background-color: #C36B0D; }
a { background-color: rgb(195,107,13); }
div.DivClassName
{
background-color: #C36B0D;
}
.BgClassName
{
background-color: #C36B0D;
}
</style>
border-color css
<style>
span { border-color: #C36B0D; }
span { border-color: rgb(195,107,13); }
td.TdClassName
{
border-color: #C36B0D;
}
.TagClassName
{
border-color: #C36B0D;
}
</style>