Shades of Chocolate #D75D1B
Tints of Chocolate #D75D1B
RGB
CMYK
RGB Variations
Color information
#D75D1B (or 0xD75D1B) is known color: Chocolate. HEX triplet: D7, 5D and 1B. RGB value is (215,93,27). Sum of RGB (Red+Green+Blue) = 215+93+27=335 (44% of max value = 765). Red value is 215 (84.38% from 255 or 64.18% from 335); Green value is 93 (36.72% from 255 or 27.76% from 335); Blue value is 27 (10.94% from 255 or 8.06% from 335); Max value from RGB is 215 - color contains mainly: red. Hex color #D75D1B is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D75D1B is #28A2E4. Grayscale: #7A7A7A. Windows color (decimal): -2663141 or 1793495. OLE color: 1793495.
HSL color Cylindrical-coordinate representation of color #D75D1B: hue angle of 21.06º 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 #D75D1B is Cyan = 0, Magento = 0.57, Yellow = 0.87 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 93 | 27 | - |
| CMYK | 0 | 0.57 | 0.87 | 0.16 |
| HSL | 21.06º | 0.78% | 0.47% | - |
| HSV(B) | 21.06º | 0.87% | 0.84% | - |
| XYZ | 32.14 | 22.35 | 3.66 | - |
| YUV | 121.95 | 74.42 | 194.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 93 | 27 | 0 | 0.57 | 0.87 | 0.16 | 21.06 | 0.78 | 0.47 |
| Hex | D7 | 5D | 1B | 0 | 39 | 57 | 10 | 15 | 4E | 2F |
| Octal | 327 | 135 | 33 | 0 | 71 | 127 | 20 | 25 | 116 | 57 |
| Binary | 11010111 | 1011101 | 11011 | 0 | 111001 | 1010111 | 10000 | 10101 | 1001110 | 101111 |
Color Harmonies of #D75D1B
Complementary color
Monochromatic Colors of #D75D1B
Black with #D75D1B
Text Example
Text Example
White with #D75D1B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D75D1B; }
p { color: rgb(215,93,27); }
H1.HeaderClassName
{
color: #D75D1B;
}
.AnyTagClassName
{
color: #D75D1B;
}
</style>
background-color css
<style>
a { background-color: #D75D1B; }
a { background-color: rgb(215,93,27); }
div.DivClassName
{
background-color: #D75D1B;
}
.BgClassName
{
background-color: #D75D1B;
}
</style>
border-color css
<style>
span { border-color: #D75D1B; }
span { border-color: rgb(215,93,27); }
td.TdClassName
{
border-color: #D75D1B;
}
.TagClassName
{
border-color: #D75D1B;
}
</style>