Shades of Chocolate #CA671F
Tints of Chocolate #CA671F
RGB
CMYK
RGB Variations
Color information
#CA671F (or 0xCA671F) is known color: Chocolate. HEX triplet: CA, 67 and 1F. RGB value is (202,103,31). Sum of RGB (Red+Green+Blue) = 202+103+31=336 (44% of max value = 765). Red value is 202 (79.30% from 255 or 60.12% from 336); Green value is 103 (40.62% from 255 or 30.65% from 336); Blue value is 31 (12.5% from 255 or 9.23% from 336); Max value from RGB is 202 - color contains mainly: red. Hex color #CA671F is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CA671F is #3598E0. Grayscale: #7C7C7C. Windows color (decimal): -3512545 or 2058186. OLE color: 2058186.
HSL color Cylindrical-coordinate representation of color #CA671F: hue angle of 25.26º degrees, saturation: 0.73, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #CA671F is Cyan = 0, Magento = 0.49, Yellow = 0.85 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 103 | 31 | - |
| CMYK | 0 | 0.49 | 0.85 | 0.21 |
| HSL | 25.26º | 0.73% | 0.46% | - |
| HSV(B) | 25.26º | 0.85% | 0.79% | - |
| XYZ | 29.45 | 22.36 | 4.06 | - |
| YUV | 124.39 | 75.3 | 183.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 103 | 31 | 0 | 0.49 | 0.85 | 0.21 | 25.26 | 0.73 | 0.46 |
| Hex | CA | 67 | 1F | 0 | 31 | 55 | 15 | 19 | 49 | 2E |
| Octal | 312 | 147 | 37 | 0 | 61 | 125 | 25 | 31 | 111 | 56 |
| Binary | 11001010 | 1100111 | 11111 | 0 | 110001 | 1010101 | 10101 | 11001 | 1001001 | 101110 |
Color Harmonies of #CA671F
Complementary color
Monochromatic Colors of #CA671F
Black with #CA671F
Text Example
Text Example
White with #CA671F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA671F; }
p { color: rgb(202,103,31); }
H1.HeaderClassName
{
color: #CA671F;
}
.AnyTagClassName
{
color: #CA671F;
}
</style>
background-color css
<style>
a { background-color: #CA671F; }
a { background-color: rgb(202,103,31); }
div.DivClassName
{
background-color: #CA671F;
}
.BgClassName
{
background-color: #CA671F;
}
</style>
border-color css
<style>
span { border-color: #CA671F; }
span { border-color: rgb(202,103,31); }
td.TdClassName
{
border-color: #CA671F;
}
.TagClassName
{
border-color: #CA671F;
}
</style>