Shades of Ochre #CC7522
Tints of Ochre #CC7522
RGB
CMYK
RGB Variations
Color information
#CC7522 (or 0xCC7522) is known color: Ochre. HEX triplet: CC, 75 and 22. RGB value is (204,117,34). Sum of RGB (Red+Green+Blue) = 204+117+34=355 (47% of max value = 765). Red value is 204 (80.08% from 255 or 57.46% from 355); Green value is 117 (46.09% from 255 or 32.96% from 355); Blue value is 34 (13.67% from 255 or 9.58% from 355); Max value from RGB is 204 - color contains mainly: red. Hex color #CC7522 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CC7522 is #338ADD. Grayscale: #858585. Windows color (decimal): -3377886 or 2258380. OLE color: 2258380.
HSL color Cylindrical-coordinate representation of color #CC7522: hue angle of 29.29º degrees, saturation: 0.71, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #CC7522 is Cyan = 0, Magento = 0.43, Yellow = 0.83 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 117 | 34 | - |
| CMYK | 0 | 0.43 | 0.83 | 0.2 |
| HSL | 29.29º | 0.71% | 0.47% | - |
| HSV(B) | 29.29º | 0.83% | 0.8% | - |
| XYZ | 31.55 | 25.68 | 4.81 | - |
| YUV | 133.55 | 71.82 | 178.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 117 | 34 | 0 | 0.43 | 0.83 | 0.2 | 29.29 | 0.71 | 0.47 |
| Hex | CC | 75 | 22 | 0 | 2B | 53 | 14 | 1D | 47 | 2F |
| Octal | 314 | 165 | 42 | 0 | 53 | 123 | 24 | 35 | 107 | 57 |
| Binary | 11001100 | 1110101 | 100010 | 0 | 101011 | 1010011 | 10100 | 11101 | 1000111 | 101111 |
Color Harmonies of #CC7522
Complementary color
Monochromatic Colors of #CC7522
Black with #CC7522
Text Example
Text Example
White with #CC7522
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC7522; }
p { color: rgb(204,117,34); }
H1.HeaderClassName
{
color: #CC7522;
}
.AnyTagClassName
{
color: #CC7522;
}
</style>
background-color css
<style>
a { background-color: #CC7522; }
a { background-color: rgb(204,117,34); }
div.DivClassName
{
background-color: #CC7522;
}
.BgClassName
{
background-color: #CC7522;
}
</style>
border-color css
<style>
span { border-color: #CC7522; }
span { border-color: rgb(204,117,34); }
td.TdClassName
{
border-color: #CC7522;
}
.TagClassName
{
border-color: #CC7522;
}
</style>