Shades of Ochre #CC7224
Tints of Ochre #CC7224
RGB
CMYK
RGB Variations
Color information
#CC7224 (or 0xCC7224) is known color: Ochre. HEX triplet: CC, 72 and 24. RGB value is (204,114,36). Sum of RGB (Red+Green+Blue) = 204+114+36=354 (46% of max value = 765). Red value is 204 (80.08% from 255 or 57.63% from 354); Green value is 114 (44.92% from 255 or 32.20% from 354); Blue value is 36 (14.45% from 255 or 10.17% from 354); Max value from RGB is 204 - color contains mainly: red. Hex color #CC7224 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CC7224 is #338DDB. Grayscale: #848484. Windows color (decimal): -3378652 or 2388684. OLE color: 2388684.
HSL color Cylindrical-coordinate representation of color #CC7224: hue angle of 27.86º degrees, saturation: 0.7, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #CC7224 is Cyan = 0, Magento = 0.44, Yellow = 0.82 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 114 | 36 | - |
| CMYK | 0 | 0.44 | 0.82 | 0.2 |
| HSL | 27.86º | 0.7% | 0.47% | - |
| HSV(B) | 27.86º | 0.82% | 0.8% | - |
| XYZ | 31.24 | 25 | 4.85 | - |
| YUV | 132.02 | 73.82 | 179.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 114 | 36 | 0 | 0.44 | 0.82 | 0.2 | 27.86 | 0.7 | 0.47 |
| Hex | CC | 72 | 24 | 0 | 2C | 52 | 14 | 1C | 46 | 2F |
| Octal | 314 | 162 | 44 | 0 | 54 | 122 | 24 | 34 | 106 | 57 |
| Binary | 11001100 | 1110010 | 100100 | 0 | 101100 | 1010010 | 10100 | 11100 | 1000110 | 101111 |
Color Harmonies of #CC7224
Complementary color
Monochromatic Colors of #CC7224
Black with #CC7224
Text Example
Text Example
White with #CC7224
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC7224; }
p { color: rgb(204,114,36); }
H1.HeaderClassName
{
color: #CC7224;
}
.AnyTagClassName
{
color: #CC7224;
}
</style>
background-color css
<style>
a { background-color: #CC7224; }
a { background-color: rgb(204,114,36); }
div.DivClassName
{
background-color: #CC7224;
}
.BgClassName
{
background-color: #CC7224;
}
</style>
border-color css
<style>
span { border-color: #CC7224; }
span { border-color: rgb(204,114,36); }
td.TdClassName
{
border-color: #CC7224;
}
.TagClassName
{
border-color: #CC7224;
}
</style>