Shades of Ochre #C9750D
Tints of Ochre #C9750D
RGB
CMYK
RGB Variations
Color information
#C9750D (or 0xC9750D) is known color: Ochre. HEX triplet: C9, 75 and 0D. RGB value is (201,117,13). Sum of RGB (Red+Green+Blue) = 201+117+13=331 (43% of max value = 765). Red value is 201 (78.91% from 255 or 60.73% from 331); Green value is 117 (46.09% from 255 or 35.35% from 331); Blue value is 13 (5.47% from 255 or 3.93% from 331); Max value from RGB is 201 - color contains mainly: red. Hex color #C9750D is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C9750D is #368AF2. Grayscale: #828282. Windows color (decimal): -3574515 or 882121. OLE color: 882121.
HSL color Cylindrical-coordinate representation of color #C9750D: hue angle of 33.19º 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 #C9750D is Cyan = 0, Magento = 0.42, Yellow = 0.94 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 117 | 13 | - |
| CMYK | 0 | 0.42 | 0.94 | 0.21 |
| HSL | 33.19º | 0.88% | 0.42% | - |
| HSV(B) | 33.19º | 0.94% | 0.79% | - |
| XYZ | 30.52 | 25.17 | 3.63 | - |
| YUV | 130.26 | 61.83 | 178.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 117 | 13 | 0 | 0.42 | 0.94 | 0.21 | 33.19 | 0.88 | 0.42 |
| Hex | C9 | 75 | D | 0 | 2A | 5E | 15 | 21 | 58 | 2A |
| Octal | 311 | 165 | 15 | 0 | 52 | 136 | 25 | 41 | 130 | 52 |
| Binary | 11001001 | 1110101 | 1101 | 0 | 101010 | 1011110 | 10101 | 100001 | 1011000 | 101010 |
Color Harmonies of #C9750D
Complementary color
Monochromatic Colors of #C9750D
Black with #C9750D
Text Example
Text Example
White with #C9750D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C9750D; }
p { color: rgb(201,117,13); }
H1.HeaderClassName
{
color: #C9750D;
}
.AnyTagClassName
{
color: #C9750D;
}
</style>
background-color css
<style>
a { background-color: #C9750D; }
a { background-color: rgb(201,117,13); }
div.DivClassName
{
background-color: #C9750D;
}
.BgClassName
{
background-color: #C9750D;
}
</style>
border-color css
<style>
span { border-color: #C9750D; }
span { border-color: rgb(201,117,13); }
td.TdClassName
{
border-color: #C9750D;
}
.TagClassName
{
border-color: #C9750D;
}
</style>