Shades of Chocolate #D5621B
Tints of Chocolate #D5621B
RGB
CMYK
RGB Variations
Color information
#D5621B (or 0xD5621B) is known color: Chocolate. HEX triplet: D5, 62 and 1B. RGB value is (213,98,27). Sum of RGB (Red+Green+Blue) = 213+98+27=338 (44% of max value = 765). Red value is 213 (83.59% from 255 or 63.02% from 338); Green value is 98 (38.67% from 255 or 28.99% from 338); Blue value is 27 (10.94% from 255 or 7.99% from 338); Max value from RGB is 213 - color contains mainly: red. Hex color #D5621B is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D5621B is #2A9DE4. Grayscale: #7C7C7C. Windows color (decimal): -2792933 or 1794773. OLE color: 1794773.
HSL color Cylindrical-coordinate representation of color #D5621B: hue angle of 22.9º 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 #D5621B is Cyan = 0, Magento = 0.54, Yellow = 0.87 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 98 | 27 | - |
| CMYK | 0 | 0.54 | 0.87 | 0.16 |
| HSL | 22.9º | 0.78% | 0.47% | - |
| HSV(B) | 22.9º | 0.87% | 0.84% | - |
| XYZ | 32.01 | 22.96 | 3.78 | - |
| YUV | 124.29 | 73.1 | 191.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 98 | 27 | 0 | 0.54 | 0.87 | 0.16 | 22.9 | 0.78 | 0.47 |
| Hex | D5 | 62 | 1B | 0 | 36 | 57 | 10 | 17 | 4E | 2F |
| Octal | 325 | 142 | 33 | 0 | 66 | 127 | 20 | 27 | 116 | 57 |
| Binary | 11010101 | 1100010 | 11011 | 0 | 110110 | 1010111 | 10000 | 10111 | 1001110 | 101111 |
Color Harmonies of #D5621B
Complementary color
Monochromatic Colors of #D5621B
Black with #D5621B
Text Example
Text Example
White with #D5621B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5621B; }
p { color: rgb(213,98,27); }
H1.HeaderClassName
{
color: #D5621B;
}
.AnyTagClassName
{
color: #D5621B;
}
</style>
background-color css
<style>
a { background-color: #D5621B; }
a { background-color: rgb(213,98,27); }
div.DivClassName
{
background-color: #D5621B;
}
.BgClassName
{
background-color: #D5621B;
}
</style>
border-color css
<style>
span { border-color: #D5621B; }
span { border-color: rgb(213,98,27); }
td.TdClassName
{
border-color: #D5621B;
}
.TagClassName
{
border-color: #D5621B;
}
</style>