Shades of Ochre #CA7620
Tints of Ochre #CA7620
RGB
CMYK
RGB Variations
Color information
#CA7620 (or 0xCA7620) is known color: Ochre. HEX triplet: CA, 76 and 20. RGB value is (202,118,32). Sum of RGB (Red+Green+Blue) = 202+118+32=352 (46% of max value = 765). Red value is 202 (79.30% from 255 or 57.39% from 352); Green value is 118 (46.48% from 255 or 33.52% from 352); Blue value is 32 (12.89% from 255 or 9.09% from 352); Max value from RGB is 202 - color contains mainly: red. Hex color #CA7620 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CA7620 is #3589DF. Grayscale: #858585. Windows color (decimal): -3508704 or 2127562. OLE color: 2127562.
HSL color Cylindrical-coordinate representation of color #CA7620: hue angle of 30.35º 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 #CA7620 is Cyan = 0, Magento = 0.42, Yellow = 0.84 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 118 | 32 | - |
| CMYK | 0 | 0.42 | 0.84 | 0.21 |
| HSL | 30.35º | 0.73% | 0.46% | - |
| HSV(B) | 30.35º | 0.84% | 0.79% | - |
| XYZ | 31.1 | 25.62 | 4.67 | - |
| YUV | 133.31 | 70.83 | 176.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 118 | 32 | 0 | 0.42 | 0.84 | 0.21 | 30.35 | 0.73 | 0.46 |
| Hex | CA | 76 | 20 | 0 | 2A | 54 | 15 | 1E | 49 | 2E |
| Octal | 312 | 166 | 40 | 0 | 52 | 124 | 25 | 36 | 111 | 56 |
| Binary | 11001010 | 1110110 | 100000 | 0 | 101010 | 1010100 | 10101 | 11110 | 1001001 | 101110 |
Color Harmonies of #CA7620
Complementary color
Monochromatic Colors of #CA7620
Black with #CA7620
Text Example
Text Example
White with #CA7620
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA7620; }
p { color: rgb(202,118,32); }
H1.HeaderClassName
{
color: #CA7620;
}
.AnyTagClassName
{
color: #CA7620;
}
</style>
background-color css
<style>
a { background-color: #CA7620; }
a { background-color: rgb(202,118,32); }
div.DivClassName
{
background-color: #CA7620;
}
.BgClassName
{
background-color: #CA7620;
}
</style>
border-color css
<style>
span { border-color: #CA7620; }
span { border-color: rgb(202,118,32); }
td.TdClassName
{
border-color: #CA7620;
}
.TagClassName
{
border-color: #CA7620;
}
</style>