Shades of Ochre #C97513
Tints of Ochre #C97513
RGB
CMYK
RGB Variations
Color information
#C97513 (or 0xC97513) is known color: Ochre. HEX triplet: C9, 75 and 13. RGB value is (201,117,19). Sum of RGB (Red+Green+Blue) = 201+117+19=337 (44% of max value = 765). Red value is 201 (78.91% from 255 or 59.64% from 337); Green value is 117 (46.09% from 255 or 34.72% from 337); Blue value is 19 (7.81% from 255 or 5.64% from 337); Max value from RGB is 201 - color contains mainly: red. Hex color #C97513 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C97513 is #368AEC. Grayscale: #838383. Windows color (decimal): -3574509 or 1275337. OLE color: 1275337.
HSL color Cylindrical-coordinate representation of color #C97513: hue angle of 32.31º degrees, saturation: 0.83, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #C97513 is Cyan = 0, Magento = 0.42, Yellow = 0.91 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 117 | 19 | - |
| CMYK | 0 | 0.42 | 0.91 | 0.21 |
| HSL | 32.31º | 0.83% | 0.43% | - |
| HSV(B) | 32.31º | 0.91% | 0.79% | - |
| XYZ | 30.57 | 25.19 | 3.87 | - |
| YUV | 130.94 | 64.83 | 177.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 117 | 19 | 0 | 0.42 | 0.91 | 0.21 | 32.31 | 0.83 | 0.43 |
| Hex | C9 | 75 | 13 | 0 | 2A | 5B | 15 | 20 | 53 | 2B |
| Octal | 311 | 165 | 23 | 0 | 52 | 133 | 25 | 40 | 123 | 53 |
| Binary | 11001001 | 1110101 | 10011 | 0 | 101010 | 1011011 | 10101 | 100000 | 1010011 | 101011 |
Color Harmonies of #C97513
Complementary color
Monochromatic Colors of #C97513
Black with #C97513
Text Example
Text Example
White with #C97513
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C97513; }
p { color: rgb(201,117,19); }
H1.HeaderClassName
{
color: #C97513;
}
.AnyTagClassName
{
color: #C97513;
}
</style>
background-color css
<style>
a { background-color: #C97513; }
a { background-color: rgb(201,117,19); }
div.DivClassName
{
background-color: #C97513;
}
.BgClassName
{
background-color: #C97513;
}
</style>
border-color css
<style>
span { border-color: #C97513; }
span { border-color: rgb(201,117,19); }
td.TdClassName
{
border-color: #C97513;
}
.TagClassName
{
border-color: #C97513;
}
</style>