Shades of Ochre #C78319
Tints of Ochre #C78319
RGB
CMYK
RGB Variations
Color information
#C78319 (or 0xC78319) is known color: Ochre. HEX triplet: C7, 83 and 19. RGB value is (199,131,25). Sum of RGB (Red+Green+Blue) = 199+131+25=355 (47% of max value = 765). Red value is 199 (78.12% from 255 or 56.06% from 355); Green value is 131 (51.56% from 255 or 36.90% from 355); Blue value is 25 (10.16% from 255 or 7.04% from 355); Max value from RGB is 199 - color contains mainly: red. Hex color #C78319 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C78319 is #387CE6. Grayscale: #8B8B8B. Windows color (decimal): -3701991 or 1672135. OLE color: 1672135.
HSL color Cylindrical-coordinate representation of color #C78319: hue angle of 36.55º degrees, saturation: 0.78, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #C78319 is Cyan = 0, Magento = 0.34, Yellow = 0.87 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 131 | 25 | - |
| CMYK | 0 | 0.34 | 0.87 | 0.22 |
| HSL | 36.55º | 0.78% | 0.44% | - |
| HSV(B) | 36.55º | 0.87% | 0.78% | - |
| XYZ | 31.84 | 28.44 | 4.73 | - |
| YUV | 139.25 | 63.53 | 170.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 131 | 25 | 0 | 0.34 | 0.87 | 0.22 | 36.55 | 0.78 | 0.44 |
| Hex | C7 | 83 | 19 | 0 | 22 | 57 | 16 | 25 | 4E | 2C |
| Octal | 307 | 203 | 31 | 0 | 42 | 127 | 26 | 45 | 116 | 54 |
| Binary | 11000111 | 10000011 | 11001 | 0 | 100010 | 1010111 | 10110 | 100101 | 1001110 | 101100 |
Color Harmonies of #C78319
Complementary color
Monochromatic Colors of #C78319
Black with #C78319
Text Example
Text Example
White with #C78319
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C78319; }
p { color: rgb(199,131,25); }
H1.HeaderClassName
{
color: #C78319;
}
.AnyTagClassName
{
color: #C78319;
}
</style>
background-color css
<style>
a { background-color: #C78319; }
a { background-color: rgb(199,131,25); }
div.DivClassName
{
background-color: #C78319;
}
.BgClassName
{
background-color: #C78319;
}
</style>
border-color css
<style>
span { border-color: #C78319; }
span { border-color: rgb(199,131,25); }
td.TdClassName
{
border-color: #C78319;
}
.TagClassName
{
border-color: #C78319;
}
</style>