Shades of Ochre #CF7327
Tints of Ochre #CF7327
RGB
CMYK
RGB Variations
Color information
#CF7327 (or 0xCF7327) is known color: Ochre. HEX triplet: CF, 73 and 27. RGB value is (207,115,39). Sum of RGB (Red+Green+Blue) = 207+115+39=361 (47% of max value = 765). Red value is 207 (81.25% from 255 or 57.34% from 361); Green value is 115 (45.31% from 255 or 31.86% from 361); Blue value is 39 (15.62% from 255 or 10.80% from 361); Max value from RGB is 207 - color contains mainly: red. Hex color #CF7327 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CF7327 is #308CD8. Grayscale: #868686. Windows color (decimal): -3181785 or 2585551. OLE color: 2585551.
HSL color Cylindrical-coordinate representation of color #CF7327: hue angle of 27.14º degrees, saturation: 0.68, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #CF7327 is Cyan = 0, Magento = 0.44, Yellow = 0.81 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 115 | 39 | - |
| CMYK | 0 | 0.44 | 0.81 | 0.19 |
| HSL | 27.14º | 0.68% | 0.48% | - |
| HSV(B) | 27.14º | 0.81% | 0.81% | - |
| XYZ | 32.23 | 25.67 | 5.18 | - |
| YUV | 133.84 | 74.48 | 180.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 115 | 39 | 0 | 0.44 | 0.81 | 0.19 | 27.14 | 0.68 | 0.48 |
| Hex | CF | 73 | 27 | 0 | 2C | 51 | 13 | 1B | 44 | 30 |
| Octal | 317 | 163 | 47 | 0 | 54 | 121 | 23 | 33 | 104 | 60 |
| Binary | 11001111 | 1110011 | 100111 | 0 | 101100 | 1010001 | 10011 | 11011 | 1000100 | 110000 |
Color Harmonies of #CF7327
Complementary color
Monochromatic Colors of #CF7327
Black with #CF7327
Text Example
Text Example
White with #CF7327
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF7327; }
p { color: rgb(207,115,39); }
H1.HeaderClassName
{
color: #CF7327;
}
.AnyTagClassName
{
color: #CF7327;
}
</style>
background-color css
<style>
a { background-color: #CF7327; }
a { background-color: rgb(207,115,39); }
div.DivClassName
{
background-color: #CF7327;
}
.BgClassName
{
background-color: #CF7327;
}
</style>
border-color css
<style>
span { border-color: #CF7327; }
span { border-color: rgb(207,115,39); }
td.TdClassName
{
border-color: #CF7327;
}
.TagClassName
{
border-color: #CF7327;
}
</style>