Shades of Ochre #CF861B
Tints of Ochre #CF861B
RGB
CMYK
RGB Variations
Color information
#CF861B (or 0xCF861B) is known color: Ochre. HEX triplet: CF, 86 and 1B. RGB value is (207,134,27). Sum of RGB (Red+Green+Blue) = 207+134+27=368 (48% of max value = 765). Red value is 207 (81.25% from 255 or 56.25% from 368); Green value is 134 (52.73% from 255 or 36.41% from 368); Blue value is 27 (10.94% from 255 or 7.34% from 368); Max value from RGB is 207 - color contains mainly: red. Hex color #CF861B is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CF861B is #3079E4. Grayscale: #909090. Windows color (decimal): -3176933 or 1803983. OLE color: 1803983.
HSL color Cylindrical-coordinate representation of color #CF861B: hue angle of 35.67º 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 #CF861B is Cyan = 0, Magento = 0.35, Yellow = 0.87 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 134 | 27 | - |
| CMYK | 0 | 0.35 | 0.87 | 0.19 |
| HSL | 35.67º | 0.77% | 0.46% | - |
| HSV(B) | 35.67º | 0.87% | 0.81% | - |
| XYZ | 34.46 | 30.39 | 5.09 | - |
| YUV | 143.63 | 62.18 | 173.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 134 | 27 | 0 | 0.35 | 0.87 | 0.19 | 35.67 | 0.77 | 0.46 |
| Hex | CF | 86 | 1B | 0 | 23 | 57 | 13 | 24 | 4D | 2E |
| Octal | 317 | 206 | 33 | 0 | 43 | 127 | 23 | 44 | 115 | 56 |
| Binary | 11001111 | 10000110 | 11011 | 0 | 100011 | 1010111 | 10011 | 100100 | 1001101 | 101110 |
Color Harmonies of #CF861B
Complementary color
Monochromatic Colors of #CF861B
Black with #CF861B
Text Example
Text Example
White with #CF861B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF861B; }
p { color: rgb(207,134,27); }
H1.HeaderClassName
{
color: #CF861B;
}
.AnyTagClassName
{
color: #CF861B;
}
</style>
background-color css
<style>
a { background-color: #CF861B; }
a { background-color: rgb(207,134,27); }
div.DivClassName
{
background-color: #CF861B;
}
.BgClassName
{
background-color: #CF861B;
}
</style>
border-color css
<style>
span { border-color: #CF861B; }
span { border-color: rgb(207,134,27); }
td.TdClassName
{
border-color: #CF861B;
}
.TagClassName
{
border-color: #CF861B;
}
</style>