Shades of Ochre #CA710D
Tints of Ochre #CA710D
RGB
CMYK
RGB Variations
Color information
#CA710D (or 0xCA710D) is known color: Ochre. HEX triplet: CA, 71 and 0D. RGB value is (202,113,13). Sum of RGB (Red+Green+Blue) = 202+113+13=328 (43% of max value = 765). Red value is 202 (79.30% from 255 or 61.59% from 328); Green value is 113 (44.53% from 255 or 34.45% from 328); Blue value is 13 (5.47% from 255 or 3.96% from 328); Max value from RGB is 202 - color contains mainly: red. Hex color #CA710D is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #CA710D is #358EF2. Grayscale: #808080. Windows color (decimal): -3510003 or 881098. OLE color: 881098.
HSL color Cylindrical-coordinate representation of color #CA710D: hue angle of 31.75º degrees, saturation: 0.88, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #CA710D is Cyan = 0, Magento = 0.44, Yellow = 0.94 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 113 | 13 | - |
| CMYK | 0 | 0.44 | 0.94 | 0.21 |
| HSL | 31.75º | 0.88% | 0.42% | - |
| HSV(B) | 31.75º | 0.94% | 0.79% | - |
| XYZ | 30.33 | 24.4 | 3.49 | - |
| YUV | 128.21 | 62.99 | 180.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 113 | 13 | 0 | 0.44 | 0.94 | 0.21 | 31.75 | 0.88 | 0.42 |
| Hex | CA | 71 | D | 0 | 2C | 5E | 15 | 20 | 58 | 2A |
| Octal | 312 | 161 | 15 | 0 | 54 | 136 | 25 | 40 | 130 | 52 |
| Binary | 11001010 | 1110001 | 1101 | 0 | 101100 | 1011110 | 10101 | 100000 | 1011000 | 101010 |
Color Harmonies of #CA710D
Complementary color
Monochromatic Colors of #CA710D
Black with #CA710D
Text Example
Text Example
White with #CA710D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA710D; }
p { color: rgb(202,113,13); }
H1.HeaderClassName
{
color: #CA710D;
}
.AnyTagClassName
{
color: #CA710D;
}
</style>
background-color css
<style>
a { background-color: #CA710D; }
a { background-color: rgb(202,113,13); }
div.DivClassName
{
background-color: #CA710D;
}
.BgClassName
{
background-color: #CA710D;
}
</style>
border-color css
<style>
span { border-color: #CA710D; }
span { border-color: rgb(202,113,13); }
td.TdClassName
{
border-color: #CA710D;
}
.TagClassName
{
border-color: #CA710D;
}
</style>