Shades of Ochre #CF851B
Tints of Ochre #CF851B
RGB
CMYK
RGB Variations
Color information
#CF851B (or 0xCF851B) is known color: Ochre. HEX triplet: CF, 85 and 1B. RGB value is (207,133,27). Sum of RGB (Red+Green+Blue) = 207+133+27=367 (48% of max value = 765). Red value is 207 (81.25% from 255 or 56.40% from 367); Green value is 133 (52.34% from 255 or 36.24% from 367); Blue value is 27 (10.94% from 255 or 7.36% from 367); Max value from RGB is 207 - color contains mainly: red. Hex color #CF851B is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CF851B is #307AE4. Grayscale: #8F8F8F. Windows color (decimal): -3177189 or 1803727. OLE color: 1803727.
HSL color Cylindrical-coordinate representation of color #CF851B: hue angle of 35.33º degrees, saturation: 0.77, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #CF851B is Cyan = 0, Magento = 0.36, Yellow = 0.87 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 133 | 27 | - |
| CMYK | 0 | 0.36 | 0.87 | 0.19 |
| HSL | 35.33º | 0.77% | 0.46% | - |
| HSV(B) | 35.33º | 0.87% | 0.81% | - |
| XYZ | 34.32 | 30.12 | 5.04 | - |
| YUV | 143.04 | 62.52 | 173.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 133 | 27 | 0 | 0.36 | 0.87 | 0.19 | 35.33 | 0.77 | 0.46 |
| Hex | CF | 85 | 1B | 0 | 24 | 57 | 13 | 23 | 4D | 2E |
| Octal | 317 | 205 | 33 | 0 | 44 | 127 | 23 | 43 | 115 | 56 |
| Binary | 11001111 | 10000101 | 11011 | 0 | 100100 | 1010111 | 10011 | 100011 | 1001101 | 101110 |
Color Harmonies of #CF851B
Complementary color
Monochromatic Colors of #CF851B
Black with #CF851B
Text Example
Text Example
White with #CF851B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF851B; }
p { color: rgb(207,133,27); }
H1.HeaderClassName
{
color: #CF851B;
}
.AnyTagClassName
{
color: #CF851B;
}
</style>
background-color css
<style>
a { background-color: #CF851B; }
a { background-color: rgb(207,133,27); }
div.DivClassName
{
background-color: #CF851B;
}
.BgClassName
{
background-color: #CF851B;
}
</style>
border-color css
<style>
span { border-color: #CF851B; }
span { border-color: rgb(207,133,27); }
td.TdClassName
{
border-color: #CF851B;
}
.TagClassName
{
border-color: #CF851B;
}
</style>