Shades of Chocolate #D7501A
Tints of Chocolate #D7501A
RGB
CMYK
RGB Variations
Color information
#D7501A (or 0xD7501A) is known color: Chocolate. HEX triplet: D7, 50 and 1A. RGB value is (215,80,26). Sum of RGB (Red+Green+Blue) = 215+80+26=321 (42% of max value = 765). Red value is 215 (84.38% from 255 or 66.98% from 321); Green value is 80 (31.64% from 255 or 24.92% from 321); Blue value is 26 (10.55% from 255 or 8.10% from 321); Max value from RGB is 215 - color contains mainly: red. Hex color #D7501A is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D7501A is #28AFE5. Grayscale: #727272. Windows color (decimal): -2666470 or 1724631. OLE color: 1724631.
HSL color Cylindrical-coordinate representation of color #D7501A: hue angle of 17.14º degrees, saturation: 0.78, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #D7501A is Cyan = 0, Magento = 0.63, Yellow = 0.88 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 80 | 26 | - |
| CMYK | 0 | 0.63 | 0.88 | 0.16 |
| HSL | 17.14º | 0.78% | 0.47% | - |
| HSV(B) | 17.14º | 0.88% | 0.84% | - |
| XYZ | 31.08 | 20.26 | 3.25 | - |
| YUV | 114.21 | 78.23 | 199.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 80 | 26 | 0 | 0.63 | 0.88 | 0.16 | 17.14 | 0.78 | 0.47 |
| Hex | D7 | 50 | 1A | 0 | 3F | 58 | 10 | 11 | 4E | 2F |
| Octal | 327 | 120 | 32 | 0 | 77 | 130 | 20 | 21 | 116 | 57 |
| Binary | 11010111 | 1010000 | 11010 | 0 | 111111 | 1011000 | 10000 | 10001 | 1001110 | 101111 |
Color Harmonies of #D7501A
Complementary color
Monochromatic Colors of #D7501A
Black with #D7501A
Text Example
Text Example
White with #D7501A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D7501A; }
p { color: rgb(215,80,26); }
H1.HeaderClassName
{
color: #D7501A;
}
.AnyTagClassName
{
color: #D7501A;
}
</style>
background-color css
<style>
a { background-color: #D7501A; }
a { background-color: rgb(215,80,26); }
div.DivClassName
{
background-color: #D7501A;
}
.BgClassName
{
background-color: #D7501A;
}
</style>
border-color css
<style>
span { border-color: #D7501A; }
span { border-color: rgb(215,80,26); }
td.TdClassName
{
border-color: #D7501A;
}
.TagClassName
{
border-color: #D7501A;
}
</style>