Shades of Chocolate #CA671D
Tints of Chocolate #CA671D
RGB
CMYK
RGB Variations
Color information
#CA671D (or 0xCA671D) is known color: Chocolate. HEX triplet: CA, 67 and 1D. RGB value is (202,103,29). Sum of RGB (Red+Green+Blue) = 202+103+29=334 (44% of max value = 765). Red value is 202 (79.30% from 255 or 60.48% from 334); Green value is 103 (40.62% from 255 or 30.84% from 334); Blue value is 29 (11.72% from 255 or 8.68% from 334); Max value from RGB is 202 - color contains mainly: red. Hex color #CA671D is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CA671D is #3598E2. Grayscale: #7C7C7C. Windows color (decimal): -3512547 or 1927114. OLE color: 1927114.
HSL color Cylindrical-coordinate representation of color #CA671D: hue angle of 25.66º 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 #CA671D is Cyan = 0, Magento = 0.49, Yellow = 0.86 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 103 | 29 | - |
| CMYK | 0 | 0.49 | 0.86 | 0.21 |
| HSL | 25.66º | 0.75% | 0.45% | - |
| HSV(B) | 25.66º | 0.86% | 0.79% | - |
| XYZ | 29.43 | 22.35 | 3.92 | - |
| YUV | 124.17 | 74.3 | 183.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 103 | 29 | 0 | 0.49 | 0.86 | 0.21 | 25.66 | 0.75 | 0.45 |
| Hex | CA | 67 | 1D | 0 | 31 | 56 | 15 | 1A | 4B | 2D |
| Octal | 312 | 147 | 35 | 0 | 61 | 126 | 25 | 32 | 113 | 55 |
| Binary | 11001010 | 1100111 | 11101 | 0 | 110001 | 1010110 | 10101 | 11010 | 1001011 | 101101 |
Color Harmonies of #CA671D
Complementary color
Monochromatic Colors of #CA671D
Black with #CA671D
Text Example
Text Example
White with #CA671D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA671D; }
p { color: rgb(202,103,29); }
H1.HeaderClassName
{
color: #CA671D;
}
.AnyTagClassName
{
color: #CA671D;
}
</style>
background-color css
<style>
a { background-color: #CA671D; }
a { background-color: rgb(202,103,29); }
div.DivClassName
{
background-color: #CA671D;
}
.BgClassName
{
background-color: #CA671D;
}
</style>
border-color css
<style>
span { border-color: #CA671D; }
span { border-color: rgb(202,103,29); }
td.TdClassName
{
border-color: #CA671D;
}
.TagClassName
{
border-color: #CA671D;
}
</style>