Shades of Ochre #C0721A
Tints of Ochre #C0721A
RGB
CMYK
RGB Variations
Color information
#C0721A (or 0xC0721A) is known color: Ochre. HEX triplet: C0, 72 and 1A. RGB value is (192,114,26). Sum of RGB (Red+Green+Blue) = 192+114+26=332 (43% of max value = 765). Red value is 192 (75.39% from 255 or 57.83% from 332); Green value is 114 (44.92% from 255 or 34.34% from 332); Blue value is 26 (10.55% from 255 or 7.83% from 332); Max value from RGB is 192 - color contains mainly: red. Hex color #C0721A is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C0721A is #3F8DE5. Grayscale: #7F7F7F. Windows color (decimal): -4165094 or 1733312. OLE color: 1733312.
HSL color Cylindrical-coordinate representation of color #C0721A: hue angle of 31.81º degrees, saturation: 0.76, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #C0721A is Cyan = 0, Magento = 0.41, Yellow = 0.86 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 114 | 26 | - |
| CMYK | 0 | 0.41 | 0.86 | 0.25 |
| HSL | 31.81º | 0.76% | 0.43% | - |
| HSV(B) | 31.81º | 0.86% | 0.75% | - |
| XYZ | 27.94 | 23.32 | 4 | - |
| YUV | 127.29 | 70.84 | 174.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 114 | 26 | 0 | 0.41 | 0.86 | 0.25 | 31.81 | 0.76 | 0.43 |
| Hex | C0 | 72 | 1A | 0 | 29 | 56 | 19 | 20 | 4C | 2B |
| Octal | 300 | 162 | 32 | 0 | 51 | 126 | 31 | 40 | 114 | 53 |
| Binary | 11000000 | 1110010 | 11010 | 0 | 101001 | 1010110 | 11001 | 100000 | 1001100 | 101011 |
Color Harmonies of #C0721A
Complementary color
Monochromatic Colors of #C0721A
Black with #C0721A
Text Example
Text Example
White with #C0721A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0721A; }
p { color: rgb(192,114,26); }
H1.HeaderClassName
{
color: #C0721A;
}
.AnyTagClassName
{
color: #C0721A;
}
</style>
background-color css
<style>
a { background-color: #C0721A; }
a { background-color: rgb(192,114,26); }
div.DivClassName
{
background-color: #C0721A;
}
.BgClassName
{
background-color: #C0721A;
}
</style>
border-color css
<style>
span { border-color: #C0721A; }
span { border-color: rgb(192,114,26); }
td.TdClassName
{
border-color: #C0721A;
}
.TagClassName
{
border-color: #C0721A;
}
</style>