Shades of Chocolate #D7541B
Tints of Chocolate #D7541B
RGB
CMYK
RGB Variations
Color information
#D7541B (or 0xD7541B) is known color: Chocolate. HEX triplet: D7, 54 and 1B. RGB value is (215,84,27). Sum of RGB (Red+Green+Blue) = 215+84+27=326 (43% of max value = 765). Red value is 215 (84.38% from 255 or 65.95% from 326); Green value is 84 (33.20% from 255 or 25.77% from 326); Blue value is 27 (10.94% from 255 or 8.28% from 326); Max value from RGB is 215 - color contains mainly: red. Hex color #D7541B is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D7541B is #28ABE4. Grayscale: #757575. Windows color (decimal): -2665445 or 1791191. OLE color: 1791191.
HSL color Cylindrical-coordinate representation of color #D7541B: hue angle of 18.19º degrees, saturation: 0.78, 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 #D7541B is Cyan = 0, Magento = 0.61, Yellow = 0.87 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 84 | 27 | - |
| CMYK | 0 | 0.61 | 0.87 | 0.16 |
| HSL | 18.19º | 0.78% | 0.47% | - |
| HSV(B) | 18.19º | 0.87% | 0.84% | - |
| XYZ | 31.39 | 20.87 | 3.41 | - |
| YUV | 116.67 | 77.4 | 198.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 84 | 27 | 0 | 0.61 | 0.87 | 0.16 | 18.19 | 0.78 | 0.47 |
| Hex | D7 | 54 | 1B | 0 | 3D | 57 | 10 | 12 | 4E | 2F |
| Octal | 327 | 124 | 33 | 0 | 75 | 127 | 20 | 22 | 116 | 57 |
| Binary | 11010111 | 1010100 | 11011 | 0 | 111101 | 1010111 | 10000 | 10010 | 1001110 | 101111 |
Color Harmonies of #D7541B
Complementary color
Monochromatic Colors of #D7541B
Black with #D7541B
Text Example
Text Example
White with #D7541B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D7541B; }
p { color: rgb(215,84,27); }
H1.HeaderClassName
{
color: #D7541B;
}
.AnyTagClassName
{
color: #D7541B;
}
</style>
background-color css
<style>
a { background-color: #D7541B; }
a { background-color: rgb(215,84,27); }
div.DivClassName
{
background-color: #D7541B;
}
.BgClassName
{
background-color: #D7541B;
}
</style>
border-color css
<style>
span { border-color: #D7541B; }
span { border-color: rgb(215,84,27); }
td.TdClassName
{
border-color: #D7541B;
}
.TagClassName
{
border-color: #D7541B;
}
</style>