Shades of Chocolate #C7671F
Tints of Chocolate #C7671F
RGB
CMYK
RGB Variations
Color information
#C7671F (or 0xC7671F) is known color: Chocolate. HEX triplet: C7, 67 and 1F. RGB value is (199,103,31). Sum of RGB (Red+Green+Blue) = 199+103+31=333 (44% of max value = 765). Red value is 199 (78.12% from 255 or 59.76% from 333); Green value is 103 (40.62% from 255 or 30.93% from 333); Blue value is 31 (12.5% from 255 or 9.31% from 333); Max value from RGB is 199 - color contains mainly: red. Hex color #C7671F is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C7671F is #3898E0. Grayscale: #7B7B7B. Windows color (decimal): -3709153 or 2058183. OLE color: 2058183.
HSL color Cylindrical-coordinate representation of color #C7671F: hue angle of 25.71º degrees, saturation: 0.73, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #C7671F is Cyan = 0, Magento = 0.48, Yellow = 0.84 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 103 | 31 | - |
| CMYK | 0 | 0.48 | 0.84 | 0.22 |
| HSL | 25.71º | 0.73% | 0.45% | - |
| HSV(B) | 25.71º | 0.84% | 0.78% | - |
| XYZ | 28.65 | 21.94 | 4.02 | - |
| YUV | 123.5 | 75.8 | 181.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 103 | 31 | 0 | 0.48 | 0.84 | 0.22 | 25.71 | 0.73 | 0.45 |
| Hex | C7 | 67 | 1F | 0 | 30 | 54 | 16 | 1A | 49 | 2D |
| Octal | 307 | 147 | 37 | 0 | 60 | 124 | 26 | 32 | 111 | 55 |
| Binary | 11000111 | 1100111 | 11111 | 0 | 110000 | 1010100 | 10110 | 11010 | 1001001 | 101101 |
Color Harmonies of #C7671F
Complementary color
Monochromatic Colors of #C7671F
Black with #C7671F
Text Example
Text Example
White with #C7671F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C7671F; }
p { color: rgb(199,103,31); }
H1.HeaderClassName
{
color: #C7671F;
}
.AnyTagClassName
{
color: #C7671F;
}
</style>
background-color css
<style>
a { background-color: #C7671F; }
a { background-color: rgb(199,103,31); }
div.DivClassName
{
background-color: #C7671F;
}
.BgClassName
{
background-color: #C7671F;
}
</style>
border-color css
<style>
span { border-color: #C7671F; }
span { border-color: rgb(199,103,31); }
td.TdClassName
{
border-color: #C7671F;
}
.TagClassName
{
border-color: #C7671F;
}
</style>