Shades of Ochre #C07715
Tints of Ochre #C07715
RGB
CMYK
RGB Variations
Color information
#C07715 (or 0xC07715) is known color: Ochre. HEX triplet: C0, 77 and 15. RGB value is (192,119,21). Sum of RGB (Red+Green+Blue) = 192+119+21=332 (43% of max value = 765). Red value is 192 (75.39% from 255 or 57.83% from 332); Green value is 119 (46.88% from 255 or 35.84% from 332); Blue value is 21 (8.59% from 255 or 6.33% from 332); Max value from RGB is 192 - color contains mainly: red. Hex color #C07715 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C07715 is #3F88EA. Grayscale: #828282. Windows color (decimal): -4163819 or 1406912. OLE color: 1406912.
HSL color Cylindrical-coordinate representation of color #C07715: hue angle of 34.39º degrees, saturation: 0.8, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #C07715 is Cyan = 0, Magento = 0.38, Yellow = 0.89 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 119 | 21 | - |
| CMYK | 0 | 0.38 | 0.89 | 0.25 |
| HSL | 34.39º | 0.8% | 0.42% | - |
| HSV(B) | 34.39º | 0.89% | 0.75% | - |
| XYZ | 28.47 | 24.45 | 3.93 | - |
| YUV | 129.66 | 66.68 | 172.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 119 | 21 | 0 | 0.38 | 0.89 | 0.25 | 34.39 | 0.8 | 0.42 |
| Hex | C0 | 77 | 15 | 0 | 26 | 59 | 19 | 22 | 50 | 2A |
| Octal | 300 | 167 | 25 | 0 | 46 | 131 | 31 | 42 | 120 | 52 |
| Binary | 11000000 | 1110111 | 10101 | 0 | 100110 | 1011001 | 11001 | 100010 | 1010000 | 101010 |
Color Harmonies of #C07715
Complementary color
Monochromatic Colors of #C07715
Black with #C07715
Text Example
Text Example
White with #C07715
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C07715; }
p { color: rgb(192,119,21); }
H1.HeaderClassName
{
color: #C07715;
}
.AnyTagClassName
{
color: #C07715;
}
</style>
background-color css
<style>
a { background-color: #C07715; }
a { background-color: rgb(192,119,21); }
div.DivClassName
{
background-color: #C07715;
}
.BgClassName
{
background-color: #C07715;
}
</style>
border-color css
<style>
span { border-color: #C07715; }
span { border-color: rgb(192,119,21); }
td.TdClassName
{
border-color: #C07715;
}
.TagClassName
{
border-color: #C07715;
}
</style>