Shades of Ochre #CF841F
Tints of Ochre #CF841F
RGB
CMYK
RGB Variations
Color information
#CF841F (or 0xCF841F) is known color: Ochre. HEX triplet: CF, 84 and 1F. RGB value is (207,132,31). Sum of RGB (Red+Green+Blue) = 207+132+31=370 (49% of max value = 765). Red value is 207 (81.25% from 255 or 55.95% from 370); Green value is 132 (51.95% from 255 or 35.68% from 370); Blue value is 31 (12.5% from 255 or 8.38% from 370); Max value from RGB is 207 - color contains mainly: red. Hex color #CF841F is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CF841F is #307BE0. Grayscale: #8F8F8F. Windows color (decimal): -3177441 or 2065615. OLE color: 2065615.
HSL color Cylindrical-coordinate representation of color #CF841F: hue angle of 34.43º degrees, saturation: 0.74, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #CF841F is Cyan = 0, Magento = 0.36, Yellow = 0.85 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 132 | 31 | - |
| CMYK | 0 | 0.36 | 0.85 | 0.19 |
| HSL | 34.43º | 0.74% | 0.47% | - |
| HSV(B) | 34.43º | 0.85% | 0.81% | - |
| XYZ | 34.23 | 29.87 | 5.26 | - |
| YUV | 142.91 | 64.85 | 173.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 132 | 31 | 0 | 0.36 | 0.85 | 0.19 | 34.43 | 0.74 | 0.47 |
| Hex | CF | 84 | 1F | 0 | 24 | 55 | 13 | 22 | 4A | 2F |
| Octal | 317 | 204 | 37 | 0 | 44 | 125 | 23 | 42 | 112 | 57 |
| Binary | 11001111 | 10000100 | 11111 | 0 | 100100 | 1010101 | 10011 | 100010 | 1001010 | 101111 |
Color Harmonies of #CF841F
Complementary color
Monochromatic Colors of #CF841F
Black with #CF841F
Text Example
Text Example
White with #CF841F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF841F; }
p { color: rgb(207,132,31); }
H1.HeaderClassName
{
color: #CF841F;
}
.AnyTagClassName
{
color: #CF841F;
}
</style>
background-color css
<style>
a { background-color: #CF841F; }
a { background-color: rgb(207,132,31); }
div.DivClassName
{
background-color: #CF841F;
}
.BgClassName
{
background-color: #CF841F;
}
</style>
border-color css
<style>
span { border-color: #CF841F; }
span { border-color: rgb(207,132,31); }
td.TdClassName
{
border-color: #CF841F;
}
.TagClassName
{
border-color: #CF841F;
}
</style>