Shades of Chocolate #D7551B
Tints of Chocolate #D7551B
RGB
CMYK
RGB Variations
Color information
#D7551B (or 0xD7551B) is known color: Chocolate. HEX triplet: D7, 55 and 1B. RGB value is (215,85,27). Sum of RGB (Red+Green+Blue) = 215+85+27=327 (43% of max value = 765). Red value is 215 (84.38% from 255 or 65.75% from 327); Green value is 85 (33.59% from 255 or 25.99% from 327); Blue value is 27 (10.94% from 255 or 8.26% from 327); Max value from RGB is 215 - color contains mainly: red. Hex color #D7551B is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D7551B is #28AAE4. Grayscale: #757575. Windows color (decimal): -2665189 or 1791447. OLE color: 1791447.
HSL color Cylindrical-coordinate representation of color #D7551B: hue angle of 18.51º 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 #D7551B is Cyan = 0, Magento = 0.60, Yellow = 0.87 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 85 | 27 | - |
| CMYK | 0 | 0.60 | 0.87 | 0.16 |
| HSL | 18.51º | 0.78% | 0.47% | - |
| HSV(B) | 18.51º | 0.87% | 0.84% | - |
| XYZ | 31.47 | 21.02 | 3.44 | - |
| YUV | 117.26 | 77.07 | 197.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 85 | 27 | 0 | 0.60 | 0.87 | 0.16 | 18.51 | 0.78 | 0.47 |
| Hex | D7 | 55 | 1B | 0 | 3C | 57 | 10 | 13 | 4E | 2F |
| Octal | 327 | 125 | 33 | 0 | 74 | 127 | 20 | 23 | 116 | 57 |
| Binary | 11010111 | 1010101 | 11011 | 0 | 111100 | 1010111 | 10000 | 10011 | 1001110 | 101111 |
Color Harmonies of #D7551B
Complementary color
Monochromatic Colors of #D7551B
Black with #D7551B
Text Example
Text Example
White with #D7551B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D7551B; }
p { color: rgb(215,85,27); }
H1.HeaderClassName
{
color: #D7551B;
}
.AnyTagClassName
{
color: #D7551B;
}
</style>
background-color css
<style>
a { background-color: #D7551B; }
a { background-color: rgb(215,85,27); }
div.DivClassName
{
background-color: #D7551B;
}
.BgClassName
{
background-color: #D7551B;
}
</style>
border-color css
<style>
span { border-color: #D7551B; }
span { border-color: rgb(215,85,27); }
td.TdClassName
{
border-color: #D7551B;
}
.TagClassName
{
border-color: #D7551B;
}
</style>