Shades of Ochre #CD740C
Tints of Ochre #CD740C
RGB
CMYK
RGB Variations
Color information
#CD740C (or 0xCD740C) is known color: Ochre. HEX triplet: CD, 74 and 0C. RGB value is (205,116,12). Sum of RGB (Red+Green+Blue) = 205+116+12=333 (44% of max value = 765). Red value is 205 (80.47% from 255 or 61.56% from 333); Green value is 116 (45.70% from 255 or 34.83% from 333); Blue value is 12 (5.08% from 255 or 3.60% from 333); Max value from RGB is 205 - color contains mainly: red. Hex color #CD740C is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #CD740C is #328BF3. Grayscale: #838383. Windows color (decimal): -3312628 or 816333. OLE color: 816333.
HSL color Cylindrical-coordinate representation of color #CD740C: hue angle of 32.33º 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 #CD740C is Cyan = 0, Magento = 0.43, Yellow = 0.94 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 116 | 12 | - |
| CMYK | 0 | 0.43 | 0.94 | 0.20 |
| HSL | 32.33º | 0.89% | 0.43% | - |
| HSV(B) | 32.33º | 0.94% | 0.8% | - |
| XYZ | 31.49 | 25.5 | 3.61 | - |
| YUV | 130.76 | 60.99 | 180.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 116 | 12 | 0 | 0.43 | 0.94 | 0.20 | 32.33 | 0.89 | 0.43 |
| Hex | CD | 74 | C | 0 | 2B | 5E | 14 | 20 | 59 | 2B |
| Octal | 315 | 164 | 14 | 0 | 53 | 136 | 24 | 40 | 131 | 53 |
| Binary | 11001101 | 1110100 | 1100 | 0 | 101011 | 1011110 | 10100 | 100000 | 1011001 | 101011 |
Color Harmonies of #CD740C
Complementary color
Monochromatic Colors of #CD740C
Black with #CD740C
Text Example
Text Example
White with #CD740C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CD740C; }
p { color: rgb(205,116,12); }
H1.HeaderClassName
{
color: #CD740C;
}
.AnyTagClassName
{
color: #CD740C;
}
</style>
background-color css
<style>
a { background-color: #CD740C; }
a { background-color: rgb(205,116,12); }
div.DivClassName
{
background-color: #CD740C;
}
.BgClassName
{
background-color: #CD740C;
}
</style>
border-color css
<style>
span { border-color: #CD740C; }
span { border-color: rgb(205,116,12); }
td.TdClassName
{
border-color: #CD740C;
}
.TagClassName
{
border-color: #CD740C;
}
</style>