Shades of Ochre #C97822
Tints of Ochre #C97822
RGB
CMYK
RGB Variations
Color information
#C97822 (or 0xC97822) is known color: Ochre. HEX triplet: C9, 78 and 22. RGB value is (201,120,34). Sum of RGB (Red+Green+Blue) = 201+120+34=355 (47% of max value = 765). Red value is 201 (78.91% from 255 or 56.62% from 355); Green value is 120 (47.27% from 255 or 33.80% from 355); Blue value is 34 (13.67% from 255 or 9.58% from 355); Max value from RGB is 201 - color contains mainly: red. Hex color #C97822 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C97822 is #3687DD. Grayscale: #868686. Windows color (decimal): -3573726 or 2259145. OLE color: 2259145.
HSL color Cylindrical-coordinate representation of color #C97822: hue angle of 30.9º degrees, saturation: 0.71, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #C97822 is Cyan = 0, Magento = 0.40, Yellow = 0.83 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 120 | 34 | - |
| CMYK | 0 | 0.40 | 0.83 | 0.21 |
| HSL | 30.9º | 0.71% | 0.46% | - |
| HSV(B) | 30.9º | 0.83% | 0.79% | - |
| XYZ | 31.09 | 25.97 | 4.89 | - |
| YUV | 134.42 | 71.34 | 175.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 120 | 34 | 0 | 0.40 | 0.83 | 0.21 | 30.9 | 0.71 | 0.46 |
| Hex | C9 | 78 | 22 | 0 | 28 | 53 | 15 | 1F | 47 | 2E |
| Octal | 311 | 170 | 42 | 0 | 50 | 123 | 25 | 37 | 107 | 56 |
| Binary | 11001001 | 1111000 | 100010 | 0 | 101000 | 1010011 | 10101 | 11111 | 1000111 | 101110 |
Color Harmonies of #C97822
Complementary color
Monochromatic Colors of #C97822
Black with #C97822
Text Example
Text Example
White with #C97822
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C97822; }
p { color: rgb(201,120,34); }
H1.HeaderClassName
{
color: #C97822;
}
.AnyTagClassName
{
color: #C97822;
}
</style>
background-color css
<style>
a { background-color: #C97822; }
a { background-color: rgb(201,120,34); }
div.DivClassName
{
background-color: #C97822;
}
.BgClassName
{
background-color: #C97822;
}
</style>
border-color css
<style>
span { border-color: #C97822; }
span { border-color: rgb(201,120,34); }
td.TdClassName
{
border-color: #C97822;
}
.TagClassName
{
border-color: #C97822;
}
</style>