Shades of Chocolate #CA581D
Tints of Chocolate #CA581D
RGB
CMYK
RGB Variations
Color information
#CA581D (or 0xCA581D) is known color: Chocolate. HEX triplet: CA, 58 and 1D. RGB value is (202,88,29). Sum of RGB (Red+Green+Blue) = 202+88+29=319 (42% of max value = 765). Red value is 202 (79.30% from 255 or 63.32% from 319); Green value is 88 (34.77% from 255 or 27.59% from 319); Blue value is 29 (11.72% from 255 or 9.09% from 319); Max value from RGB is 202 - color contains mainly: red. Hex color #CA581D is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CA581D is #35A7E2. Grayscale: #737373. Windows color (decimal): -3516387 or 1923274. OLE color: 1923274.
HSL color Cylindrical-coordinate representation of color #CA581D: hue angle of 20.46º degrees, saturation: 0.75, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #CA581D is Cyan = 0, Magento = 0.56, Yellow = 0.86 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 88 | 29 | - |
| CMYK | 0 | 0.56 | 0.86 | 0.21 |
| HSL | 20.46º | 0.75% | 0.45% | - |
| HSV(B) | 20.46º | 0.86% | 0.79% | - |
| XYZ | 28.07 | 19.62 | 3.47 | - |
| YUV | 115.36 | 79.27 | 189.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 88 | 29 | 0 | 0.56 | 0.86 | 0.21 | 20.46 | 0.75 | 0.45 |
| Hex | CA | 58 | 1D | 0 | 38 | 56 | 15 | 14 | 4B | 2D |
| Octal | 312 | 130 | 35 | 0 | 70 | 126 | 25 | 24 | 113 | 55 |
| Binary | 11001010 | 1011000 | 11101 | 0 | 111000 | 1010110 | 10101 | 10100 | 1001011 | 101101 |
Color Harmonies of #CA581D
Complementary color
Monochromatic Colors of #CA581D
Black with #CA581D
Text Example
Text Example
White with #CA581D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA581D; }
p { color: rgb(202,88,29); }
H1.HeaderClassName
{
color: #CA581D;
}
.AnyTagClassName
{
color: #CA581D;
}
</style>
background-color css
<style>
a { background-color: #CA581D; }
a { background-color: rgb(202,88,29); }
div.DivClassName
{
background-color: #CA581D;
}
.BgClassName
{
background-color: #CA581D;
}
</style>
border-color css
<style>
span { border-color: #CA581D; }
span { border-color: rgb(202,88,29); }
td.TdClassName
{
border-color: #CA581D;
}
.TagClassName
{
border-color: #CA581D;
}
</style>