Shades of Ochre #C97821
Tints of Ochre #C97821
RGB
CMYK
RGB Variations
Color information
#C97821 (or 0xC97821) is known color: Ochre. HEX triplet: C9, 78 and 21. RGB value is (201,120,33). Sum of RGB (Red+Green+Blue) = 201+120+33=354 (46% of max value = 765). Red value is 201 (78.91% from 255 or 56.78% from 354); Green value is 120 (47.27% from 255 or 33.90% from 354); Blue value is 33 (13.28% from 255 or 9.32% from 354); Max value from RGB is 201 - color contains mainly: red. Hex color #C97821 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C97821 is #3687DE. Grayscale: #868686. Windows color (decimal): -3573727 or 2193609. OLE color: 2193609.
HSL color Cylindrical-coordinate representation of color #C97821: hue angle of 31.07º degrees, saturation: 0.72, 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 #C97821 is Cyan = 0, Magento = 0.40, Yellow = 0.84 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 120 | 33 | - |
| CMYK | 0 | 0.40 | 0.84 | 0.21 |
| HSL | 31.07º | 0.72% | 0.46% | - |
| HSV(B) | 31.07º | 0.84% | 0.79% | - |
| XYZ | 31.08 | 25.96 | 4.81 | - |
| YUV | 134.3 | 70.84 | 175.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 120 | 33 | 0 | 0.40 | 0.84 | 0.21 | 31.07 | 0.72 | 0.46 |
| Hex | C9 | 78 | 21 | 0 | 28 | 54 | 15 | 1F | 48 | 2E |
| Octal | 311 | 170 | 41 | 0 | 50 | 124 | 25 | 37 | 110 | 56 |
| Binary | 11001001 | 1111000 | 100001 | 0 | 101000 | 1010100 | 10101 | 11111 | 1001000 | 101110 |
Color Harmonies of #C97821
Complementary color
Monochromatic Colors of #C97821
Black with #C97821
Text Example
Text Example
White with #C97821
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C97821; }
p { color: rgb(201,120,33); }
H1.HeaderClassName
{
color: #C97821;
}
.AnyTagClassName
{
color: #C97821;
}
</style>
background-color css
<style>
a { background-color: #C97821; }
a { background-color: rgb(201,120,33); }
div.DivClassName
{
background-color: #C97821;
}
.BgClassName
{
background-color: #C97821;
}
</style>
border-color css
<style>
span { border-color: #C97821; }
span { border-color: rgb(201,120,33); }
td.TdClassName
{
border-color: #C97821;
}
.TagClassName
{
border-color: #C97821;
}
</style>