Shades of Ochre #C9741E
Tints of Ochre #C9741E
RGB
CMYK
RGB Variations
Color information
#C9741E (or 0xC9741E) is known color: Ochre. HEX triplet: C9, 74 and 1E. RGB value is (201,116,30). Sum of RGB (Red+Green+Blue) = 201+116+30=347 (45% of max value = 765). Red value is 201 (78.91% from 255 or 57.93% from 347); Green value is 116 (45.70% from 255 or 33.43% from 347); Blue value is 30 (12.11% from 255 or 8.65% from 347); Max value from RGB is 201 - color contains mainly: red. Hex color #C9741E is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C9741E is #368BE1. Grayscale: #848484. Windows color (decimal): -3574754 or 1995977. OLE color: 1995977.
HSL color Cylindrical-coordinate representation of color #C9741E: hue angle of 30.18º degrees, saturation: 0.74, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #C9741E is Cyan = 0, Magento = 0.42, Yellow = 0.85 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 116 | 30 | - |
| CMYK | 0 | 0.42 | 0.85 | 0.21 |
| HSL | 30.18º | 0.74% | 0.45% | - |
| HSV(B) | 30.18º | 0.85% | 0.79% | - |
| XYZ | 30.57 | 25 | 4.44 | - |
| YUV | 131.61 | 70.66 | 177.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 116 | 30 | 0 | 0.42 | 0.85 | 0.21 | 30.18 | 0.74 | 0.45 |
| Hex | C9 | 74 | 1E | 0 | 2A | 55 | 15 | 1E | 4A | 2D |
| Octal | 311 | 164 | 36 | 0 | 52 | 125 | 25 | 36 | 112 | 55 |
| Binary | 11001001 | 1110100 | 11110 | 0 | 101010 | 1010101 | 10101 | 11110 | 1001010 | 101101 |
Color Harmonies of #C9741E
Complementary color
Monochromatic Colors of #C9741E
Black with #C9741E
Text Example
Text Example
White with #C9741E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C9741E; }
p { color: rgb(201,116,30); }
H1.HeaderClassName
{
color: #C9741E;
}
.AnyTagClassName
{
color: #C9741E;
}
</style>
background-color css
<style>
a { background-color: #C9741E; }
a { background-color: rgb(201,116,30); }
div.DivClassName
{
background-color: #C9741E;
}
.BgClassName
{
background-color: #C9741E;
}
</style>
border-color css
<style>
span { border-color: #C9741E; }
span { border-color: rgb(201,116,30); }
td.TdClassName
{
border-color: #C9741E;
}
.TagClassName
{
border-color: #C9741E;
}
</style>