Shades of Ochre #CC7413
Tints of Ochre #CC7413
RGB
CMYK
RGB Variations
Color information
#CC7413 (or 0xCC7413) is known color: Ochre. HEX triplet: CC, 74 and 13. RGB value is (204,116,19). Sum of RGB (Red+Green+Blue) = 204+116+19=339 (44% of max value = 765). Red value is 204 (80.08% from 255 or 60.18% from 339); Green value is 116 (45.70% from 255 or 34.22% from 339); Blue value is 19 (7.81% from 255 or 5.60% from 339); Max value from RGB is 204 - color contains mainly: red. Hex color #CC7413 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #CC7413 is #338BEC. Grayscale: #838383. Windows color (decimal): -3378157 or 1275084. OLE color: 1275084.
HSL color Cylindrical-coordinate representation of color #CC7413: hue angle of 31.46º degrees, saturation: 0.83, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #CC7413 is Cyan = 0, Magento = 0.43, Yellow = 0.91 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 116 | 19 | - |
| CMYK | 0 | 0.43 | 0.91 | 0.2 |
| HSL | 31.46º | 0.83% | 0.44% | - |
| HSV(B) | 31.46º | 0.91% | 0.8% | - |
| XYZ | 31.26 | 25.38 | 3.87 | - |
| YUV | 131.25 | 64.65 | 179.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 116 | 19 | 0 | 0.43 | 0.91 | 0.2 | 31.46 | 0.83 | 0.44 |
| Hex | CC | 74 | 13 | 0 | 2B | 5B | 14 | 1F | 53 | 2C |
| Octal | 314 | 164 | 23 | 0 | 53 | 133 | 24 | 37 | 123 | 54 |
| Binary | 11001100 | 1110100 | 10011 | 0 | 101011 | 1011011 | 10100 | 11111 | 1010011 | 101100 |
Color Harmonies of #CC7413
Complementary color
Monochromatic Colors of #CC7413
Black with #CC7413
Text Example
Text Example
White with #CC7413
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC7413; }
p { color: rgb(204,116,19); }
H1.HeaderClassName
{
color: #CC7413;
}
.AnyTagClassName
{
color: #CC7413;
}
</style>
background-color css
<style>
a { background-color: #CC7413; }
a { background-color: rgb(204,116,19); }
div.DivClassName
{
background-color: #CC7413;
}
.BgClassName
{
background-color: #CC7413;
}
</style>
border-color css
<style>
span { border-color: #CC7413; }
span { border-color: rgb(204,116,19); }
td.TdClassName
{
border-color: #CC7413;
}
.TagClassName
{
border-color: #CC7413;
}
</style>