Shades of Chocolate #D46925
Tints of Chocolate #D46925
RGB
CMYK
RGB Variations
Color information
#D46925 (or 0xD46925) is known color: Chocolate. HEX triplet: D4, 69 and 25. RGB value is (212,105,37). Sum of RGB (Red+Green+Blue) = 212+105+37=354 (46% of max value = 765). Red value is 212 (83.20% from 255 or 59.89% from 354); Green value is 105 (41.41% from 255 or 29.66% from 354); Blue value is 37 (14.84% from 255 or 10.45% from 354); Max value from RGB is 212 - color contains mainly: red. Hex color #D46925 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D46925 is #2B96DA. Grayscale: #818181. Windows color (decimal): -2856667 or 2451924. OLE color: 2451924.
HSL color Cylindrical-coordinate representation of color #D46925: hue angle of 23.31º degrees, saturation: 0.7, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #D46925 is Cyan = 0, Magento = 0.50, Yellow = 0.83 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 105 | 37 | - |
| CMYK | 0 | 0.50 | 0.83 | 0.17 |
| HSL | 23.31º | 0.7% | 0.49% | - |
| HSV(B) | 23.31º | 0.83% | 0.83% | - |
| XYZ | 32.54 | 24.23 | 4.71 | - |
| YUV | 129.24 | 75.95 | 187.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 105 | 37 | 0 | 0.50 | 0.83 | 0.17 | 23.31 | 0.7 | 0.49 |
| Hex | D4 | 69 | 25 | 0 | 32 | 53 | 11 | 17 | 46 | 31 |
| Octal | 324 | 151 | 45 | 0 | 62 | 123 | 21 | 27 | 106 | 61 |
| Binary | 11010100 | 1101001 | 100101 | 0 | 110010 | 1010011 | 10001 | 10111 | 1000110 | 110001 |
Color Harmonies of #D46925
Complementary color
Monochromatic Colors of #D46925
Black with #D46925
Text Example
Text Example
White with #D46925
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D46925; }
p { color: rgb(212,105,37); }
H1.HeaderClassName
{
color: #D46925;
}
.AnyTagClassName
{
color: #D46925;
}
</style>
background-color css
<style>
a { background-color: #D46925; }
a { background-color: rgb(212,105,37); }
div.DivClassName
{
background-color: #D46925;
}
.BgClassName
{
background-color: #D46925;
}
</style>
border-color css
<style>
span { border-color: #D46925; }
span { border-color: rgb(212,105,37); }
td.TdClassName
{
border-color: #D46925;
}
.TagClassName
{
border-color: #D46925;
}
</style>