Shades of Ochre #CC7B24
Tints of Ochre #CC7B24
RGB
CMYK
RGB Variations
Color information
#CC7B24 (or 0xCC7B24) is known color: Ochre. HEX triplet: CC, 7B and 24. RGB value is (204,123,36). Sum of RGB (Red+Green+Blue) = 204+123+36=363 (48% of max value = 765). Red value is 204 (80.08% from 255 or 56.20% from 363); Green value is 123 (48.44% from 255 or 33.88% from 363); Blue value is 36 (14.45% from 255 or 9.92% from 363); Max value from RGB is 204 - color contains mainly: red. Hex color #CC7B24 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CC7B24 is #3384DB. Grayscale: #898989. Windows color (decimal): -3376348 or 2390988. OLE color: 2390988.
HSL color Cylindrical-coordinate representation of color #CC7B24: hue angle of 31.07º 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 #CC7B24 is Cyan = 0, Magento = 0.40, Yellow = 0.82 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 123 | 36 | - |
| CMYK | 0 | 0.40 | 0.82 | 0.2 |
| HSL | 31.07º | 0.7% | 0.47% | - |
| HSV(B) | 31.07º | 0.82% | 0.8% | - |
| XYZ | 32.3 | 27.13 | 5.2 | - |
| YUV | 137.3 | 70.84 | 175.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 123 | 36 | 0 | 0.40 | 0.82 | 0.2 | 31.07 | 0.7 | 0.47 |
| Hex | CC | 7B | 24 | 0 | 28 | 52 | 14 | 1F | 46 | 2F |
| Octal | 314 | 173 | 44 | 0 | 50 | 122 | 24 | 37 | 106 | 57 |
| Binary | 11001100 | 1111011 | 100100 | 0 | 101000 | 1010010 | 10100 | 11111 | 1000110 | 101111 |
Color Harmonies of #CC7B24
Complementary color
Monochromatic Colors of #CC7B24
Black with #CC7B24
Text Example
Text Example
White with #CC7B24
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC7B24; }
p { color: rgb(204,123,36); }
H1.HeaderClassName
{
color: #CC7B24;
}
.AnyTagClassName
{
color: #CC7B24;
}
</style>
background-color css
<style>
a { background-color: #CC7B24; }
a { background-color: rgb(204,123,36); }
div.DivClassName
{
background-color: #CC7B24;
}
.BgClassName
{
background-color: #CC7B24;
}
</style>
border-color css
<style>
span { border-color: #CC7B24; }
span { border-color: rgb(204,123,36); }
td.TdClassName
{
border-color: #CC7B24;
}
.TagClassName
{
border-color: #CC7B24;
}
</style>