Shades of Chocolate #D7731C
Tints of Chocolate #D7731C
RGB
CMYK
RGB Variations
Color information
#D7731C (or 0xD7731C) is known color: Chocolate. HEX triplet: D7, 73 and 1C. RGB value is (215,115,28). Sum of RGB (Red+Green+Blue) = 215+115+28=358 (47% of max value = 765). Red value is 215 (84.38% from 255 or 60.06% from 358); Green value is 115 (45.31% from 255 or 32.12% from 358); Blue value is 28 (11.33% from 255 or 7.82% from 358); Max value from RGB is 215 - color contains mainly: red. Hex color #D7731C is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D7731C is #288CE3. Grayscale: #878787. Windows color (decimal): -2657508 or 1864663. OLE color: 1864663.
HSL color Cylindrical-coordinate representation of color #D7731C: hue angle of 27.91º degrees, saturation: 0.77, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #D7731C is Cyan = 0, Magento = 0.47, Yellow = 0.87 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 115 | 28 | - |
| CMYK | 0 | 0.47 | 0.87 | 0.16 |
| HSL | 27.91º | 0.77% | 0.48% | - |
| HSV(B) | 27.91º | 0.87% | 0.84% | - |
| XYZ | 34.36 | 26.79 | 4.46 | - |
| YUV | 134.98 | 67.63 | 185.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 115 | 28 | 0 | 0.47 | 0.87 | 0.16 | 27.91 | 0.77 | 0.48 |
| Hex | D7 | 73 | 1C | 0 | 2F | 57 | 10 | 1C | 4D | 30 |
| Octal | 327 | 163 | 34 | 0 | 57 | 127 | 20 | 34 | 115 | 60 |
| Binary | 11010111 | 1110011 | 11100 | 0 | 101111 | 1010111 | 10000 | 11100 | 1001101 | 110000 |
Color Harmonies of #D7731C
Complementary color
Monochromatic Colors of #D7731C
Black with #D7731C
Text Example
Text Example
White with #D7731C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D7731C; }
p { color: rgb(215,115,28); }
H1.HeaderClassName
{
color: #D7731C;
}
.AnyTagClassName
{
color: #D7731C;
}
</style>
background-color css
<style>
a { background-color: #D7731C; }
a { background-color: rgb(215,115,28); }
div.DivClassName
{
background-color: #D7731C;
}
.BgClassName
{
background-color: #D7731C;
}
</style>
border-color css
<style>
span { border-color: #D7731C; }
span { border-color: rgb(215,115,28); }
td.TdClassName
{
border-color: #D7731C;
}
.TagClassName
{
border-color: #D7731C;
}
</style>