Shades of Ochre #C1741E
Tints of Ochre #C1741E
RGB
CMYK
RGB Variations
Color information
#C1741E (or 0xC1741E) is known color: Ochre. HEX triplet: C1, 74 and 1E. RGB value is (193,116,30). Sum of RGB (Red+Green+Blue) = 193+116+30=339 (44% of max value = 765). Red value is 193 (75.78% from 255 or 56.93% from 339); Green value is 116 (45.70% from 255 or 34.22% from 339); Blue value is 30 (12.11% from 255 or 8.85% from 339); Max value from RGB is 193 - color contains mainly: red. Hex color #C1741E is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C1741E is #3E8BE1. Grayscale: #818181. Windows color (decimal): -4099042 or 1995969. OLE color: 1995969.
HSL color Cylindrical-coordinate representation of color #C1741E: hue angle of 31.66º degrees, saturation: 0.73, 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 #C1741E is Cyan = 0, Magento = 0.40, Yellow = 0.84 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 116 | 30 | - |
| CMYK | 0 | 0.40 | 0.84 | 0.24 |
| HSL | 31.66º | 0.73% | 0.44% | - |
| HSV(B) | 31.66º | 0.84% | 0.76% | - |
| XYZ | 28.47 | 23.92 | 4.35 | - |
| YUV | 129.22 | 72.01 | 173.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 116 | 30 | 0 | 0.40 | 0.84 | 0.24 | 31.66 | 0.73 | 0.44 |
| Hex | C1 | 74 | 1E | 0 | 28 | 54 | 18 | 20 | 49 | 2C |
| Octal | 301 | 164 | 36 | 0 | 50 | 124 | 30 | 40 | 111 | 54 |
| Binary | 11000001 | 1110100 | 11110 | 0 | 101000 | 1010100 | 11000 | 100000 | 1001001 | 101100 |
Color Harmonies of #C1741E
Complementary color
Monochromatic Colors of #C1741E
Black with #C1741E
Text Example
Text Example
White with #C1741E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C1741E; }
p { color: rgb(193,116,30); }
H1.HeaderClassName
{
color: #C1741E;
}
.AnyTagClassName
{
color: #C1741E;
}
</style>
background-color css
<style>
a { background-color: #C1741E; }
a { background-color: rgb(193,116,30); }
div.DivClassName
{
background-color: #C1741E;
}
.BgClassName
{
background-color: #C1741E;
}
</style>
border-color css
<style>
span { border-color: #C1741E; }
span { border-color: rgb(193,116,30); }
td.TdClassName
{
border-color: #C1741E;
}
.TagClassName
{
border-color: #C1741E;
}
</style>