Shades of Chocolate #C36517
Tints of Chocolate #C36517
RGB
CMYK
RGB Variations
Color information
#C36517 (or 0xC36517) is known color: Chocolate. HEX triplet: C3, 65 and 17. RGB value is (195,101,23). Sum of RGB (Red+Green+Blue) = 195+101+23=319 (42% of max value = 765). Red value is 195 (76.56% from 255 or 61.13% from 319); Green value is 101 (39.84% from 255 or 31.66% from 319); Blue value is 23 (9.38% from 255 or 7.21% from 319); Max value from RGB is 195 - color contains mainly: red. Hex color #C36517 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C36517 is #3C9AE8. Grayscale: #787878. Windows color (decimal): -3971817 or 1533379. OLE color: 1533379.
HSL color Cylindrical-coordinate representation of color #C36517: hue angle of 27.21º degrees, saturation: 0.79, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #C36517 is Cyan = 0, Magento = 0.48, Yellow = 0.88 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 101 | 23 | - |
| CMYK | 0 | 0.48 | 0.88 | 0.24 |
| HSL | 27.21º | 0.79% | 0.43% | - |
| HSV(B) | 27.21º | 0.88% | 0.76% | - |
| XYZ | 27.31 | 20.97 | 3.42 | - |
| YUV | 120.21 | 73.14 | 181.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 101 | 23 | 0 | 0.48 | 0.88 | 0.24 | 27.21 | 0.79 | 0.43 |
| Hex | C3 | 65 | 17 | 0 | 30 | 58 | 18 | 1B | 4F | 2B |
| Octal | 303 | 145 | 27 | 0 | 60 | 130 | 30 | 33 | 117 | 53 |
| Binary | 11000011 | 1100101 | 10111 | 0 | 110000 | 1011000 | 11000 | 11011 | 1001111 | 101011 |
Color Harmonies of #C36517
Complementary color
Monochromatic Colors of #C36517
Black with #C36517
Text Example
Text Example
White with #C36517
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C36517; }
p { color: rgb(195,101,23); }
H1.HeaderClassName
{
color: #C36517;
}
.AnyTagClassName
{
color: #C36517;
}
</style>
background-color css
<style>
a { background-color: #C36517; }
a { background-color: rgb(195,101,23); }
div.DivClassName
{
background-color: #C36517;
}
.BgClassName
{
background-color: #C36517;
}
</style>
border-color css
<style>
span { border-color: #C36517; }
span { border-color: rgb(195,101,23); }
td.TdClassName
{
border-color: #C36517;
}
.TagClassName
{
border-color: #C36517;
}
</style>