Shades of Ochre #C17618
Tints of Ochre #C17618
RGB
CMYK
RGB Variations
Color information
#C17618 (or 0xC17618) is known color: Ochre. HEX triplet: C1, 76 and 18. RGB value is (193,118,24). Sum of RGB (Red+Green+Blue) = 193+118+24=335 (44% of max value = 765). Red value is 193 (75.78% from 255 or 57.61% from 335); Green value is 118 (46.48% from 255 or 35.22% from 335); Blue value is 24 (9.77% from 255 or 7.16% from 335); Max value from RGB is 193 - color contains mainly: red. Hex color #C17618 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C17618 is #3E89E7. Grayscale: #828282. Windows color (decimal): -4098536 or 1603265. OLE color: 1603265.
HSL color Cylindrical-coordinate representation of color #C17618: hue angle of 33.37º degrees, saturation: 0.78, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #C17618 is Cyan = 0, Magento = 0.39, Yellow = 0.88 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 118 | 24 | - |
| CMYK | 0 | 0.39 | 0.88 | 0.24 |
| HSL | 33.37º | 0.78% | 0.43% | - |
| HSV(B) | 33.37º | 0.88% | 0.76% | - |
| XYZ | 28.64 | 24.36 | 4.06 | - |
| YUV | 129.71 | 68.35 | 173.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 118 | 24 | 0 | 0.39 | 0.88 | 0.24 | 33.37 | 0.78 | 0.43 |
| Hex | C1 | 76 | 18 | 0 | 27 | 58 | 18 | 21 | 4E | 2B |
| Octal | 301 | 166 | 30 | 0 | 47 | 130 | 30 | 41 | 116 | 53 |
| Binary | 11000001 | 1110110 | 11000 | 0 | 100111 | 1011000 | 11000 | 100001 | 1001110 | 101011 |
Color Harmonies of #C17618
Complementary color
Monochromatic Colors of #C17618
Black with #C17618
Text Example
Text Example
White with #C17618
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C17618; }
p { color: rgb(193,118,24); }
H1.HeaderClassName
{
color: #C17618;
}
.AnyTagClassName
{
color: #C17618;
}
</style>
background-color css
<style>
a { background-color: #C17618; }
a { background-color: rgb(193,118,24); }
div.DivClassName
{
background-color: #C17618;
}
.BgClassName
{
background-color: #C17618;
}
</style>
border-color css
<style>
span { border-color: #C17618; }
span { border-color: rgb(193,118,24); }
td.TdClassName
{
border-color: #C17618;
}
.TagClassName
{
border-color: #C17618;
}
</style>