Shades of Ochre #CF731E
Tints of Ochre #CF731E
RGB
CMYK
RGB Variations
Color information
#CF731E (or 0xCF731E) is known color: Ochre. HEX triplet: CF, 73 and 1E. RGB value is (207,115,30). Sum of RGB (Red+Green+Blue) = 207+115+30=352 (46% of max value = 765). Red value is 207 (81.25% from 255 or 58.81% from 352); Green value is 115 (45.31% from 255 or 32.67% from 352); Blue value is 30 (12.11% from 255 or 8.52% from 352); Max value from RGB is 207 - color contains mainly: red. Hex color #CF731E is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CF731E is #308CE1. Grayscale: #858585. Windows color (decimal): -3181794 or 1995727. OLE color: 1995727.
HSL color Cylindrical-coordinate representation of color #CF731E: hue angle of 28.81º degrees, saturation: 0.75, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #CF731E is Cyan = 0, Magento = 0.44, Yellow = 0.86 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 115 | 30 | - |
| CMYK | 0 | 0.44 | 0.86 | 0.19 |
| HSL | 28.81º | 0.75% | 0.46% | - |
| HSV(B) | 28.81º | 0.86% | 0.81% | - |
| XYZ | 32.1 | 25.62 | 4.48 | - |
| YUV | 132.82 | 69.98 | 180.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 115 | 30 | 0 | 0.44 | 0.86 | 0.19 | 28.81 | 0.75 | 0.46 |
| Hex | CF | 73 | 1E | 0 | 2C | 56 | 13 | 1D | 4B | 2E |
| Octal | 317 | 163 | 36 | 0 | 54 | 126 | 23 | 35 | 113 | 56 |
| Binary | 11001111 | 1110011 | 11110 | 0 | 101100 | 1010110 | 10011 | 11101 | 1001011 | 101110 |
Color Harmonies of #CF731E
Complementary color
Monochromatic Colors of #CF731E
Black with #CF731E
Text Example
Text Example
White with #CF731E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF731E; }
p { color: rgb(207,115,30); }
H1.HeaderClassName
{
color: #CF731E;
}
.AnyTagClassName
{
color: #CF731E;
}
</style>
background-color css
<style>
a { background-color: #CF731E; }
a { background-color: rgb(207,115,30); }
div.DivClassName
{
background-color: #CF731E;
}
.BgClassName
{
background-color: #CF731E;
}
</style>
border-color css
<style>
span { border-color: #CF731E; }
span { border-color: rgb(207,115,30); }
td.TdClassName
{
border-color: #CF731E;
}
.TagClassName
{
border-color: #CF731E;
}
</style>