Shades of Ochre #C07817
Tints of Ochre #C07817
RGB
CMYK
RGB Variations
Color information
#C07817 (or 0xC07817) is known color: Ochre. HEX triplet: C0, 78 and 17. RGB value is (192,120,23). Sum of RGB (Red+Green+Blue) = 192+120+23=335 (44% of max value = 765). Red value is 192 (75.39% from 255 or 57.31% from 335); Green value is 120 (47.27% from 255 or 35.82% from 335); Blue value is 23 (9.38% from 255 or 6.87% from 335); Max value from RGB is 192 - color contains mainly: red. Hex color #C07817 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C07817 is #3F87E8. Grayscale: #828282. Windows color (decimal): -4163561 or 1538240. OLE color: 1538240.
HSL color Cylindrical-coordinate representation of color #C07817: hue angle of 34.44º degrees, saturation: 0.79, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #C07817 is Cyan = 0, Magento = 0.38, Yellow = 0.88 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 120 | 23 | - |
| CMYK | 0 | 0.38 | 0.88 | 0.25 |
| HSL | 34.44º | 0.79% | 0.42% | - |
| HSV(B) | 34.44º | 0.88% | 0.75% | - |
| XYZ | 28.61 | 24.7 | 4.07 | - |
| YUV | 130.47 | 67.35 | 171.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 120 | 23 | 0 | 0.38 | 0.88 | 0.25 | 34.44 | 0.79 | 0.42 |
| Hex | C0 | 78 | 17 | 0 | 26 | 58 | 19 | 22 | 4F | 2A |
| Octal | 300 | 170 | 27 | 0 | 46 | 130 | 31 | 42 | 117 | 52 |
| Binary | 11000000 | 1111000 | 10111 | 0 | 100110 | 1011000 | 11001 | 100010 | 1001111 | 101010 |
Color Harmonies of #C07817
Complementary color
Monochromatic Colors of #C07817
Black with #C07817
Text Example
Text Example
White with #C07817
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C07817; }
p { color: rgb(192,120,23); }
H1.HeaderClassName
{
color: #C07817;
}
.AnyTagClassName
{
color: #C07817;
}
</style>
background-color css
<style>
a { background-color: #C07817; }
a { background-color: rgb(192,120,23); }
div.DivClassName
{
background-color: #C07817;
}
.BgClassName
{
background-color: #C07817;
}
</style>
border-color css
<style>
span { border-color: #C07817; }
span { border-color: rgb(192,120,23); }
td.TdClassName
{
border-color: #C07817;
}
.TagClassName
{
border-color: #C07817;
}
</style>