Shades of Ochre #C07020
Tints of Ochre #C07020
RGB
CMYK
RGB Variations
Color information
#C07020 (or 0xC07020) is known color: Ochre. HEX triplet: C0, 70 and 20. RGB value is (192,112,32). Sum of RGB (Red+Green+Blue) = 192+112+32=336 (44% of max value = 765). Red value is 192 (75.39% from 255 or 57.14% from 336); Green value is 112 (44.14% from 255 or 33.33% from 336); Blue value is 32 (12.89% from 255 or 9.52% from 336); Max value from RGB is 192 - color contains mainly: red. Hex color #C07020 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C07020 is #3F8FDF. Grayscale: #7F7F7F. Windows color (decimal): -4165600 or 2126016. OLE color: 2126016.
HSL color Cylindrical-coordinate representation of color #C07020: hue angle of 30º degrees, saturation: 0.71, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #C07020 is Cyan = 0, Magento = 0.42, Yellow = 0.83 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 112 | 32 | - |
| CMYK | 0 | 0.42 | 0.83 | 0.25 |
| HSL | 30º | 0.71% | 0.44% | - |
| HSV(B) | 30º | 0.83% | 0.75% | - |
| XYZ | 27.79 | 22.9 | 4.32 | - |
| YUV | 126.8 | 74.5 | 174.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 112 | 32 | 0 | 0.42 | 0.83 | 0.25 | 30 | 0.71 | 0.44 |
| Hex | C0 | 70 | 20 | 0 | 2A | 53 | 19 | 1E | 47 | 2C |
| Octal | 300 | 160 | 40 | 0 | 52 | 123 | 31 | 36 | 107 | 54 |
| Binary | 11000000 | 1110000 | 100000 | 0 | 101010 | 1010011 | 11001 | 11110 | 1000111 | 101100 |
Color Harmonies of #C07020
Complementary color
Monochromatic Colors of #C07020
Black with #C07020
Text Example
Text Example
White with #C07020
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C07020; }
p { color: rgb(192,112,32); }
H1.HeaderClassName
{
color: #C07020;
}
.AnyTagClassName
{
color: #C07020;
}
</style>
background-color css
<style>
a { background-color: #C07020; }
a { background-color: rgb(192,112,32); }
div.DivClassName
{
background-color: #C07020;
}
.BgClassName
{
background-color: #C07020;
}
</style>
border-color css
<style>
span { border-color: #C07020; }
span { border-color: rgb(192,112,32); }
td.TdClassName
{
border-color: #C07020;
}
.TagClassName
{
border-color: #C07020;
}
</style>