Shades of Ochre #C9751F
Tints of Ochre #C9751F
RGB
CMYK
RGB Variations
Color information
#C9751F (or 0xC9751F) is known color: Ochre. HEX triplet: C9, 75 and 1F. RGB value is (201,117,31). Sum of RGB (Red+Green+Blue) = 201+117+31=349 (46% of max value = 765). Red value is 201 (78.91% from 255 or 57.59% from 349); Green value is 117 (46.09% from 255 or 33.52% from 349); Blue value is 31 (12.5% from 255 or 8.88% from 349); Max value from RGB is 201 - color contains mainly: red. Hex color #C9751F is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C9751F is #368AE0. Grayscale: #848484. Windows color (decimal): -3574497 or 2061769. OLE color: 2061769.
HSL color Cylindrical-coordinate representation of color #C9751F: hue angle of 30.35º 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 #C9751F is Cyan = 0, Magento = 0.42, Yellow = 0.85 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 117 | 31 | - |
| CMYK | 0 | 0.42 | 0.85 | 0.21 |
| HSL | 30.35º | 0.73% | 0.45% | - |
| HSV(B) | 30.35º | 0.85% | 0.79% | - |
| XYZ | 30.7 | 25.24 | 4.55 | - |
| YUV | 132.31 | 70.83 | 176.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 117 | 31 | 0 | 0.42 | 0.85 | 0.21 | 30.35 | 0.73 | 0.45 |
| Hex | C9 | 75 | 1F | 0 | 2A | 55 | 15 | 1E | 49 | 2D |
| Octal | 311 | 165 | 37 | 0 | 52 | 125 | 25 | 36 | 111 | 55 |
| Binary | 11001001 | 1110101 | 11111 | 0 | 101010 | 1010101 | 10101 | 11110 | 1001001 | 101101 |
Color Harmonies of #C9751F
Complementary color
Monochromatic Colors of #C9751F
Black with #C9751F
Text Example
Text Example
White with #C9751F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C9751F; }
p { color: rgb(201,117,31); }
H1.HeaderClassName
{
color: #C9751F;
}
.AnyTagClassName
{
color: #C9751F;
}
</style>
background-color css
<style>
a { background-color: #C9751F; }
a { background-color: rgb(201,117,31); }
div.DivClassName
{
background-color: #C9751F;
}
.BgClassName
{
background-color: #C9751F;
}
</style>
border-color css
<style>
span { border-color: #C9751F; }
span { border-color: rgb(201,117,31); }
td.TdClassName
{
border-color: #C9751F;
}
.TagClassName
{
border-color: #C9751F;
}
</style>