Shades of Chocolate #D36725
Tints of Chocolate #D36725
RGB
CMYK
RGB Variations
Color information
#D36725 (or 0xD36725) is known color: Chocolate. HEX triplet: D3, 67 and 25. RGB value is (211,103,37). Sum of RGB (Red+Green+Blue) = 211+103+37=351 (46% of max value = 765). Red value is 211 (82.81% from 255 or 60.11% from 351); Green value is 103 (40.62% from 255 or 29.34% from 351); Blue value is 37 (14.84% from 255 or 10.54% from 351); Max value from RGB is 211 - color contains mainly: red. Hex color #D36725 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D36725 is #2C98DA. Grayscale: #808080. Windows color (decimal): -2922715 or 2451411. OLE color: 2451411.
HSL color Cylindrical-coordinate representation of color #D36725: hue angle of 22.76º degrees, saturation: 0.7, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #D36725 is Cyan = 0, Magento = 0.51, Yellow = 0.82 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 211 | 103 | 37 | - |
| CMYK | 0 | 0.51 | 0.82 | 0.17 |
| HSL | 22.76º | 0.7% | 0.49% | - |
| HSV(B) | 22.76º | 0.82% | 0.83% | - |
| XYZ | 32.05 | 23.68 | 4.63 | - |
| YUV | 127.77 | 76.78 | 187.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 103 | 37 | 0 | 0.51 | 0.82 | 0.17 | 22.76 | 0.7 | 0.49 |
| Hex | D3 | 67 | 25 | 0 | 33 | 52 | 11 | 17 | 46 | 31 |
| Octal | 323 | 147 | 45 | 0 | 63 | 122 | 21 | 27 | 106 | 61 |
| Binary | 11010011 | 1100111 | 100101 | 0 | 110011 | 1010010 | 10001 | 10111 | 1000110 | 110001 |
Color Harmonies of #D36725
Complementary color
Monochromatic Colors of #D36725
Black with #D36725
Text Example
Text Example
White with #D36725
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D36725; }
p { color: rgb(211,103,37); }
H1.HeaderClassName
{
color: #D36725;
}
.AnyTagClassName
{
color: #D36725;
}
</style>
background-color css
<style>
a { background-color: #D36725; }
a { background-color: rgb(211,103,37); }
div.DivClassName
{
background-color: #D36725;
}
.BgClassName
{
background-color: #D36725;
}
</style>
border-color css
<style>
span { border-color: #D36725; }
span { border-color: rgb(211,103,37); }
td.TdClassName
{
border-color: #D36725;
}
.TagClassName
{
border-color: #D36725;
}
</style>