Shades of Ochre #CC740F
Tints of Ochre #CC740F
RGB
CMYK
RGB Variations
Color information
#CC740F (or 0xCC740F) is known color: Ochre. HEX triplet: CC, 74 and 0F. RGB value is (204,116,15). Sum of RGB (Red+Green+Blue) = 204+116+15=335 (44% of max value = 765). Red value is 204 (80.08% from 255 or 60.90% from 335); Green value is 116 (45.70% from 255 or 34.63% from 335); Blue value is 15 (6.25% from 255 or 4.48% from 335); Max value from RGB is 204 - color contains mainly: red. Hex color #CC740F is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #CC740F is #338BF0. Grayscale: #838383. Windows color (decimal): -3378161 or 1012940. OLE color: 1012940.
HSL color Cylindrical-coordinate representation of color #CC740F: hue angle of 32.06º degrees, saturation: 0.86, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #CC740F is Cyan = 0, Magento = 0.43, Yellow = 0.93 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 116 | 15 | - |
| CMYK | 0 | 0.43 | 0.93 | 0.2 |
| HSL | 32.06º | 0.86% | 0.43% | - |
| HSV(B) | 32.06º | 0.93% | 0.8% | - |
| XYZ | 31.23 | 25.36 | 3.7 | - |
| YUV | 130.8 | 62.65 | 180.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 116 | 15 | 0 | 0.43 | 0.93 | 0.2 | 32.06 | 0.86 | 0.43 |
| Hex | CC | 74 | F | 0 | 2B | 5D | 14 | 20 | 56 | 2B |
| Octal | 314 | 164 | 17 | 0 | 53 | 135 | 24 | 40 | 126 | 53 |
| Binary | 11001100 | 1110100 | 1111 | 0 | 101011 | 1011101 | 10100 | 100000 | 1010110 | 101011 |
Color Harmonies of #CC740F
Complementary color
Monochromatic Colors of #CC740F
Black with #CC740F
Text Example
Text Example
White with #CC740F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC740F; }
p { color: rgb(204,116,15); }
H1.HeaderClassName
{
color: #CC740F;
}
.AnyTagClassName
{
color: #CC740F;
}
</style>
background-color css
<style>
a { background-color: #CC740F; }
a { background-color: rgb(204,116,15); }
div.DivClassName
{
background-color: #CC740F;
}
.BgClassName
{
background-color: #CC740F;
}
</style>
border-color css
<style>
span { border-color: #CC740F; }
span { border-color: rgb(204,116,15); }
td.TdClassName
{
border-color: #CC740F;
}
.TagClassName
{
border-color: #CC740F;
}
</style>