Shades of Ochre #CA7921
Tints of Ochre #CA7921
RGB
CMYK
RGB Variations
Color information
#CA7921 (or 0xCA7921) is known color: Ochre. HEX triplet: CA, 79 and 21. RGB value is (202,121,33). Sum of RGB (Red+Green+Blue) = 202+121+33=356 (47% of max value = 765). Red value is 202 (79.30% from 255 or 56.74% from 356); Green value is 121 (47.66% from 255 or 33.99% from 356); Blue value is 33 (13.28% from 255 or 9.27% from 356); Max value from RGB is 202 - color contains mainly: red. Hex color #CA7921 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CA7921 is #3586DE. Grayscale: #878787. Windows color (decimal): -3507935 or 2193866. OLE color: 2193866.
HSL color Cylindrical-coordinate representation of color #CA7921: hue angle of 31.24º degrees, saturation: 0.72, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #CA7921 is Cyan = 0, Magento = 0.40, Yellow = 0.84 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 121 | 33 | - |
| CMYK | 0 | 0.40 | 0.84 | 0.21 |
| HSL | 31.24º | 0.72% | 0.46% | - |
| HSV(B) | 31.24º | 0.84% | 0.79% | - |
| XYZ | 31.47 | 26.34 | 4.86 | - |
| YUV | 135.19 | 70.34 | 175.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 121 | 33 | 0 | 0.40 | 0.84 | 0.21 | 31.24 | 0.72 | 0.46 |
| Hex | CA | 79 | 21 | 0 | 28 | 54 | 15 | 1F | 48 | 2E |
| Octal | 312 | 171 | 41 | 0 | 50 | 124 | 25 | 37 | 110 | 56 |
| Binary | 11001010 | 1111001 | 100001 | 0 | 101000 | 1010100 | 10101 | 11111 | 1001000 | 101110 |
Color Harmonies of #CA7921
Complementary color
Monochromatic Colors of #CA7921
Black with #CA7921
Text Example
Text Example
White with #CA7921
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA7921; }
p { color: rgb(202,121,33); }
H1.HeaderClassName
{
color: #CA7921;
}
.AnyTagClassName
{
color: #CA7921;
}
</style>
background-color css
<style>
a { background-color: #CA7921; }
a { background-color: rgb(202,121,33); }
div.DivClassName
{
background-color: #CA7921;
}
.BgClassName
{
background-color: #CA7921;
}
</style>
border-color css
<style>
span { border-color: #CA7921; }
span { border-color: rgb(202,121,33); }
td.TdClassName
{
border-color: #CA7921;
}
.TagClassName
{
border-color: #CA7921;
}
</style>