Shades of Ochre #C1741A
Tints of Ochre #C1741A
RGB
CMYK
RGB Variations
Color information
#C1741A (or 0xC1741A) is known color: Ochre. HEX triplet: C1, 74 and 1A. RGB value is (193,116,26). Sum of RGB (Red+Green+Blue) = 193+116+26=335 (44% of max value = 765). Red value is 193 (75.78% from 255 or 57.61% from 335); Green value is 116 (45.70% from 255 or 34.63% from 335); Blue value is 26 (10.55% from 255 or 7.76% from 335); Max value from RGB is 193 - color contains mainly: red. Hex color #C1741A is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C1741A is #3E8BE5. Grayscale: #818181. Windows color (decimal): -4099046 or 1733825. OLE color: 1733825.
HSL color Cylindrical-coordinate representation of color #C1741A: hue angle of 32.34º degrees, saturation: 0.76, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #C1741A is Cyan = 0, Magento = 0.40, Yellow = 0.87 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 116 | 26 | - |
| CMYK | 0 | 0.40 | 0.87 | 0.24 |
| HSL | 32.34º | 0.76% | 0.43% | - |
| HSV(B) | 32.34º | 0.87% | 0.76% | - |
| XYZ | 28.42 | 23.9 | 4.09 | - |
| YUV | 128.76 | 70.01 | 173.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 116 | 26 | 0 | 0.40 | 0.87 | 0.24 | 32.34 | 0.76 | 0.43 |
| Hex | C1 | 74 | 1A | 0 | 28 | 57 | 18 | 20 | 4C | 2B |
| Octal | 301 | 164 | 32 | 0 | 50 | 127 | 30 | 40 | 114 | 53 |
| Binary | 11000001 | 1110100 | 11010 | 0 | 101000 | 1010111 | 11000 | 100000 | 1001100 | 101011 |
Color Harmonies of #C1741A
Complementary color
Monochromatic Colors of #C1741A
Black with #C1741A
Text Example
Text Example
White with #C1741A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C1741A; }
p { color: rgb(193,116,26); }
H1.HeaderClassName
{
color: #C1741A;
}
.AnyTagClassName
{
color: #C1741A;
}
</style>
background-color css
<style>
a { background-color: #C1741A; }
a { background-color: rgb(193,116,26); }
div.DivClassName
{
background-color: #C1741A;
}
.BgClassName
{
background-color: #C1741A;
}
</style>
border-color css
<style>
span { border-color: #C1741A; }
span { border-color: rgb(193,116,26); }
td.TdClassName
{
border-color: #C1741A;
}
.TagClassName
{
border-color: #C1741A;
}
</style>