Shades of Chocolate #C25A17
Tints of Chocolate #C25A17
RGB
CMYK
RGB Variations
Color information
#C25A17 (or 0xC25A17) is known color: Chocolate. HEX triplet: C2, 5A and 17. RGB value is (194,90,23). Sum of RGB (Red+Green+Blue) = 194+90+23=307 (40% of max value = 765). Red value is 194 (76.17% from 255 or 63.19% from 307); Green value is 90 (35.55% from 255 or 29.32% from 307); Blue value is 23 (9.38% from 255 or 7.49% from 307); Max value from RGB is 194 - color contains mainly: red. Hex color #C25A17 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C25A17 is #3DA5E8. Grayscale: #717171. Windows color (decimal): -4040169 or 1530562. OLE color: 1530562.
HSL color Cylindrical-coordinate representation of color #C25A17: hue angle of 23.51º 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 #C25A17 is Cyan = 0, Magento = 0.54, Yellow = 0.88 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 90 | 23 | - |
| CMYK | 0 | 0.54 | 0.88 | 0.24 |
| HSL | 23.51º | 0.79% | 0.43% | - |
| HSV(B) | 23.51º | 0.88% | 0.76% | - |
| XYZ | 26.06 | 18.84 | 3.07 | - |
| YUV | 113.46 | 76.96 | 185.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 90 | 23 | 0 | 0.54 | 0.88 | 0.24 | 23.51 | 0.79 | 0.43 |
| Hex | C2 | 5A | 17 | 0 | 36 | 58 | 18 | 18 | 4F | 2B |
| Octal | 302 | 132 | 27 | 0 | 66 | 130 | 30 | 30 | 117 | 53 |
| Binary | 11000010 | 1011010 | 10111 | 0 | 110110 | 1011000 | 11000 | 11000 | 1001111 | 101011 |
Color Harmonies of #C25A17
Complementary color
Monochromatic Colors of #C25A17
Black with #C25A17
Text Example
Text Example
White with #C25A17
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C25A17; }
p { color: rgb(194,90,23); }
H1.HeaderClassName
{
color: #C25A17;
}
.AnyTagClassName
{
color: #C25A17;
}
</style>
background-color css
<style>
a { background-color: #C25A17; }
a { background-color: rgb(194,90,23); }
div.DivClassName
{
background-color: #C25A17;
}
.BgClassName
{
background-color: #C25A17;
}
</style>
border-color css
<style>
span { border-color: #C25A17; }
span { border-color: rgb(194,90,23); }
td.TdClassName
{
border-color: #C25A17;
}
.TagClassName
{
border-color: #C25A17;
}
</style>