Shades of Ochre #C17A1F
Tints of Ochre #C17A1F
RGB
CMYK
RGB Variations
Color information
#C17A1F (or 0xC17A1F) is known color: Ochre. HEX triplet: C1, 7A and 1F. RGB value is (193,122,31). Sum of RGB (Red+Green+Blue) = 193+122+31=346 (45% of max value = 765). Red value is 193 (75.78% from 255 or 55.78% from 346); Green value is 122 (48.05% from 255 or 35.26% from 346); Blue value is 31 (12.5% from 255 or 8.96% from 346); Max value from RGB is 193 - color contains mainly: red. Hex color #C17A1F is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C17A1F is #3E85E0. Grayscale: #858585. Windows color (decimal): -4097505 or 2063041. OLE color: 2063041.
HSL color Cylindrical-coordinate representation of color #C17A1F: hue angle of 33.7º 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 #C17A1F is Cyan = 0, Magento = 0.37, Yellow = 0.84 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 122 | 31 | - |
| CMYK | 0 | 0.37 | 0.84 | 0.24 |
| HSL | 33.7º | 0.72% | 0.44% | - |
| HSV(B) | 33.7º | 0.84% | 0.76% | - |
| XYZ | 29.2 | 25.36 | 4.65 | - |
| YUV | 132.86 | 70.52 | 170.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 122 | 31 | 0 | 0.37 | 0.84 | 0.24 | 33.7 | 0.72 | 0.44 |
| Hex | C1 | 7A | 1F | 0 | 25 | 54 | 18 | 22 | 48 | 2C |
| Octal | 301 | 172 | 37 | 0 | 45 | 124 | 30 | 42 | 110 | 54 |
| Binary | 11000001 | 1111010 | 11111 | 0 | 100101 | 1010100 | 11000 | 100010 | 1001000 | 101100 |
Color Harmonies of #C17A1F
Complementary color
Monochromatic Colors of #C17A1F
Black with #C17A1F
Text Example
Text Example
White with #C17A1F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C17A1F; }
p { color: rgb(193,122,31); }
H1.HeaderClassName
{
color: #C17A1F;
}
.AnyTagClassName
{
color: #C17A1F;
}
</style>
background-color css
<style>
a { background-color: #C17A1F; }
a { background-color: rgb(193,122,31); }
div.DivClassName
{
background-color: #C17A1F;
}
.BgClassName
{
background-color: #C17A1F;
}
</style>
border-color css
<style>
span { border-color: #C17A1F; }
span { border-color: rgb(193,122,31); }
td.TdClassName
{
border-color: #C17A1F;
}
.TagClassName
{
border-color: #C17A1F;
}
</style>