Shades of Chocolate #C5671F
Tints of Chocolate #C5671F
RGB
CMYK
RGB Variations
Color information
#C5671F (or 0xC5671F) is known color: Chocolate. HEX triplet: C5, 67 and 1F. RGB value is (197,103,31). Sum of RGB (Red+Green+Blue) = 197+103+31=331 (43% of max value = 765). Red value is 197 (77.34% from 255 or 59.52% from 331); Green value is 103 (40.62% from 255 or 31.12% from 331); Blue value is 31 (12.5% from 255 or 9.37% from 331); Max value from RGB is 197 - color contains mainly: red. Hex color #C5671F is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C5671F is #3A98E0. Grayscale: #7B7B7B. Windows color (decimal): -3840225 or 2058181. OLE color: 2058181.
HSL color Cylindrical-coordinate representation of color #C5671F: hue angle of 26.02º degrees, saturation: 0.73, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #C5671F is Cyan = 0, Magento = 0.48, Yellow = 0.84 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 103 | 31 | - |
| CMYK | 0 | 0.48 | 0.84 | 0.23 |
| HSL | 26.02º | 0.73% | 0.45% | - |
| HSV(B) | 26.02º | 0.84% | 0.77% | - |
| XYZ | 28.12 | 21.67 | 4 | - |
| YUV | 122.9 | 76.14 | 180.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 103 | 31 | 0 | 0.48 | 0.84 | 0.23 | 26.02 | 0.73 | 0.45 |
| Hex | C5 | 67 | 1F | 0 | 30 | 54 | 17 | 1A | 49 | 2D |
| Octal | 305 | 147 | 37 | 0 | 60 | 124 | 27 | 32 | 111 | 55 |
| Binary | 11000101 | 1100111 | 11111 | 0 | 110000 | 1010100 | 10111 | 11010 | 1001001 | 101101 |
Color Harmonies of #C5671F
Complementary color
Monochromatic Colors of #C5671F
Black with #C5671F
Text Example
Text Example
White with #C5671F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5671F; }
p { color: rgb(197,103,31); }
H1.HeaderClassName
{
color: #C5671F;
}
.AnyTagClassName
{
color: #C5671F;
}
</style>
background-color css
<style>
a { background-color: #C5671F; }
a { background-color: rgb(197,103,31); }
div.DivClassName
{
background-color: #C5671F;
}
.BgClassName
{
background-color: #C5671F;
}
</style>
border-color css
<style>
span { border-color: #C5671F; }
span { border-color: rgb(197,103,31); }
td.TdClassName
{
border-color: #C5671F;
}
.TagClassName
{
border-color: #C5671F;
}
</style>