Shades of Ochre #C07511
Tints of Ochre #C07511
RGB
CMYK
RGB Variations
Color information
#C07511 (or 0xC07511) is known color: Ochre. HEX triplet: C0, 75 and 11. RGB value is (192,117,17). Sum of RGB (Red+Green+Blue) = 192+117+17=326 (43% of max value = 765). Red value is 192 (75.39% from 255 or 58.90% from 326); Green value is 117 (46.09% from 255 or 35.89% from 326); Blue value is 17 (7.03% from 255 or 5.21% from 326); Max value from RGB is 192 - color contains mainly: red. Hex color #C07511 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C07511 is #3F8AEE. Grayscale: #808080. Windows color (decimal): -4164335 or 1144256. OLE color: 1144256.
HSL color Cylindrical-coordinate representation of color #C07511: hue angle of 34.29º 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 #C07511 is Cyan = 0, Magento = 0.39, Yellow = 0.91 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 117 | 17 | - |
| CMYK | 0 | 0.39 | 0.91 | 0.25 |
| HSL | 34.29º | 0.84% | 0.41% | - |
| HSV(B) | 34.29º | 0.91% | 0.75% | - |
| XYZ | 28.2 | 23.97 | 3.67 | - |
| YUV | 128.03 | 65.35 | 173.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 117 | 17 | 0 | 0.39 | 0.91 | 0.25 | 34.29 | 0.84 | 0.41 |
| Hex | C0 | 75 | 11 | 0 | 27 | 5B | 19 | 22 | 54 | 29 |
| Octal | 300 | 165 | 21 | 0 | 47 | 133 | 31 | 42 | 124 | 51 |
| Binary | 11000000 | 1110101 | 10001 | 0 | 100111 | 1011011 | 11001 | 100010 | 1010100 | 101001 |
Color Harmonies of #C07511
Complementary color
Monochromatic Colors of #C07511
Black with #C07511
Text Example
Text Example
White with #C07511
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C07511; }
p { color: rgb(192,117,17); }
H1.HeaderClassName
{
color: #C07511;
}
.AnyTagClassName
{
color: #C07511;
}
</style>
background-color css
<style>
a { background-color: #C07511; }
a { background-color: rgb(192,117,17); }
div.DivClassName
{
background-color: #C07511;
}
.BgClassName
{
background-color: #C07511;
}
</style>
border-color css
<style>
span { border-color: #C07511; }
span { border-color: rgb(192,117,17); }
td.TdClassName
{
border-color: #C07511;
}
.TagClassName
{
border-color: #C07511;
}
</style>