Shades of Ochre #C1781F
Tints of Ochre #C1781F
RGB
CMYK
RGB Variations
Color information
#C1781F (or 0xC1781F) is known color: Ochre. HEX triplet: C1, 78 and 1F. RGB value is (193,120,31). Sum of RGB (Red+Green+Blue) = 193+120+31=344 (45% of max value = 765). Red value is 193 (75.78% from 255 or 56.10% from 344); Green value is 120 (47.27% from 255 or 34.88% from 344); Blue value is 31 (12.5% from 255 or 9.01% from 344); Max value from RGB is 193 - color contains mainly: red. Hex color #C1781F is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C1781F is #3E87E0. Grayscale: #848484. Windows color (decimal): -4098017 or 2062529. OLE color: 2062529.
HSL color Cylindrical-coordinate representation of color #C1781F: hue angle of 32.96º 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 #C1781F is Cyan = 0, Magento = 0.38, Yellow = 0.84 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 120 | 31 | - |
| CMYK | 0 | 0.38 | 0.84 | 0.24 |
| HSL | 32.96º | 0.72% | 0.44% | - |
| HSV(B) | 32.96º | 0.84% | 0.76% | - |
| XYZ | 28.96 | 24.87 | 4.57 | - |
| YUV | 131.68 | 71.18 | 171.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 120 | 31 | 0 | 0.38 | 0.84 | 0.24 | 32.96 | 0.72 | 0.44 |
| Hex | C1 | 78 | 1F | 0 | 26 | 54 | 18 | 21 | 48 | 2C |
| Octal | 301 | 170 | 37 | 0 | 46 | 124 | 30 | 41 | 110 | 54 |
| Binary | 11000001 | 1111000 | 11111 | 0 | 100110 | 1010100 | 11000 | 100001 | 1001000 | 101100 |
Color Harmonies of #C1781F
Complementary color
Monochromatic Colors of #C1781F
Black with #C1781F
Text Example
Text Example
White with #C1781F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C1781F; }
p { color: rgb(193,120,31); }
H1.HeaderClassName
{
color: #C1781F;
}
.AnyTagClassName
{
color: #C1781F;
}
</style>
background-color css
<style>
a { background-color: #C1781F; }
a { background-color: rgb(193,120,31); }
div.DivClassName
{
background-color: #C1781F;
}
.BgClassName
{
background-color: #C1781F;
}
</style>
border-color css
<style>
span { border-color: #C1781F; }
span { border-color: rgb(193,120,31); }
td.TdClassName
{
border-color: #C1781F;
}
.TagClassName
{
border-color: #C1781F;
}
</style>