Shades of Ochre #CD730C
Tints of Ochre #CD730C
RGB
CMYK
RGB Variations
Color information
#CD730C (or 0xCD730C) is known color: Ochre. HEX triplet: CD, 73 and 0C. RGB value is (205,115,12). Sum of RGB (Red+Green+Blue) = 205+115+12=332 (43% of max value = 765). Red value is 205 (80.47% from 255 or 61.75% from 332); Green value is 115 (45.31% from 255 or 34.64% from 332); Blue value is 12 (5.08% from 255 or 3.61% from 332); Max value from RGB is 205 - color contains mainly: red. Hex color #CD730C is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #CD730C is #328CF3. Grayscale: #828282. Windows color (decimal): -3312884 or 816077. OLE color: 816077.
HSL color Cylindrical-coordinate representation of color #CD730C: hue angle of 32.02º degrees, saturation: 0.89, 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 #CD730C is Cyan = 0, Magento = 0.44, Yellow = 0.94 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 115 | 12 | - |
| CMYK | 0 | 0.44 | 0.94 | 0.20 |
| HSL | 32.02º | 0.89% | 0.43% | - |
| HSV(B) | 32.02º | 0.94% | 0.8% | - |
| XYZ | 31.37 | 25.27 | 3.57 | - |
| YUV | 130.17 | 61.32 | 181.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 115 | 12 | 0 | 0.44 | 0.94 | 0.20 | 32.02 | 0.89 | 0.43 |
| Hex | CD | 73 | C | 0 | 2C | 5E | 14 | 20 | 59 | 2B |
| Octal | 315 | 163 | 14 | 0 | 54 | 136 | 24 | 40 | 131 | 53 |
| Binary | 11001101 | 1110011 | 1100 | 0 | 101100 | 1011110 | 10100 | 100000 | 1011001 | 101011 |
Color Harmonies of #CD730C
Complementary color
Monochromatic Colors of #CD730C
Black with #CD730C
Text Example
Text Example
White with #CD730C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CD730C; }
p { color: rgb(205,115,12); }
H1.HeaderClassName
{
color: #CD730C;
}
.AnyTagClassName
{
color: #CD730C;
}
</style>
background-color css
<style>
a { background-color: #CD730C; }
a { background-color: rgb(205,115,12); }
div.DivClassName
{
background-color: #CD730C;
}
.BgClassName
{
background-color: #CD730C;
}
</style>
border-color css
<style>
span { border-color: #CD730C; }
span { border-color: rgb(205,115,12); }
td.TdClassName
{
border-color: #CD730C;
}
.TagClassName
{
border-color: #CD730C;
}
</style>