Shades of Ochre #CF7325
Tints of Ochre #CF7325
RGB
CMYK
RGB Variations
Color information
#CF7325 (or 0xCF7325) is known color: Ochre. HEX triplet: CF, 73 and 25. RGB value is (207,115,37). Sum of RGB (Red+Green+Blue) = 207+115+37=359 (47% of max value = 765). Red value is 207 (81.25% from 255 or 57.66% from 359); Green value is 115 (45.31% from 255 or 32.03% from 359); Blue value is 37 (14.84% from 255 or 10.31% from 359); Max value from RGB is 207 - color contains mainly: red. Hex color #CF7325 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CF7325 is #308CDA. Grayscale: #868686. Windows color (decimal): -3181787 or 2454479. OLE color: 2454479.
HSL color Cylindrical-coordinate representation of color #CF7325: hue angle of 27.53º degrees, saturation: 0.7, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #CF7325 is Cyan = 0, Magento = 0.44, Yellow = 0.82 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 115 | 37 | - |
| CMYK | 0 | 0.44 | 0.82 | 0.19 |
| HSL | 27.53º | 0.7% | 0.48% | - |
| HSV(B) | 27.53º | 0.82% | 0.81% | - |
| XYZ | 32.2 | 25.66 | 5.01 | - |
| YUV | 133.62 | 73.48 | 180.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 115 | 37 | 0 | 0.44 | 0.82 | 0.19 | 27.53 | 0.7 | 0.48 |
| Hex | CF | 73 | 25 | 0 | 2C | 52 | 13 | 1C | 46 | 30 |
| Octal | 317 | 163 | 45 | 0 | 54 | 122 | 23 | 34 | 106 | 60 |
| Binary | 11001111 | 1110011 | 100101 | 0 | 101100 | 1010010 | 10011 | 11100 | 1000110 | 110000 |
Color Harmonies of #CF7325
Complementary color
Monochromatic Colors of #CF7325
Black with #CF7325
Text Example
Text Example
White with #CF7325
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF7325; }
p { color: rgb(207,115,37); }
H1.HeaderClassName
{
color: #CF7325;
}
.AnyTagClassName
{
color: #CF7325;
}
</style>
background-color css
<style>
a { background-color: #CF7325; }
a { background-color: rgb(207,115,37); }
div.DivClassName
{
background-color: #CF7325;
}
.BgClassName
{
background-color: #CF7325;
}
</style>
border-color css
<style>
span { border-color: #CF7325; }
span { border-color: rgb(207,115,37); }
td.TdClassName
{
border-color: #CF7325;
}
.TagClassName
{
border-color: #CF7325;
}
</style>