Shades of Ochre #C07311
Tints of Ochre #C07311
RGB
CMYK
RGB Variations
Color information
#C07311 (or 0xC07311) is known color: Ochre. HEX triplet: C0, 73 and 11. RGB value is (192,115,17). Sum of RGB (Red+Green+Blue) = 192+115+17=324 (42% of max value = 765). Red value is 192 (75.39% from 255 or 59.26% from 324); Green value is 115 (45.31% from 255 or 35.49% from 324); Blue value is 17 (7.03% from 255 or 5.25% from 324); Max value from RGB is 192 - color contains mainly: red. Hex color #C07311 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C07311 is #3F8CEE. Grayscale: #7F7F7F. Windows color (decimal): -4164847 or 1143744. OLE color: 1143744.
HSL color Cylindrical-coordinate representation of color #C07311: hue angle of 33.6º degrees, saturation: 0.84, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #C07311 is Cyan = 0, Magento = 0.40, Yellow = 0.91 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 115 | 17 | - |
| CMYK | 0 | 0.40 | 0.91 | 0.25 |
| HSL | 33.6º | 0.84% | 0.41% | - |
| HSV(B) | 33.6º | 0.91% | 0.75% | - |
| XYZ | 27.97 | 23.51 | 3.59 | - |
| YUV | 126.85 | 66.01 | 174.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 115 | 17 | 0 | 0.40 | 0.91 | 0.25 | 33.6 | 0.84 | 0.41 |
| Hex | C0 | 73 | 11 | 0 | 28 | 5B | 19 | 22 | 54 | 29 |
| Octal | 300 | 163 | 21 | 0 | 50 | 133 | 31 | 42 | 124 | 51 |
| Binary | 11000000 | 1110011 | 10001 | 0 | 101000 | 1011011 | 11001 | 100010 | 1010100 | 101001 |
Color Harmonies of #C07311
Complementary color
Monochromatic Colors of #C07311
Black with #C07311
Text Example
Text Example
White with #C07311
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C07311; }
p { color: rgb(192,115,17); }
H1.HeaderClassName
{
color: #C07311;
}
.AnyTagClassName
{
color: #C07311;
}
</style>
background-color css
<style>
a { background-color: #C07311; }
a { background-color: rgb(192,115,17); }
div.DivClassName
{
background-color: #C07311;
}
.BgClassName
{
background-color: #C07311;
}
</style>
border-color css
<style>
span { border-color: #C07311; }
span { border-color: rgb(192,115,17); }
td.TdClassName
{
border-color: #C07311;
}
.TagClassName
{
border-color: #C07311;
}
</style>