Shades of Chocolate #CD511B
Tints of Chocolate #CD511B
RGB
CMYK
RGB Variations
Color information
#CD511B (or 0xCD511B) is known color: Chocolate. HEX triplet: CD, 51 and 1B. RGB value is (205,81,27). Sum of RGB (Red+Green+Blue) = 205+81+27=313 (41% of max value = 765). Red value is 205 (80.47% from 255 or 65.50% from 313); Green value is 81 (32.03% from 255 or 25.88% from 313); Blue value is 27 (10.94% from 255 or 8.63% from 313); Max value from RGB is 205 - color contains mainly: red. Hex color #CD511B is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CD511B is #32AEE4. Grayscale: #707070. Windows color (decimal): -3321573 or 1790413. OLE color: 1790413.
HSL color Cylindrical-coordinate representation of color #CD511B: hue angle of 18.2º degrees, saturation: 0.77, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #CD511B is Cyan = 0, Magento = 0.60, Yellow = 0.87 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 81 | 27 | - |
| CMYK | 0 | 0.60 | 0.87 | 0.20 |
| HSL | 18.2º | 0.77% | 0.45% | - |
| HSV(B) | 18.2º | 0.87% | 0.8% | - |
| XYZ | 28.32 | 18.94 | 3.2 | - |
| YUV | 111.92 | 80.08 | 194.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 81 | 27 | 0 | 0.60 | 0.87 | 0.20 | 18.2 | 0.77 | 0.45 |
| Hex | CD | 51 | 1B | 0 | 3C | 57 | 14 | 12 | 4D | 2D |
| Octal | 315 | 121 | 33 | 0 | 74 | 127 | 24 | 22 | 115 | 55 |
| Binary | 11001101 | 1010001 | 11011 | 0 | 111100 | 1010111 | 10100 | 10010 | 1001101 | 101101 |
Color Harmonies of #CD511B
Complementary color
Monochromatic Colors of #CD511B
Black with #CD511B
Text Example
Text Example
White with #CD511B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CD511B; }
p { color: rgb(205,81,27); }
H1.HeaderClassName
{
color: #CD511B;
}
.AnyTagClassName
{
color: #CD511B;
}
</style>
background-color css
<style>
a { background-color: #CD511B; }
a { background-color: rgb(205,81,27); }
div.DivClassName
{
background-color: #CD511B;
}
.BgClassName
{
background-color: #CD511B;
}
</style>
border-color css
<style>
span { border-color: #CD511B; }
span { border-color: rgb(205,81,27); }
td.TdClassName
{
border-color: #CD511B;
}
.TagClassName
{
border-color: #CD511B;
}
</style>