Shades of Ochre #CC730D
Tints of Ochre #CC730D
RGB
CMYK
RGB Variations
Color information
#CC730D (or 0xCC730D) is known color: Ochre. HEX triplet: CC, 73 and 0D. RGB value is (204,115,13). Sum of RGB (Red+Green+Blue) = 204+115+13=332 (43% of max value = 765). Red value is 204 (80.08% from 255 or 61.45% from 332); Green value is 115 (45.31% from 255 or 34.64% from 332); Blue value is 13 (5.47% from 255 or 3.92% from 332); Max value from RGB is 204 - color contains mainly: red. Hex color #CC730D is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #CC730D is #338CF2. Grayscale: #828282. Windows color (decimal): -3378419 or 881612. OLE color: 881612.
HSL color Cylindrical-coordinate representation of color #CC730D: hue angle of 32.04º 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 #CC730D is Cyan = 0, Magento = 0.44, Yellow = 0.94 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 115 | 13 | - |
| CMYK | 0 | 0.44 | 0.94 | 0.2 |
| HSL | 32.04º | 0.88% | 0.43% | - |
| HSV(B) | 32.04º | 0.94% | 0.8% | - |
| XYZ | 31.11 | 25.13 | 3.59 | - |
| YUV | 129.98 | 61.99 | 180.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 115 | 13 | 0 | 0.44 | 0.94 | 0.2 | 32.04 | 0.88 | 0.43 |
| Hex | CC | 73 | D | 0 | 2C | 5E | 14 | 20 | 58 | 2B |
| Octal | 314 | 163 | 15 | 0 | 54 | 136 | 24 | 40 | 130 | 53 |
| Binary | 11001100 | 1110011 | 1101 | 0 | 101100 | 1011110 | 10100 | 100000 | 1011000 | 101011 |
Color Harmonies of #CC730D
Complementary color
Monochromatic Colors of #CC730D
Black with #CC730D
Text Example
Text Example
White with #CC730D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC730D; }
p { color: rgb(204,115,13); }
H1.HeaderClassName
{
color: #CC730D;
}
.AnyTagClassName
{
color: #CC730D;
}
</style>
background-color css
<style>
a { background-color: #CC730D; }
a { background-color: rgb(204,115,13); }
div.DivClassName
{
background-color: #CC730D;
}
.BgClassName
{
background-color: #CC730D;
}
</style>
border-color css
<style>
span { border-color: #CC730D; }
span { border-color: rgb(204,115,13); }
td.TdClassName
{
border-color: #CC730D;
}
.TagClassName
{
border-color: #CC730D;
}
</style>