Shades of Ochre #CC7524
Tints of Ochre #CC7524
RGB
CMYK
RGB Variations
Color information
#CC7524 (or 0xCC7524) is known color: Ochre. HEX triplet: CC, 75 and 24. RGB value is (204,117,36). Sum of RGB (Red+Green+Blue) = 204+117+36=357 (47% of max value = 765). Red value is 204 (80.08% from 255 or 57.14% from 357); Green value is 117 (46.09% from 255 or 32.77% from 357); Blue value is 36 (14.45% from 255 or 10.08% from 357); Max value from RGB is 204 - color contains mainly: red. Hex color #CC7524 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CC7524 is #338ADB. Grayscale: #868686. Windows color (decimal): -3377884 or 2389452. OLE color: 2389452.
HSL color Cylindrical-coordinate representation of color #CC7524: hue angle of 28.93º 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 #CC7524 is Cyan = 0, Magento = 0.43, Yellow = 0.82 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 117 | 36 | - |
| CMYK | 0 | 0.43 | 0.82 | 0.2 |
| HSL | 28.93º | 0.7% | 0.47% | - |
| HSV(B) | 28.93º | 0.82% | 0.8% | - |
| XYZ | 31.58 | 25.69 | 4.96 | - |
| YUV | 133.78 | 72.82 | 178.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 117 | 36 | 0 | 0.43 | 0.82 | 0.2 | 28.93 | 0.7 | 0.47 |
| Hex | CC | 75 | 24 | 0 | 2B | 52 | 14 | 1D | 46 | 2F |
| Octal | 314 | 165 | 44 | 0 | 53 | 122 | 24 | 35 | 106 | 57 |
| Binary | 11001100 | 1110101 | 100100 | 0 | 101011 | 1010010 | 10100 | 11101 | 1000110 | 101111 |
Color Harmonies of #CC7524
Complementary color
Monochromatic Colors of #CC7524
Black with #CC7524
Text Example
Text Example
White with #CC7524
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC7524; }
p { color: rgb(204,117,36); }
H1.HeaderClassName
{
color: #CC7524;
}
.AnyTagClassName
{
color: #CC7524;
}
</style>
background-color css
<style>
a { background-color: #CC7524; }
a { background-color: rgb(204,117,36); }
div.DivClassName
{
background-color: #CC7524;
}
.BgClassName
{
background-color: #CC7524;
}
</style>
border-color css
<style>
span { border-color: #CC7524; }
span { border-color: rgb(204,117,36); }
td.TdClassName
{
border-color: #CC7524;
}
.TagClassName
{
border-color: #CC7524;
}
</style>