Shades of Chocolate #CB571F
Tints of Chocolate #CB571F
RGB
CMYK
RGB Variations
Color information
#CB571F (or 0xCB571F) is known color: Chocolate. HEX triplet: CB, 57 and 1F. RGB value is (203,87,31). Sum of RGB (Red+Green+Blue) = 203+87+31=321 (42% of max value = 765). Red value is 203 (79.69% from 255 or 63.24% from 321); Green value is 87 (34.38% from 255 or 27.10% from 321); Blue value is 31 (12.5% from 255 or 9.66% from 321); Max value from RGB is 203 - color contains mainly: red. Hex color #CB571F is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CB571F is #34A8E0. Grayscale: #737373. Windows color (decimal): -3451105 or 2054091. OLE color: 2054091.
HSL color Cylindrical-coordinate representation of color #CB571F: hue angle of 19.53º degrees, saturation: 0.74, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #CB571F is Cyan = 0, Magento = 0.57, Yellow = 0.85 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 87 | 31 | - |
| CMYK | 0 | 0.57 | 0.85 | 0.20 |
| HSL | 19.53º | 0.74% | 0.46% | - |
| HSV(B) | 19.53º | 0.85% | 0.8% | - |
| XYZ | 28.28 | 19.61 | 3.59 | - |
| YUV | 115.3 | 80.43 | 190.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 87 | 31 | 0 | 0.57 | 0.85 | 0.20 | 19.53 | 0.74 | 0.46 |
| Hex | CB | 57 | 1F | 0 | 39 | 55 | 14 | 14 | 4A | 2E |
| Octal | 313 | 127 | 37 | 0 | 71 | 125 | 24 | 24 | 112 | 56 |
| Binary | 11001011 | 1010111 | 11111 | 0 | 111001 | 1010101 | 10100 | 10100 | 1001010 | 101110 |
Color Harmonies of #CB571F
Complementary color
Monochromatic Colors of #CB571F
Black with #CB571F
Text Example
Text Example
White with #CB571F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB571F; }
p { color: rgb(203,87,31); }
H1.HeaderClassName
{
color: #CB571F;
}
.AnyTagClassName
{
color: #CB571F;
}
</style>
background-color css
<style>
a { background-color: #CB571F; }
a { background-color: rgb(203,87,31); }
div.DivClassName
{
background-color: #CB571F;
}
.BgClassName
{
background-color: #CB571F;
}
</style>
border-color css
<style>
span { border-color: #CB571F; }
span { border-color: rgb(203,87,31); }
td.TdClassName
{
border-color: #CB571F;
}
.TagClassName
{
border-color: #CB571F;
}
</style>