Shades of Ochre #C9731E
Tints of Ochre #C9731E
RGB
CMYK
RGB Variations
Color information
#C9731E (or 0xC9731E) is known color: Ochre. HEX triplet: C9, 73 and 1E. RGB value is (201,115,30). Sum of RGB (Red+Green+Blue) = 201+115+30=346 (45% of max value = 765). Red value is 201 (78.91% from 255 or 58.09% from 346); Green value is 115 (45.31% from 255 or 33.24% from 346); Blue value is 30 (12.11% from 255 or 8.67% from 346); Max value from RGB is 201 - color contains mainly: red. Hex color #C9731E is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C9731E is #368CE1. Grayscale: #838383. Windows color (decimal): -3575010 or 1995721. OLE color: 1995721.
HSL color Cylindrical-coordinate representation of color #C9731E: hue angle of 29.82º 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 #C9731E is Cyan = 0, Magento = 0.43, Yellow = 0.85 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 115 | 30 | - |
| CMYK | 0 | 0.43 | 0.85 | 0.21 |
| HSL | 29.82º | 0.74% | 0.45% | - |
| HSV(B) | 29.82º | 0.85% | 0.79% | - |
| XYZ | 30.45 | 24.77 | 4.4 | - |
| YUV | 131.02 | 70.99 | 177.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 115 | 30 | 0 | 0.43 | 0.85 | 0.21 | 29.82 | 0.74 | 0.45 |
| Hex | C9 | 73 | 1E | 0 | 2B | 55 | 15 | 1E | 4A | 2D |
| Octal | 311 | 163 | 36 | 0 | 53 | 125 | 25 | 36 | 112 | 55 |
| Binary | 11001001 | 1110011 | 11110 | 0 | 101011 | 1010101 | 10101 | 11110 | 1001010 | 101101 |
Color Harmonies of #C9731E
Complementary color
Monochromatic Colors of #C9731E
Black with #C9731E
Text Example
Text Example
White with #C9731E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C9731E; }
p { color: rgb(201,115,30); }
H1.HeaderClassName
{
color: #C9731E;
}
.AnyTagClassName
{
color: #C9731E;
}
</style>
background-color css
<style>
a { background-color: #C9731E; }
a { background-color: rgb(201,115,30); }
div.DivClassName
{
background-color: #C9731E;
}
.BgClassName
{
background-color: #C9731E;
}
</style>
border-color css
<style>
span { border-color: #C9731E; }
span { border-color: rgb(201,115,30); }
td.TdClassName
{
border-color: #C9731E;
}
.TagClassName
{
border-color: #C9731E;
}
</style>