Shades of Ochre #CC731D
Tints of Ochre #CC731D
RGB
CMYK
RGB Variations
Color information
#CC731D (or 0xCC731D) is known color: Ochre. HEX triplet: CC, 73 and 1D. RGB value is (204,115,29). Sum of RGB (Red+Green+Blue) = 204+115+29=348 (46% of max value = 765). Red value is 204 (80.08% from 255 or 58.62% from 348); Green value is 115 (45.31% from 255 or 33.05% from 348); Blue value is 29 (11.72% from 255 or 8.33% from 348); Max value from RGB is 204 - color contains mainly: red. Hex color #CC731D is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CC731D is #338CE2. Grayscale: #848484. Windows color (decimal): -3378403 or 1930188. OLE color: 1930188.
HSL color Cylindrical-coordinate representation of color #CC731D: hue angle of 29.49º degrees, saturation: 0.75, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #CC731D is Cyan = 0, Magento = 0.44, Yellow = 0.86 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 115 | 29 | - |
| CMYK | 0 | 0.44 | 0.86 | 0.2 |
| HSL | 29.49º | 0.75% | 0.46% | - |
| HSV(B) | 29.49º | 0.86% | 0.8% | - |
| XYZ | 31.25 | 25.19 | 4.38 | - |
| YUV | 131.81 | 69.99 | 179.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 115 | 29 | 0 | 0.44 | 0.86 | 0.2 | 29.49 | 0.75 | 0.46 |
| Hex | CC | 73 | 1D | 0 | 2C | 56 | 14 | 1D | 4B | 2E |
| Octal | 314 | 163 | 35 | 0 | 54 | 126 | 24 | 35 | 113 | 56 |
| Binary | 11001100 | 1110011 | 11101 | 0 | 101100 | 1010110 | 10100 | 11101 | 1001011 | 101110 |
Color Harmonies of #CC731D
Complementary color
Monochromatic Colors of #CC731D
Black with #CC731D
Text Example
Text Example
White with #CC731D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC731D; }
p { color: rgb(204,115,29); }
H1.HeaderClassName
{
color: #CC731D;
}
.AnyTagClassName
{
color: #CC731D;
}
</style>
background-color css
<style>
a { background-color: #CC731D; }
a { background-color: rgb(204,115,29); }
div.DivClassName
{
background-color: #CC731D;
}
.BgClassName
{
background-color: #CC731D;
}
</style>
border-color css
<style>
span { border-color: #CC731D; }
span { border-color: rgb(204,115,29); }
td.TdClassName
{
border-color: #CC731D;
}
.TagClassName
{
border-color: #CC731D;
}
</style>