Shades of Ochre #C1791B
Tints of Ochre #C1791B
RGB
CMYK
RGB Variations
Color information
#C1791B (or 0xC1791B) is known color: Ochre. HEX triplet: C1, 79 and 1B. RGB value is (193,121,27). Sum of RGB (Red+Green+Blue) = 193+121+27=341 (45% of max value = 765). Red value is 193 (75.78% from 255 or 56.60% from 341); Green value is 121 (47.66% from 255 or 35.48% from 341); Blue value is 27 (10.94% from 255 or 7.92% from 341); Max value from RGB is 193 - color contains mainly: red. Hex color #C1791B is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C1791B is #3E86E4. Grayscale: #848484. Windows color (decimal): -4097765 or 1800641. OLE color: 1800641.
HSL color Cylindrical-coordinate representation of color #C1791B: hue angle of 33.98º degrees, saturation: 0.75, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #C1791B is Cyan = 0, Magento = 0.37, Yellow = 0.86 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 121 | 27 | - |
| CMYK | 0 | 0.37 | 0.86 | 0.24 |
| HSL | 33.98º | 0.75% | 0.43% | - |
| HSV(B) | 33.98º | 0.86% | 0.76% | - |
| XYZ | 29.03 | 25.09 | 4.35 | - |
| YUV | 131.81 | 68.85 | 171.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 121 | 27 | 0 | 0.37 | 0.86 | 0.24 | 33.98 | 0.75 | 0.43 |
| Hex | C1 | 79 | 1B | 0 | 25 | 56 | 18 | 22 | 4B | 2B |
| Octal | 301 | 171 | 33 | 0 | 45 | 126 | 30 | 42 | 113 | 53 |
| Binary | 11000001 | 1111001 | 11011 | 0 | 100101 | 1010110 | 11000 | 100010 | 1001011 | 101011 |
Color Harmonies of #C1791B
Complementary color
Monochromatic Colors of #C1791B
Black with #C1791B
Text Example
Text Example
White with #C1791B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C1791B; }
p { color: rgb(193,121,27); }
H1.HeaderClassName
{
color: #C1791B;
}
.AnyTagClassName
{
color: #C1791B;
}
</style>
background-color css
<style>
a { background-color: #C1791B; }
a { background-color: rgb(193,121,27); }
div.DivClassName
{
background-color: #C1791B;
}
.BgClassName
{
background-color: #C1791B;
}
</style>
border-color css
<style>
span { border-color: #C1791B; }
span { border-color: rgb(193,121,27); }
td.TdClassName
{
border-color: #C1791B;
}
.TagClassName
{
border-color: #C1791B;
}
</style>