Shades of Ochre #CF871B
Tints of Ochre #CF871B
RGB
CMYK
RGB Variations
Color information
#CF871B (or 0xCF871B) is known color: Ochre. HEX triplet: CF, 87 and 1B. RGB value is (207,135,27). Sum of RGB (Red+Green+Blue) = 207+135+27=369 (48% of max value = 765). Red value is 207 (81.25% from 255 or 56.10% from 369); Green value is 135 (53.12% from 255 or 36.59% from 369); Blue value is 27 (10.94% from 255 or 7.32% from 369); Max value from RGB is 207 - color contains mainly: red. Hex color #CF871B is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CF871B is #3078E4. Grayscale: #909090. Windows color (decimal): -3176677 or 1804239. OLE color: 1804239.
HSL color Cylindrical-coordinate representation of color #CF871B: hue angle of 36º 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 #CF871B is Cyan = 0, Magento = 0.35, Yellow = 0.87 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 135 | 27 | - |
| CMYK | 0 | 0.35 | 0.87 | 0.19 |
| HSL | 36º | 0.77% | 0.46% | - |
| HSV(B) | 36º | 0.87% | 0.81% | - |
| XYZ | 34.59 | 30.67 | 5.13 | - |
| YUV | 144.22 | 61.85 | 172.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 135 | 27 | 0 | 0.35 | 0.87 | 0.19 | 36 | 0.77 | 0.46 |
| Hex | CF | 87 | 1B | 0 | 23 | 57 | 13 | 24 | 4D | 2E |
| Octal | 317 | 207 | 33 | 0 | 43 | 127 | 23 | 44 | 115 | 56 |
| Binary | 11001111 | 10000111 | 11011 | 0 | 100011 | 1010111 | 10011 | 100100 | 1001101 | 101110 |
Color Harmonies of #CF871B
Complementary color
Monochromatic Colors of #CF871B
Black with #CF871B
Text Example
Text Example
White with #CF871B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF871B; }
p { color: rgb(207,135,27); }
H1.HeaderClassName
{
color: #CF871B;
}
.AnyTagClassName
{
color: #CF871B;
}
</style>
background-color css
<style>
a { background-color: #CF871B; }
a { background-color: rgb(207,135,27); }
div.DivClassName
{
background-color: #CF871B;
}
.BgClassName
{
background-color: #CF871B;
}
</style>
border-color css
<style>
span { border-color: #CF871B; }
span { border-color: rgb(207,135,27); }
td.TdClassName
{
border-color: #CF871B;
}
.TagClassName
{
border-color: #CF871B;
}
</style>