Shades of Ochre #CA7417
Tints of Ochre #CA7417
RGB
CMYK
RGB Variations
Color information
#CA7417 (or 0xCA7417) is known color: Ochre. HEX triplet: CA, 74 and 17. RGB value is (202,116,23). Sum of RGB (Red+Green+Blue) = 202+116+23=341 (45% of max value = 765). Red value is 202 (79.30% from 255 or 59.24% from 341); Green value is 116 (45.70% from 255 or 34.02% from 341); Blue value is 23 (9.38% from 255 or 6.74% from 341); Max value from RGB is 202 - color contains mainly: red. Hex color #CA7417 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #CA7417 is #358BE8. Grayscale: #838383. Windows color (decimal): -3509225 or 1537226. OLE color: 1537226.
HSL color Cylindrical-coordinate representation of color #CA7417: hue angle of 31.17º degrees, saturation: 0.8, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #CA7417 is Cyan = 0, Magento = 0.43, Yellow = 0.89 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 116 | 23 | - |
| CMYK | 0 | 0.43 | 0.89 | 0.21 |
| HSL | 31.17º | 0.8% | 0.44% | - |
| HSV(B) | 31.17º | 0.89% | 0.79% | - |
| XYZ | 30.76 | 25.11 | 4.04 | - |
| YUV | 131.11 | 66.99 | 178.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 116 | 23 | 0 | 0.43 | 0.89 | 0.21 | 31.17 | 0.8 | 0.44 |
| Hex | CA | 74 | 17 | 0 | 2B | 59 | 15 | 1F | 50 | 2C |
| Octal | 312 | 164 | 27 | 0 | 53 | 131 | 25 | 37 | 120 | 54 |
| Binary | 11001010 | 1110100 | 10111 | 0 | 101011 | 1011001 | 10101 | 11111 | 1010000 | 101100 |
Color Harmonies of #CA7417
Complementary color
Monochromatic Colors of #CA7417
Black with #CA7417
Text Example
Text Example
White with #CA7417
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA7417; }
p { color: rgb(202,116,23); }
H1.HeaderClassName
{
color: #CA7417;
}
.AnyTagClassName
{
color: #CA7417;
}
</style>
background-color css
<style>
a { background-color: #CA7417; }
a { background-color: rgb(202,116,23); }
div.DivClassName
{
background-color: #CA7417;
}
.BgClassName
{
background-color: #CA7417;
}
</style>
border-color css
<style>
span { border-color: #CA7417; }
span { border-color: rgb(202,116,23); }
td.TdClassName
{
border-color: #CA7417;
}
.TagClassName
{
border-color: #CA7417;
}
</style>