Shades of Chocolate #D5651B
Tints of Chocolate #D5651B
RGB
CMYK
RGB Variations
Color information
#D5651B (or 0xD5651B) is known color: Chocolate. HEX triplet: D5, 65 and 1B. RGB value is (213,101,27). Sum of RGB (Red+Green+Blue) = 213+101+27=341 (45% of max value = 765). Red value is 213 (83.59% from 255 or 62.46% from 341); Green value is 101 (39.84% from 255 or 29.62% from 341); Blue value is 27 (10.94% from 255 or 7.92% from 341); Max value from RGB is 213 - color contains mainly: red. Hex color #D5651B is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D5651B is #2A9AE4. Grayscale: #7E7E7E. Windows color (decimal): -2792165 or 1795541. OLE color: 1795541.
HSL color Cylindrical-coordinate representation of color #D5651B: hue angle of 23.87º degrees, saturation: 0.77, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #D5651B is Cyan = 0, Magento = 0.53, Yellow = 0.87 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 101 | 27 | - |
| CMYK | 0 | 0.53 | 0.87 | 0.16 |
| HSL | 23.87º | 0.78% | 0.47% | - |
| HSV(B) | 23.87º | 0.87% | 0.84% | - |
| XYZ | 32.29 | 23.53 | 3.88 | - |
| YUV | 126.05 | 72.11 | 190.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 101 | 27 | 0 | 0.53 | 0.87 | 0.16 | 23.87 | 0.78 | 0.47 |
| Hex | D5 | 65 | 1B | 0 | 35 | 57 | 10 | 18 | 4E | 2F |
| Octal | 325 | 145 | 33 | 0 | 65 | 127 | 20 | 30 | 116 | 57 |
| Binary | 11010101 | 1100101 | 11011 | 0 | 110101 | 1010111 | 10000 | 11000 | 1001110 | 101111 |
Color Harmonies of #D5651B
Complementary color
Monochromatic Colors of #D5651B
Black with #D5651B
Text Example
Text Example
White with #D5651B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5651B; }
p { color: rgb(213,101,27); }
H1.HeaderClassName
{
color: #D5651B;
}
.AnyTagClassName
{
color: #D5651B;
}
</style>
background-color css
<style>
a { background-color: #D5651B; }
a { background-color: rgb(213,101,27); }
div.DivClassName
{
background-color: #D5651B;
}
.BgClassName
{
background-color: #D5651B;
}
</style>
border-color css
<style>
span { border-color: #D5651B; }
span { border-color: rgb(213,101,27); }
td.TdClassName
{
border-color: #D5651B;
}
.TagClassName
{
border-color: #D5651B;
}
</style>