Shades of Ochre #CC741E
Tints of Ochre #CC741E
RGB
CMYK
RGB Variations
Color information
#CC741E (or 0xCC741E) is known color: Ochre. HEX triplet: CC, 74 and 1E. RGB value is (204,116,30). Sum of RGB (Red+Green+Blue) = 204+116+30=350 (46% of max value = 765). Red value is 204 (80.08% from 255 or 58.29% from 350); Green value is 116 (45.70% from 255 or 33.14% from 350); Blue value is 30 (12.11% from 255 or 8.57% from 350); Max value from RGB is 204 - color contains mainly: red. Hex color #CC741E is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CC741E is #338BE1. Grayscale: #848484. Windows color (decimal): -3378146 or 1995980. OLE color: 1995980.
HSL color Cylindrical-coordinate representation of color #CC741E: hue angle of 29.66º degrees, saturation: 0.74, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #CC741E is Cyan = 0, Magento = 0.43, Yellow = 0.85 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 116 | 30 | - |
| CMYK | 0 | 0.43 | 0.85 | 0.2 |
| HSL | 29.66º | 0.74% | 0.46% | - |
| HSV(B) | 29.66º | 0.85% | 0.8% | - |
| XYZ | 31.38 | 25.42 | 4.48 | - |
| YUV | 132.51 | 70.15 | 178.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 116 | 30 | 0 | 0.43 | 0.85 | 0.2 | 29.66 | 0.74 | 0.46 |
| Hex | CC | 74 | 1E | 0 | 2B | 55 | 14 | 1E | 4A | 2E |
| Octal | 314 | 164 | 36 | 0 | 53 | 125 | 24 | 36 | 112 | 56 |
| Binary | 11001100 | 1110100 | 11110 | 0 | 101011 | 1010101 | 10100 | 11110 | 1001010 | 101110 |
Color Harmonies of #CC741E
Complementary color
Monochromatic Colors of #CC741E
Black with #CC741E
Text Example
Text Example
White with #CC741E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC741E; }
p { color: rgb(204,116,30); }
H1.HeaderClassName
{
color: #CC741E;
}
.AnyTagClassName
{
color: #CC741E;
}
</style>
background-color css
<style>
a { background-color: #CC741E; }
a { background-color: rgb(204,116,30); }
div.DivClassName
{
background-color: #CC741E;
}
.BgClassName
{
background-color: #CC741E;
}
</style>
border-color css
<style>
span { border-color: #CC741E; }
span { border-color: rgb(204,116,30); }
td.TdClassName
{
border-color: #CC741E;
}
.TagClassName
{
border-color: #CC741E;
}
</style>