Shades of Ochre #CC740D
Tints of Ochre #CC740D
RGB
CMYK
RGB Variations
Color information
#CC740D (or 0xCC740D) is known color: Ochre. HEX triplet: CC, 74 and 0D. RGB value is (204,116,13). Sum of RGB (Red+Green+Blue) = 204+116+13=333 (44% of max value = 765). Red value is 204 (80.08% from 255 or 61.26% from 333); Green value is 116 (45.70% from 255 or 34.83% from 333); Blue value is 13 (5.47% from 255 or 3.90% from 333); Max value from RGB is 204 - color contains mainly: red. Hex color #CC740D is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #CC740D is #338BF2. Grayscale: #838383. Windows color (decimal): -3378163 or 881868. OLE color: 881868.
HSL color Cylindrical-coordinate representation of color #CC740D: hue angle of 32.36º degrees, saturation: 0.88, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #CC740D is Cyan = 0, Magento = 0.43, Yellow = 0.94 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 116 | 13 | - |
| CMYK | 0 | 0.43 | 0.94 | 0.2 |
| HSL | 32.36º | 0.88% | 0.43% | - |
| HSV(B) | 32.36º | 0.94% | 0.8% | - |
| XYZ | 31.22 | 25.36 | 3.63 | - |
| YUV | 130.57 | 61.65 | 180.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 116 | 13 | 0 | 0.43 | 0.94 | 0.2 | 32.36 | 0.88 | 0.43 |
| Hex | CC | 74 | D | 0 | 2B | 5E | 14 | 20 | 58 | 2B |
| Octal | 314 | 164 | 15 | 0 | 53 | 136 | 24 | 40 | 130 | 53 |
| Binary | 11001100 | 1110100 | 1101 | 0 | 101011 | 1011110 | 10100 | 100000 | 1011000 | 101011 |
Color Harmonies of #CC740D
Complementary color
Monochromatic Colors of #CC740D
Black with #CC740D
Text Example
Text Example
White with #CC740D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC740D; }
p { color: rgb(204,116,13); }
H1.HeaderClassName
{
color: #CC740D;
}
.AnyTagClassName
{
color: #CC740D;
}
</style>
background-color css
<style>
a { background-color: #CC740D; }
a { background-color: rgb(204,116,13); }
div.DivClassName
{
background-color: #CC740D;
}
.BgClassName
{
background-color: #CC740D;
}
</style>
border-color css
<style>
span { border-color: #CC740D; }
span { border-color: rgb(204,116,13); }
td.TdClassName
{
border-color: #CC740D;
}
.TagClassName
{
border-color: #CC740D;
}
</style>