Shades of Ochre #C77224
Tints of Ochre #C77224
RGB
CMYK
RGB Variations
Color information
#C77224 (or 0xC77224) is known color: Ochre. HEX triplet: C7, 72 and 24. RGB value is (199,114,36). Sum of RGB (Red+Green+Blue) = 199+114+36=349 (46% of max value = 765). Red value is 199 (78.12% from 255 or 57.02% from 349); Green value is 114 (44.92% from 255 or 32.66% from 349); Blue value is 36 (14.45% from 255 or 10.32% from 349); Max value from RGB is 199 - color contains mainly: red. Hex color #C77224 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C77224 is #388DDB. Grayscale: #828282. Windows color (decimal): -3706332 or 2388679. OLE color: 2388679.
HSL color Cylindrical-coordinate representation of color #C77224: hue angle of 28.71º degrees, saturation: 0.69, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #C77224 is Cyan = 0, Magento = 0.43, Yellow = 0.82 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 114 | 36 | - |
| CMYK | 0 | 0.43 | 0.82 | 0.22 |
| HSL | 28.71º | 0.69% | 0.46% | - |
| HSV(B) | 28.71º | 0.82% | 0.78% | - |
| XYZ | 29.89 | 24.3 | 4.78 | - |
| YUV | 130.52 | 74.66 | 176.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 114 | 36 | 0 | 0.43 | 0.82 | 0.22 | 28.71 | 0.69 | 0.46 |
| Hex | C7 | 72 | 24 | 0 | 2B | 52 | 16 | 1D | 45 | 2E |
| Octal | 307 | 162 | 44 | 0 | 53 | 122 | 26 | 35 | 105 | 56 |
| Binary | 11000111 | 1110010 | 100100 | 0 | 101011 | 1010010 | 10110 | 11101 | 1000101 | 101110 |
Color Harmonies of #C77224
Complementary color
Monochromatic Colors of #C77224
Black with #C77224
Text Example
Text Example
White with #C77224
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C77224; }
p { color: rgb(199,114,36); }
H1.HeaderClassName
{
color: #C77224;
}
.AnyTagClassName
{
color: #C77224;
}
</style>
background-color css
<style>
a { background-color: #C77224; }
a { background-color: rgb(199,114,36); }
div.DivClassName
{
background-color: #C77224;
}
.BgClassName
{
background-color: #C77224;
}
</style>
border-color css
<style>
span { border-color: #C77224; }
span { border-color: rgb(199,114,36); }
td.TdClassName
{
border-color: #C77224;
}
.TagClassName
{
border-color: #C77224;
}
</style>