Shades of Ochre #C9720B
Tints of Ochre #C9720B
RGB
CMYK
RGB Variations
Color information
#C9720B (or 0xC9720B) is known color: Ochre. HEX triplet: C9, 72 and 0B. RGB value is (201,114,11). Sum of RGB (Red+Green+Blue) = 201+114+11=326 (43% of max value = 765). Red value is 201 (78.91% from 255 or 61.66% from 326); Green value is 114 (44.92% from 255 or 34.97% from 326); Blue value is 11 (4.69% from 255 or 3.37% from 326); Max value from RGB is 201 - color contains mainly: red. Hex color #C9720B is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C9720B is #368DF4. Grayscale: #808080. Windows color (decimal): -3575285 or 750281. OLE color: 750281.
HSL color Cylindrical-coordinate representation of color #C9720B: hue angle of 32.53º degrees, saturation: 0.9, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #C9720B is Cyan = 0, Magento = 0.43, Yellow = 0.95 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 114 | 11 | - |
| CMYK | 0 | 0.43 | 0.95 | 0.21 |
| HSL | 32.53º | 0.9% | 0.42% | - |
| HSV(B) | 32.53º | 0.95% | 0.79% | - |
| XYZ | 30.17 | 24.48 | 3.45 | - |
| YUV | 128.27 | 61.82 | 179.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 114 | 11 | 0 | 0.43 | 0.95 | 0.21 | 32.53 | 0.9 | 0.42 |
| Hex | C9 | 72 | B | 0 | 2B | 5F | 15 | 21 | 5A | 2A |
| Octal | 311 | 162 | 13 | 0 | 53 | 137 | 25 | 41 | 132 | 52 |
| Binary | 11001001 | 1110010 | 1011 | 0 | 101011 | 1011111 | 10101 | 100001 | 1011010 | 101010 |
Color Harmonies of #C9720B
Complementary color
Monochromatic Colors of #C9720B
Black with #C9720B
Text Example
Text Example
White with #C9720B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C9720B; }
p { color: rgb(201,114,11); }
H1.HeaderClassName
{
color: #C9720B;
}
.AnyTagClassName
{
color: #C9720B;
}
</style>
background-color css
<style>
a { background-color: #C9720B; }
a { background-color: rgb(201,114,11); }
div.DivClassName
{
background-color: #C9720B;
}
.BgClassName
{
background-color: #C9720B;
}
</style>
border-color css
<style>
span { border-color: #C9720B; }
span { border-color: rgb(201,114,11); }
td.TdClassName
{
border-color: #C9720B;
}
.TagClassName
{
border-color: #C9720B;
}
</style>