Shades of Ochre #C97820
Tints of Ochre #C97820
RGB
CMYK
RGB Variations
Color information
#C97820 (or 0xC97820) is known color: Ochre. HEX triplet: C9, 78 and 20. RGB value is (201,120,32). Sum of RGB (Red+Green+Blue) = 201+120+32=353 (46% of max value = 765). Red value is 201 (78.91% from 255 or 56.94% from 353); Green value is 120 (47.27% from 255 or 33.99% from 353); Blue value is 32 (12.89% from 255 or 9.07% from 353); Max value from RGB is 201 - color contains mainly: red. Hex color #C97820 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C97820 is #3687DF. Grayscale: #868686. Windows color (decimal): -3573728 or 2128073. OLE color: 2128073.
HSL color Cylindrical-coordinate representation of color #C97820: hue angle of 31.24º degrees, saturation: 0.73, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #C97820 is Cyan = 0, Magento = 0.40, Yellow = 0.84 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 120 | 32 | - |
| CMYK | 0 | 0.40 | 0.84 | 0.21 |
| HSL | 31.24º | 0.73% | 0.46% | - |
| HSV(B) | 31.24º | 0.84% | 0.79% | - |
| XYZ | 31.06 | 25.95 | 4.74 | - |
| YUV | 134.19 | 70.34 | 175.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 120 | 32 | 0 | 0.40 | 0.84 | 0.21 | 31.24 | 0.73 | 0.46 |
| Hex | C9 | 78 | 20 | 0 | 28 | 54 | 15 | 1F | 49 | 2E |
| Octal | 311 | 170 | 40 | 0 | 50 | 124 | 25 | 37 | 111 | 56 |
| Binary | 11001001 | 1111000 | 100000 | 0 | 101000 | 1010100 | 10101 | 11111 | 1001001 | 101110 |
Color Harmonies of #C97820
Complementary color
Monochromatic Colors of #C97820
Black with #C97820
Text Example
Text Example
White with #C97820
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C97820; }
p { color: rgb(201,120,32); }
H1.HeaderClassName
{
color: #C97820;
}
.AnyTagClassName
{
color: #C97820;
}
</style>
background-color css
<style>
a { background-color: #C97820; }
a { background-color: rgb(201,120,32); }
div.DivClassName
{
background-color: #C97820;
}
.BgClassName
{
background-color: #C97820;
}
</style>
border-color css
<style>
span { border-color: #C97820; }
span { border-color: rgb(201,120,32); }
td.TdClassName
{
border-color: #C97820;
}
.TagClassName
{
border-color: #C97820;
}
</style>