Shades of Ochre #CF841B
Tints of Ochre #CF841B
RGB
CMYK
RGB Variations
Color information
#CF841B (or 0xCF841B) is known color: Ochre. HEX triplet: CF, 84 and 1B. RGB value is (207,132,27). Sum of RGB (Red+Green+Blue) = 207+132+27=366 (48% of max value = 765). Red value is 207 (81.25% from 255 or 56.56% from 366); Green value is 132 (51.95% from 255 or 36.07% from 366); Blue value is 27 (10.94% from 255 or 7.38% from 366); Max value from RGB is 207 - color contains mainly: red. Hex color #CF841B is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CF841B is #307BE4. Grayscale: #8E8E8E. Windows color (decimal): -3177445 or 1803471. OLE color: 1803471.
HSL color Cylindrical-coordinate representation of color #CF841B: hue angle of 35º 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 #CF841B is Cyan = 0, Magento = 0.36, Yellow = 0.87 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 132 | 27 | - |
| CMYK | 0 | 0.36 | 0.87 | 0.19 |
| HSL | 35º | 0.77% | 0.46% | - |
| HSV(B) | 35º | 0.87% | 0.81% | - |
| XYZ | 34.18 | 29.85 | 5 | - |
| YUV | 142.46 | 62.85 | 174.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 132 | 27 | 0 | 0.36 | 0.87 | 0.19 | 35 | 0.77 | 0.46 |
| Hex | CF | 84 | 1B | 0 | 24 | 57 | 13 | 23 | 4D | 2E |
| Octal | 317 | 204 | 33 | 0 | 44 | 127 | 23 | 43 | 115 | 56 |
| Binary | 11001111 | 10000100 | 11011 | 0 | 100100 | 1010111 | 10011 | 100011 | 1001101 | 101110 |
Color Harmonies of #CF841B
Complementary color
Monochromatic Colors of #CF841B
Black with #CF841B
Text Example
Text Example
White with #CF841B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF841B; }
p { color: rgb(207,132,27); }
H1.HeaderClassName
{
color: #CF841B;
}
.AnyTagClassName
{
color: #CF841B;
}
</style>
background-color css
<style>
a { background-color: #CF841B; }
a { background-color: rgb(207,132,27); }
div.DivClassName
{
background-color: #CF841B;
}
.BgClassName
{
background-color: #CF841B;
}
</style>
border-color css
<style>
span { border-color: #CF841B; }
span { border-color: rgb(207,132,27); }
td.TdClassName
{
border-color: #CF841B;
}
.TagClassName
{
border-color: #CF841B;
}
</style>