Shades of Ochre #C0751F
Tints of Ochre #C0751F
RGB
CMYK
RGB Variations
Color information
#C0751F (or 0xC0751F) is known color: Ochre. HEX triplet: C0, 75 and 1F. RGB value is (192,117,31). Sum of RGB (Red+Green+Blue) = 192+117+31=340 (45% of max value = 765). Red value is 192 (75.39% from 255 or 56.47% from 340); Green value is 117 (46.09% from 255 or 34.41% from 340); Blue value is 31 (12.5% from 255 or 9.12% from 340); Max value from RGB is 192 - color contains mainly: red. Hex color #C0751F is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C0751F is #3F8AE0. Grayscale: #828282. Windows color (decimal): -4164321 or 2061760. OLE color: 2061760.
HSL color Cylindrical-coordinate representation of color #C0751F: hue angle of 32.05º degrees, saturation: 0.72, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #C0751F is Cyan = 0, Magento = 0.39, Yellow = 0.84 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 117 | 31 | - |
| CMYK | 0 | 0.39 | 0.84 | 0.25 |
| HSL | 32.05º | 0.72% | 0.44% | - |
| HSV(B) | 32.05º | 0.84% | 0.75% | - |
| XYZ | 28.35 | 24.03 | 4.44 | - |
| YUV | 129.62 | 72.35 | 172.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 117 | 31 | 0 | 0.39 | 0.84 | 0.25 | 32.05 | 0.72 | 0.44 |
| Hex | C0 | 75 | 1F | 0 | 27 | 54 | 19 | 20 | 48 | 2C |
| Octal | 300 | 165 | 37 | 0 | 47 | 124 | 31 | 40 | 110 | 54 |
| Binary | 11000000 | 1110101 | 11111 | 0 | 100111 | 1010100 | 11001 | 100000 | 1001000 | 101100 |
Color Harmonies of #C0751F
Complementary color
Monochromatic Colors of #C0751F
Black with #C0751F
Text Example
Text Example
White with #C0751F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0751F; }
p { color: rgb(192,117,31); }
H1.HeaderClassName
{
color: #C0751F;
}
.AnyTagClassName
{
color: #C0751F;
}
</style>
background-color css
<style>
a { background-color: #C0751F; }
a { background-color: rgb(192,117,31); }
div.DivClassName
{
background-color: #C0751F;
}
.BgClassName
{
background-color: #C0751F;
}
</style>
border-color css
<style>
span { border-color: #C0751F; }
span { border-color: rgb(192,117,31); }
td.TdClassName
{
border-color: #C0751F;
}
.TagClassName
{
border-color: #C0751F;
}
</style>