Shades of Ochre #C9740D
Tints of Ochre #C9740D
RGB
CMYK
RGB Variations
Color information
#C9740D (or 0xC9740D) is known color: Ochre. HEX triplet: C9, 74 and 0D. RGB value is (201,116,13). Sum of RGB (Red+Green+Blue) = 201+116+13=330 (43% of max value = 765). Red value is 201 (78.91% from 255 or 60.91% from 330); Green value is 116 (45.70% from 255 or 35.15% from 330); Blue value is 13 (5.47% from 255 or 3.94% from 330); Max value from RGB is 201 - color contains mainly: red. Hex color #C9740D is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C9740D is #368BF2. Grayscale: #828282. Windows color (decimal): -3574771 or 881865. OLE color: 881865.
HSL color Cylindrical-coordinate representation of color #C9740D: hue angle of 32.87º degrees, saturation: 0.88, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #C9740D is Cyan = 0, Magento = 0.42, Yellow = 0.94 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 116 | 13 | - |
| CMYK | 0 | 0.42 | 0.94 | 0.21 |
| HSL | 32.87º | 0.88% | 0.42% | - |
| HSV(B) | 32.87º | 0.94% | 0.79% | - |
| XYZ | 30.41 | 24.94 | 3.59 | - |
| YUV | 129.67 | 62.16 | 178.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 116 | 13 | 0 | 0.42 | 0.94 | 0.21 | 32.87 | 0.88 | 0.42 |
| Hex | C9 | 74 | D | 0 | 2A | 5E | 15 | 21 | 58 | 2A |
| Octal | 311 | 164 | 15 | 0 | 52 | 136 | 25 | 41 | 130 | 52 |
| Binary | 11001001 | 1110100 | 1101 | 0 | 101010 | 1011110 | 10101 | 100001 | 1011000 | 101010 |
Color Harmonies of #C9740D
Complementary color
Monochromatic Colors of #C9740D
Black with #C9740D
Text Example
Text Example
White with #C9740D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C9740D; }
p { color: rgb(201,116,13); }
H1.HeaderClassName
{
color: #C9740D;
}
.AnyTagClassName
{
color: #C9740D;
}
</style>
background-color css
<style>
a { background-color: #C9740D; }
a { background-color: rgb(201,116,13); }
div.DivClassName
{
background-color: #C9740D;
}
.BgClassName
{
background-color: #C9740D;
}
</style>
border-color css
<style>
span { border-color: #C9740D; }
span { border-color: rgb(201,116,13); }
td.TdClassName
{
border-color: #C9740D;
}
.TagClassName
{
border-color: #C9740D;
}
</style>