Shades of Ochre #C9741F
Tints of Ochre #C9741F
RGB
CMYK
RGB Variations
Color information
#C9741F (or 0xC9741F) is known color: Ochre. HEX triplet: C9, 74 and 1F. RGB value is (201,116,31). Sum of RGB (Red+Green+Blue) = 201+116+31=348 (46% of max value = 765). Red value is 201 (78.91% from 255 or 57.76% from 348); Green value is 116 (45.70% from 255 or 33.33% from 348); Blue value is 31 (12.5% from 255 or 8.91% from 348); Max value from RGB is 201 - color contains mainly: red. Hex color #C9741F is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C9741F is #368BE0. Grayscale: #848484. Windows color (decimal): -3574753 or 2061513. OLE color: 2061513.
HSL color Cylindrical-coordinate representation of color #C9741F: hue angle of 30º degrees, saturation: 0.73, 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 #C9741F is Cyan = 0, Magento = 0.42, Yellow = 0.85 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 116 | 31 | - |
| CMYK | 0 | 0.42 | 0.85 | 0.21 |
| HSL | 30º | 0.73% | 0.45% | - |
| HSV(B) | 30º | 0.85% | 0.79% | - |
| XYZ | 30.58 | 25.01 | 4.51 | - |
| YUV | 131.73 | 71.16 | 177.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 116 | 31 | 0 | 0.42 | 0.85 | 0.21 | 30 | 0.73 | 0.45 |
| Hex | C9 | 74 | 1F | 0 | 2A | 55 | 15 | 1E | 49 | 2D |
| Octal | 311 | 164 | 37 | 0 | 52 | 125 | 25 | 36 | 111 | 55 |
| Binary | 11001001 | 1110100 | 11111 | 0 | 101010 | 1010101 | 10101 | 11110 | 1001001 | 101101 |
Color Harmonies of #C9741F
Complementary color
Monochromatic Colors of #C9741F
Black with #C9741F
Text Example
Text Example
White with #C9741F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C9741F; }
p { color: rgb(201,116,31); }
H1.HeaderClassName
{
color: #C9741F;
}
.AnyTagClassName
{
color: #C9741F;
}
</style>
background-color css
<style>
a { background-color: #C9741F; }
a { background-color: rgb(201,116,31); }
div.DivClassName
{
background-color: #C9741F;
}
.BgClassName
{
background-color: #C9741F;
}
</style>
border-color css
<style>
span { border-color: #C9741F; }
span { border-color: rgb(201,116,31); }
td.TdClassName
{
border-color: #C9741F;
}
.TagClassName
{
border-color: #C9741F;
}
</style>