Shades of Chocolate #C7671D
Tints of Chocolate #C7671D
RGB
CMYK
RGB Variations
Color information
#C7671D (or 0xC7671D) is known color: Chocolate. HEX triplet: C7, 67 and 1D. RGB value is (199,103,29). Sum of RGB (Red+Green+Blue) = 199+103+29=331 (43% of max value = 765). Red value is 199 (78.12% from 255 or 60.12% from 331); Green value is 103 (40.62% from 255 or 31.12% from 331); Blue value is 29 (11.72% from 255 or 8.76% from 331); Max value from RGB is 199 - color contains mainly: red. Hex color #C7671D is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C7671D is #3898E2. Grayscale: #7B7B7B. Windows color (decimal): -3709155 or 1927111. OLE color: 1927111.
HSL color Cylindrical-coordinate representation of color #C7671D: hue angle of 26.12º degrees, saturation: 0.75, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #C7671D is Cyan = 0, Magento = 0.48, Yellow = 0.85 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 103 | 29 | - |
| CMYK | 0 | 0.48 | 0.85 | 0.22 |
| HSL | 26.12º | 0.75% | 0.45% | - |
| HSV(B) | 26.12º | 0.85% | 0.78% | - |
| XYZ | 28.63 | 21.93 | 3.89 | - |
| YUV | 123.27 | 74.8 | 182.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 103 | 29 | 0 | 0.48 | 0.85 | 0.22 | 26.12 | 0.75 | 0.45 |
| Hex | C7 | 67 | 1D | 0 | 30 | 55 | 16 | 1A | 4B | 2D |
| Octal | 307 | 147 | 35 | 0 | 60 | 125 | 26 | 32 | 113 | 55 |
| Binary | 11000111 | 1100111 | 11101 | 0 | 110000 | 1010101 | 10110 | 11010 | 1001011 | 101101 |
Color Harmonies of #C7671D
Complementary color
Monochromatic Colors of #C7671D
Black with #C7671D
Text Example
Text Example
White with #C7671D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C7671D; }
p { color: rgb(199,103,29); }
H1.HeaderClassName
{
color: #C7671D;
}
.AnyTagClassName
{
color: #C7671D;
}
</style>
background-color css
<style>
a { background-color: #C7671D; }
a { background-color: rgb(199,103,29); }
div.DivClassName
{
background-color: #C7671D;
}
.BgClassName
{
background-color: #C7671D;
}
</style>
border-color css
<style>
span { border-color: #C7671D; }
span { border-color: rgb(199,103,29); }
td.TdClassName
{
border-color: #C7671D;
}
.TagClassName
{
border-color: #C7671D;
}
</style>