Shades of Chocolate #C7581C
Tints of Chocolate #C7581C
RGB
CMYK
RGB Variations
Color information
#C7581C (or 0xC7581C) is known color: Chocolate. HEX triplet: C7, 58 and 1C. RGB value is (199,88,28). Sum of RGB (Red+Green+Blue) = 199+88+28=315 (41% of max value = 765). Red value is 199 (78.12% from 255 or 63.17% from 315); Green value is 88 (34.77% from 255 or 27.94% from 315); Blue value is 28 (11.33% from 255 or 8.89% from 315); Max value from RGB is 199 - color contains mainly: red. Hex color #C7581C is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C7581C is #38A7E3. Grayscale: #727272. Windows color (decimal): -3712996 or 1857735. OLE color: 1857735.
HSL color Cylindrical-coordinate representation of color #C7581C: hue angle of 21.05º degrees, saturation: 0.75, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #C7581C is Cyan = 0, Magento = 0.56, Yellow = 0.86 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 88 | 28 | - |
| CMYK | 0 | 0.56 | 0.86 | 0.22 |
| HSL | 21.05º | 0.75% | 0.45% | - |
| HSV(B) | 21.05º | 0.86% | 0.78% | - |
| XYZ | 27.25 | 19.21 | 3.37 | - |
| YUV | 114.35 | 79.27 | 188.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 88 | 28 | 0 | 0.56 | 0.86 | 0.22 | 21.05 | 0.75 | 0.45 |
| Hex | C7 | 58 | 1C | 0 | 38 | 56 | 16 | 15 | 4B | 2D |
| Octal | 307 | 130 | 34 | 0 | 70 | 126 | 26 | 25 | 113 | 55 |
| Binary | 11000111 | 1011000 | 11100 | 0 | 111000 | 1010110 | 10110 | 10101 | 1001011 | 101101 |
Color Harmonies of #C7581C
Complementary color
Monochromatic Colors of #C7581C
Black with #C7581C
Text Example
Text Example
White with #C7581C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C7581C; }
p { color: rgb(199,88,28); }
H1.HeaderClassName
{
color: #C7581C;
}
.AnyTagClassName
{
color: #C7581C;
}
</style>
background-color css
<style>
a { background-color: #C7581C; }
a { background-color: rgb(199,88,28); }
div.DivClassName
{
background-color: #C7581C;
}
.BgClassName
{
background-color: #C7581C;
}
</style>
border-color css
<style>
span { border-color: #C7581C; }
span { border-color: rgb(199,88,28); }
td.TdClassName
{
border-color: #C7581C;
}
.TagClassName
{
border-color: #C7581C;
}
</style>