Shades of Ochre #C17812
Tints of Ochre #C17812
RGB
CMYK
RGB Variations
Color information
#C17812 (or 0xC17812) is known color: Ochre. HEX triplet: C1, 78 and 12. RGB value is (193,120,18). Sum of RGB (Red+Green+Blue) = 193+120+18=331 (43% of max value = 765). Red value is 193 (75.78% from 255 or 58.31% from 331); Green value is 120 (47.27% from 255 or 36.25% from 331); Blue value is 18 (7.42% from 255 or 5.44% from 331); Max value from RGB is 193 - color contains mainly: red. Hex color #C17812 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C17812 is #3E87ED. Grayscale: #828282. Windows color (decimal): -4098030 or 1210561. OLE color: 1210561.
HSL color Cylindrical-coordinate representation of color #C17812: hue angle of 34.97º degrees, saturation: 0.83, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #C17812 is Cyan = 0, Magento = 0.38, Yellow = 0.91 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 120 | 18 | - |
| CMYK | 0 | 0.38 | 0.91 | 0.24 |
| HSL | 34.97º | 0.83% | 0.41% | - |
| HSV(B) | 34.97º | 0.91% | 0.76% | - |
| XYZ | 28.82 | 24.81 | 3.84 | - |
| YUV | 130.2 | 64.68 | 172.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 120 | 18 | 0 | 0.38 | 0.91 | 0.24 | 34.97 | 0.83 | 0.41 |
| Hex | C1 | 78 | 12 | 0 | 26 | 5B | 18 | 23 | 53 | 29 |
| Octal | 301 | 170 | 22 | 0 | 46 | 133 | 30 | 43 | 123 | 51 |
| Binary | 11000001 | 1111000 | 10010 | 0 | 100110 | 1011011 | 11000 | 100011 | 1010011 | 101001 |
Color Harmonies of #C17812
Complementary color
Monochromatic Colors of #C17812
Black with #C17812
Text Example
Text Example
White with #C17812
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C17812; }
p { color: rgb(193,120,18); }
H1.HeaderClassName
{
color: #C17812;
}
.AnyTagClassName
{
color: #C17812;
}
</style>
background-color css
<style>
a { background-color: #C17812; }
a { background-color: rgb(193,120,18); }
div.DivClassName
{
background-color: #C17812;
}
.BgClassName
{
background-color: #C17812;
}
</style>
border-color css
<style>
span { border-color: #C17812; }
span { border-color: rgb(193,120,18); }
td.TdClassName
{
border-color: #C17812;
}
.TagClassName
{
border-color: #C17812;
}
</style>