Shades of Ochre #C0730F
Tints of Ochre #C0730F
RGB
CMYK
RGB Variations
Color information
#C0730F (or 0xC0730F) is known color: Ochre. HEX triplet: C0, 73 and 0F. RGB value is (192,115,15). Sum of RGB (Red+Green+Blue) = 192+115+15=322 (42% of max value = 765). Red value is 192 (75.39% from 255 or 59.63% from 322); Green value is 115 (45.31% from 255 or 35.71% from 322); Blue value is 15 (6.25% from 255 or 4.66% from 322); Max value from RGB is 192 - color contains mainly: red. Hex color #C0730F is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C0730F is #3F8CF0. Grayscale: #7F7F7F. Windows color (decimal): -4164849 or 1012672. OLE color: 1012672.
HSL color Cylindrical-coordinate representation of color #C0730F: hue angle of 33.9º degrees, saturation: 0.86, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #C0730F is Cyan = 0, Magento = 0.40, Yellow = 0.92 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 115 | 15 | - |
| CMYK | 0 | 0.40 | 0.92 | 0.25 |
| HSL | 33.9º | 0.86% | 0.41% | - |
| HSV(B) | 33.9º | 0.92% | 0.75% | - |
| XYZ | 27.96 | 23.5 | 3.51 | - |
| YUV | 126.62 | 65.01 | 174.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 115 | 15 | 0 | 0.40 | 0.92 | 0.25 | 33.9 | 0.86 | 0.41 |
| Hex | C0 | 73 | F | 0 | 28 | 5C | 19 | 22 | 56 | 29 |
| Octal | 300 | 163 | 17 | 0 | 50 | 134 | 31 | 42 | 126 | 51 |
| Binary | 11000000 | 1110011 | 1111 | 0 | 101000 | 1011100 | 11001 | 100010 | 1010110 | 101001 |
Color Harmonies of #C0730F
Complementary color
Monochromatic Colors of #C0730F
Black with #C0730F
Text Example
Text Example
White with #C0730F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0730F; }
p { color: rgb(192,115,15); }
H1.HeaderClassName
{
color: #C0730F;
}
.AnyTagClassName
{
color: #C0730F;
}
</style>
background-color css
<style>
a { background-color: #C0730F; }
a { background-color: rgb(192,115,15); }
div.DivClassName
{
background-color: #C0730F;
}
.BgClassName
{
background-color: #C0730F;
}
</style>
border-color css
<style>
span { border-color: #C0730F; }
span { border-color: rgb(192,115,15); }
td.TdClassName
{
border-color: #C0730F;
}
.TagClassName
{
border-color: #C0730F;
}
</style>