Shades of Ochre #CF7623
Tints of Ochre #CF7623
RGB
CMYK
RGB Variations
Color information
#CF7623 (or 0xCF7623) is known color: Ochre. HEX triplet: CF, 76 and 23. RGB value is (207,118,35). Sum of RGB (Red+Green+Blue) = 207+118+35=360 (47% of max value = 765). Red value is 207 (81.25% from 255 or 57.5% from 360); Green value is 118 (46.48% from 255 or 32.78% from 360); Blue value is 35 (14.06% from 255 or 9.72% from 360); Max value from RGB is 207 - color contains mainly: red. Hex color #CF7623 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CF7623 is #3089DC. Grayscale: #878787. Windows color (decimal): -3181021 or 2324175. OLE color: 2324175.
HSL color Cylindrical-coordinate representation of color #CF7623: hue angle of 28.95º degrees, saturation: 0.71, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #CF7623 is Cyan = 0, Magento = 0.43, Yellow = 0.83 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 118 | 35 | - |
| CMYK | 0 | 0.43 | 0.83 | 0.19 |
| HSL | 28.95º | 0.71% | 0.47% | - |
| HSV(B) | 28.95º | 0.83% | 0.81% | - |
| XYZ | 32.51 | 26.34 | 4.96 | - |
| YUV | 135.15 | 71.49 | 179.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 118 | 35 | 0 | 0.43 | 0.83 | 0.19 | 28.95 | 0.71 | 0.47 |
| Hex | CF | 76 | 23 | 0 | 2B | 53 | 13 | 1D | 47 | 2F |
| Octal | 317 | 166 | 43 | 0 | 53 | 123 | 23 | 35 | 107 | 57 |
| Binary | 11001111 | 1110110 | 100011 | 0 | 101011 | 1010011 | 10011 | 11101 | 1000111 | 101111 |
Color Harmonies of #CF7623
Complementary color
Monochromatic Colors of #CF7623
Black with #CF7623
Text Example
Text Example
White with #CF7623
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF7623; }
p { color: rgb(207,118,35); }
H1.HeaderClassName
{
color: #CF7623;
}
.AnyTagClassName
{
color: #CF7623;
}
</style>
background-color css
<style>
a { background-color: #CF7623; }
a { background-color: rgb(207,118,35); }
div.DivClassName
{
background-color: #CF7623;
}
.BgClassName
{
background-color: #CF7623;
}
</style>
border-color css
<style>
span { border-color: #CF7623; }
span { border-color: rgb(207,118,35); }
td.TdClassName
{
border-color: #CF7623;
}
.TagClassName
{
border-color: #CF7623;
}
</style>