Shades of Ochre #C78317
Tints of Ochre #C78317
RGB
CMYK
RGB Variations
Color information
#C78317 (or 0xC78317) is known color: Ochre. HEX triplet: C7, 83 and 17. RGB value is (199,131,23). Sum of RGB (Red+Green+Blue) = 199+131+23=353 (46% of max value = 765). Red value is 199 (78.12% from 255 or 56.37% from 353); Green value is 131 (51.56% from 255 or 37.11% from 353); Blue value is 23 (9.38% from 255 or 6.52% from 353); Max value from RGB is 199 - color contains mainly: red. Hex color #C78317 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C78317 is #387CE8. Grayscale: #8B8B8B. Windows color (decimal): -3701993 or 1541063. OLE color: 1541063.
HSL color Cylindrical-coordinate representation of color #C78317: hue angle of 36.82º degrees, saturation: 0.79, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #C78317 is Cyan = 0, Magento = 0.34, Yellow = 0.88 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 131 | 23 | - |
| CMYK | 0 | 0.34 | 0.88 | 0.22 |
| HSL | 36.82º | 0.79% | 0.44% | - |
| HSV(B) | 36.82º | 0.88% | 0.78% | - |
| XYZ | 31.82 | 28.44 | 4.62 | - |
| YUV | 139.02 | 62.53 | 170.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 131 | 23 | 0 | 0.34 | 0.88 | 0.22 | 36.82 | 0.79 | 0.44 |
| Hex | C7 | 83 | 17 | 0 | 22 | 58 | 16 | 25 | 4F | 2C |
| Octal | 307 | 203 | 27 | 0 | 42 | 130 | 26 | 45 | 117 | 54 |
| Binary | 11000111 | 10000011 | 10111 | 0 | 100010 | 1011000 | 10110 | 100101 | 1001111 | 101100 |
Color Harmonies of #C78317
Complementary color
Monochromatic Colors of #C78317
Black with #C78317
Text Example
Text Example
White with #C78317
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C78317; }
p { color: rgb(199,131,23); }
H1.HeaderClassName
{
color: #C78317;
}
.AnyTagClassName
{
color: #C78317;
}
</style>
background-color css
<style>
a { background-color: #C78317; }
a { background-color: rgb(199,131,23); }
div.DivClassName
{
background-color: #C78317;
}
.BgClassName
{
background-color: #C78317;
}
</style>
border-color css
<style>
span { border-color: #C78317; }
span { border-color: rgb(199,131,23); }
td.TdClassName
{
border-color: #C78317;
}
.TagClassName
{
border-color: #C78317;
}
</style>