Shades of Chocolate #CD671C
Tints of Chocolate #CD671C
RGB
CMYK
RGB Variations
Color information
#CD671C (or 0xCD671C) is known color: Chocolate. HEX triplet: CD, 67 and 1C. RGB value is (205,103,28). Sum of RGB (Red+Green+Blue) = 205+103+28=336 (44% of max value = 765). Red value is 205 (80.47% from 255 or 61.01% from 336); Green value is 103 (40.62% from 255 or 30.65% from 336); Blue value is 28 (11.33% from 255 or 8.33% from 336); Max value from RGB is 205 - color contains mainly: red. Hex color #CD671C is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CD671C is #3298E3. Grayscale: #7D7D7D. Windows color (decimal): -3315940 or 1861581. OLE color: 1861581.
HSL color Cylindrical-coordinate representation of color #CD671C: hue angle of 25.42º degrees, saturation: 0.76, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #CD671C is Cyan = 0, Magento = 0.50, Yellow = 0.86 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 103 | 28 | - |
| CMYK | 0 | 0.50 | 0.86 | 0.20 |
| HSL | 25.42º | 0.76% | 0.46% | - |
| HSV(B) | 25.42º | 0.86% | 0.8% | - |
| XYZ | 30.24 | 22.76 | 3.9 | - |
| YUV | 124.95 | 73.29 | 185.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 103 | 28 | 0 | 0.50 | 0.86 | 0.20 | 25.42 | 0.76 | 0.46 |
| Hex | CD | 67 | 1C | 0 | 32 | 56 | 14 | 19 | 4C | 2E |
| Octal | 315 | 147 | 34 | 0 | 62 | 126 | 24 | 31 | 114 | 56 |
| Binary | 11001101 | 1100111 | 11100 | 0 | 110010 | 1010110 | 10100 | 11001 | 1001100 | 101110 |
Color Harmonies of #CD671C
Complementary color
Monochromatic Colors of #CD671C
Black with #CD671C
Text Example
Text Example
White with #CD671C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CD671C; }
p { color: rgb(205,103,28); }
H1.HeaderClassName
{
color: #CD671C;
}
.AnyTagClassName
{
color: #CD671C;
}
</style>
background-color css
<style>
a { background-color: #CD671C; }
a { background-color: rgb(205,103,28); }
div.DivClassName
{
background-color: #CD671C;
}
.BgClassName
{
background-color: #CD671C;
}
</style>
border-color css
<style>
span { border-color: #CD671C; }
span { border-color: rgb(205,103,28); }
td.TdClassName
{
border-color: #CD671C;
}
.TagClassName
{
border-color: #CD671C;
}
</style>