Shades of Ochre #CA7520
Tints of Ochre #CA7520
RGB
CMYK
RGB Variations
Color information
#CA7520 (or 0xCA7520) is known color: Ochre. HEX triplet: CA, 75 and 20. RGB value is (202,117,32). Sum of RGB (Red+Green+Blue) = 202+117+32=351 (46% of max value = 765). Red value is 202 (79.30% from 255 or 57.55% from 351); Green value is 117 (46.09% from 255 or 33.33% from 351); Blue value is 32 (12.89% from 255 or 9.12% from 351); Max value from RGB is 202 - color contains mainly: red. Hex color #CA7520 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CA7520 is #358ADF. Grayscale: #858585. Windows color (decimal): -3508960 or 2127306. OLE color: 2127306.
HSL color Cylindrical-coordinate representation of color #CA7520: hue angle of 30º degrees, saturation: 0.73, 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 #CA7520 is Cyan = 0, Magento = 0.42, Yellow = 0.84 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 117 | 32 | - |
| CMYK | 0 | 0.42 | 0.84 | 0.21 |
| HSL | 30º | 0.73% | 0.46% | - |
| HSV(B) | 30º | 0.84% | 0.79% | - |
| XYZ | 30.98 | 25.38 | 4.63 | - |
| YUV | 132.73 | 71.16 | 177.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 117 | 32 | 0 | 0.42 | 0.84 | 0.21 | 30 | 0.73 | 0.46 |
| Hex | CA | 75 | 20 | 0 | 2A | 54 | 15 | 1E | 49 | 2E |
| Octal | 312 | 165 | 40 | 0 | 52 | 124 | 25 | 36 | 111 | 56 |
| Binary | 11001010 | 1110101 | 100000 | 0 | 101010 | 1010100 | 10101 | 11110 | 1001001 | 101110 |
Color Harmonies of #CA7520
Complementary color
Monochromatic Colors of #CA7520
Black with #CA7520
Text Example
Text Example
White with #CA7520
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA7520; }
p { color: rgb(202,117,32); }
H1.HeaderClassName
{
color: #CA7520;
}
.AnyTagClassName
{
color: #CA7520;
}
</style>
background-color css
<style>
a { background-color: #CA7520; }
a { background-color: rgb(202,117,32); }
div.DivClassName
{
background-color: #CA7520;
}
.BgClassName
{
background-color: #CA7520;
}
</style>
border-color css
<style>
span { border-color: #CA7520; }
span { border-color: rgb(202,117,32); }
td.TdClassName
{
border-color: #CA7520;
}
.TagClassName
{
border-color: #CA7520;
}
</style>