Shades of Chocolate #C35819
Tints of Chocolate #C35819
RGB
CMYK
RGB Variations
Color information
#C35819 (or 0xC35819) is known color: Chocolate. HEX triplet: C3, 58 and 19. RGB value is (195,88,25). Sum of RGB (Red+Green+Blue) = 195+88+25=308 (40% of max value = 765). Red value is 195 (76.56% from 255 or 63.31% from 308); Green value is 88 (34.77% from 255 or 28.57% from 308); Blue value is 25 (10.16% from 255 or 8.12% from 308); Max value from RGB is 195 - color contains mainly: red. Hex color #C35819 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C35819 is #3CA7E6. Grayscale: #717171. Windows color (decimal): -3975143 or 1661123. OLE color: 1661123.
HSL color Cylindrical-coordinate representation of color #C35819: hue angle of 22.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 #C35819 is Cyan = 0, Magento = 0.55, Yellow = 0.87 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 88 | 25 | - |
| CMYK | 0 | 0.55 | 0.87 | 0.24 |
| HSL | 22.24º | 0.77% | 0.43% | - |
| HSV(B) | 22.24º | 0.87% | 0.76% | - |
| XYZ | 26.17 | 18.65 | 3.14 | - |
| YUV | 112.81 | 78.45 | 186.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 88 | 25 | 0 | 0.55 | 0.87 | 0.24 | 22.24 | 0.77 | 0.43 |
| Hex | C3 | 58 | 19 | 0 | 37 | 57 | 18 | 16 | 4D | 2B |
| Octal | 303 | 130 | 31 | 0 | 67 | 127 | 30 | 26 | 115 | 53 |
| Binary | 11000011 | 1011000 | 11001 | 0 | 110111 | 1010111 | 11000 | 10110 | 1001101 | 101011 |
Color Harmonies of #C35819
Complementary color
Monochromatic Colors of #C35819
Black with #C35819
Text Example
Text Example
White with #C35819
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C35819; }
p { color: rgb(195,88,25); }
H1.HeaderClassName
{
color: #C35819;
}
.AnyTagClassName
{
color: #C35819;
}
</style>
background-color css
<style>
a { background-color: #C35819; }
a { background-color: rgb(195,88,25); }
div.DivClassName
{
background-color: #C35819;
}
.BgClassName
{
background-color: #C35819;
}
</style>
border-color css
<style>
span { border-color: #C35819; }
span { border-color: rgb(195,88,25); }
td.TdClassName
{
border-color: #C35819;
}
.TagClassName
{
border-color: #C35819;
}
</style>