Shades of Chocolate #D7730F
Tints of Chocolate #D7730F
RGB
CMYK
RGB Variations
Color information
#D7730F (or 0xD7730F) is known color: Chocolate. HEX triplet: D7, 73 and 0F. RGB value is (215,115,15). Sum of RGB (Red+Green+Blue) = 215+115+15=345 (45% of max value = 765). Red value is 215 (84.38% from 255 or 62.32% from 345); Green value is 115 (45.31% from 255 or 33.33% from 345); Blue value is 15 (6.25% from 255 or 4.35% from 345); Max value from RGB is 215 - color contains mainly: red. Hex color #D7730F is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D7730F is #288CF0. Grayscale: #868686. Windows color (decimal): -2657521 or 1012695. OLE color: 1012695.
HSL color Cylindrical-coordinate representation of color #D7730F: hue angle of 30º degrees, saturation: 0.87, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #D7730F is Cyan = 0, Magento = 0.47, Yellow = 0.93 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 115 | 15 | - |
| CMYK | 0 | 0.47 | 0.93 | 0.16 |
| HSL | 30º | 0.87% | 0.45% | - |
| HSV(B) | 30º | 0.93% | 0.84% | - |
| XYZ | 34.24 | 26.74 | 3.81 | - |
| YUV | 133.5 | 61.13 | 186.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 115 | 15 | 0 | 0.47 | 0.93 | 0.16 | 30 | 0.87 | 0.45 |
| Hex | D7 | 73 | F | 0 | 2F | 5D | 10 | 1E | 57 | 2D |
| Octal | 327 | 163 | 17 | 0 | 57 | 135 | 20 | 36 | 127 | 55 |
| Binary | 11010111 | 1110011 | 1111 | 0 | 101111 | 1011101 | 10000 | 11110 | 1010111 | 101101 |
Color Harmonies of #D7730F
Complementary color
Monochromatic Colors of #D7730F
Black with #D7730F
Text Example
Text Example
White with #D7730F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D7730F; }
p { color: rgb(215,115,15); }
H1.HeaderClassName
{
color: #D7730F;
}
.AnyTagClassName
{
color: #D7730F;
}
</style>
background-color css
<style>
a { background-color: #D7730F; }
a { background-color: rgb(215,115,15); }
div.DivClassName
{
background-color: #D7730F;
}
.BgClassName
{
background-color: #D7730F;
}
</style>
border-color css
<style>
span { border-color: #D7730F; }
span { border-color: rgb(215,115,15); }
td.TdClassName
{
border-color: #D7730F;
}
.TagClassName
{
border-color: #D7730F;
}
</style>