Shades of Ochre #C1701F
Tints of Ochre #C1701F
RGB
CMYK
RGB Variations
Color information
#C1701F (or 0xC1701F) is known color: Ochre. HEX triplet: C1, 70 and 1F. RGB value is (193,112,31). Sum of RGB (Red+Green+Blue) = 193+112+31=336 (44% of max value = 765). Red value is 193 (75.78% from 255 or 57.44% from 336); Green value is 112 (44.14% from 255 or 33.33% from 336); Blue value is 31 (12.5% from 255 or 9.23% from 336); Max value from RGB is 193 - color contains mainly: red. Hex color #C1701F is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C1701F is #3E8FE0. Grayscale: #7F7F7F. Windows color (decimal): -4100065 or 2060481. OLE color: 2060481.
HSL color Cylindrical-coordinate representation of color #C1701F: hue angle of 30º degrees, saturation: 0.72, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #C1701F is Cyan = 0, Magento = 0.42, Yellow = 0.84 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 112 | 31 | - |
| CMYK | 0 | 0.42 | 0.84 | 0.24 |
| HSL | 30º | 0.72% | 0.44% | - |
| HSV(B) | 30º | 0.84% | 0.76% | - |
| XYZ | 28.03 | 23.02 | 4.26 | - |
| YUV | 126.99 | 73.84 | 175.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 112 | 31 | 0 | 0.42 | 0.84 | 0.24 | 30 | 0.72 | 0.44 |
| Hex | C1 | 70 | 1F | 0 | 2A | 54 | 18 | 1E | 48 | 2C |
| Octal | 301 | 160 | 37 | 0 | 52 | 124 | 30 | 36 | 110 | 54 |
| Binary | 11000001 | 1110000 | 11111 | 0 | 101010 | 1010100 | 11000 | 11110 | 1001000 | 101100 |
Color Harmonies of #C1701F
Complementary color
Monochromatic Colors of #C1701F
Black with #C1701F
Text Example
Text Example
White with #C1701F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C1701F; }
p { color: rgb(193,112,31); }
H1.HeaderClassName
{
color: #C1701F;
}
.AnyTagClassName
{
color: #C1701F;
}
</style>
background-color css
<style>
a { background-color: #C1701F; }
a { background-color: rgb(193,112,31); }
div.DivClassName
{
background-color: #C1701F;
}
.BgClassName
{
background-color: #C1701F;
}
</style>
border-color css
<style>
span { border-color: #C1701F; }
span { border-color: rgb(193,112,31); }
td.TdClassName
{
border-color: #C1701F;
}
.TagClassName
{
border-color: #C1701F;
}
</style>