Shades of Ochre #CF730F
Tints of Ochre #CF730F
RGB
CMYK
RGB Variations
Color information
#CF730F (or 0xCF730F) is known color: Ochre. HEX triplet: CF, 73 and 0F. RGB value is (207,115,15). Sum of RGB (Red+Green+Blue) = 207+115+15=337 (44% of max value = 765). Red value is 207 (81.25% from 255 or 61.42% from 337); Green value is 115 (45.31% from 255 or 34.12% from 337); Blue value is 15 (6.25% from 255 or 4.45% from 337); Max value from RGB is 207 - color contains mainly: red. Hex color #CF730F is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #CF730F is #308CF0. Grayscale: #838383. Windows color (decimal): -3181809 or 1012687. OLE color: 1012687.
HSL color Cylindrical-coordinate representation of color #CF730F: hue angle of 31.25º degrees, saturation: 0.86, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #CF730F is Cyan = 0, Magento = 0.44, Yellow = 0.93 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 115 | 15 | - |
| CMYK | 0 | 0.44 | 0.93 | 0.19 |
| HSL | 31.25º | 0.86% | 0.44% | - |
| HSV(B) | 31.25º | 0.93% | 0.81% | - |
| XYZ | 31.95 | 25.56 | 3.7 | - |
| YUV | 131.11 | 62.48 | 182.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 115 | 15 | 0 | 0.44 | 0.93 | 0.19 | 31.25 | 0.86 | 0.44 |
| Hex | CF | 73 | F | 0 | 2C | 5D | 13 | 1F | 56 | 2C |
| Octal | 317 | 163 | 17 | 0 | 54 | 135 | 23 | 37 | 126 | 54 |
| Binary | 11001111 | 1110011 | 1111 | 0 | 101100 | 1011101 | 10011 | 11111 | 1010110 | 101100 |
Color Harmonies of #CF730F
Complementary color
Monochromatic Colors of #CF730F
Black with #CF730F
Text Example
Text Example
White with #CF730F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF730F; }
p { color: rgb(207,115,15); }
H1.HeaderClassName
{
color: #CF730F;
}
.AnyTagClassName
{
color: #CF730F;
}
</style>
background-color css
<style>
a { background-color: #CF730F; }
a { background-color: rgb(207,115,15); }
div.DivClassName
{
background-color: #CF730F;
}
.BgClassName
{
background-color: #CF730F;
}
</style>
border-color css
<style>
span { border-color: #CF730F; }
span { border-color: rgb(207,115,15); }
td.TdClassName
{
border-color: #CF730F;
}
.TagClassName
{
border-color: #CF730F;
}
</style>