Shades of Ochre #C5780E
Tints of Ochre #C5780E
RGB
CMYK
RGB Variations
Color information
#C5780E (or 0xC5780E) is known color: Ochre. HEX triplet: C5, 78 and 0E. RGB value is (197,120,14). Sum of RGB (Red+Green+Blue) = 197+120+14=331 (43% of max value = 765). Red value is 197 (77.34% from 255 or 59.52% from 331); Green value is 120 (47.27% from 255 or 36.25% from 331); Blue value is 14 (5.86% from 255 or 4.23% from 331); Max value from RGB is 197 - color contains mainly: red. Hex color #C5780E is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C5780E is #3A87F1. Grayscale: #838383. Windows color (decimal): -3835890 or 948421. OLE color: 948421.
HSL color Cylindrical-coordinate representation of color #C5780E: hue angle of 34.75º degrees, saturation: 0.87, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #C5780E is Cyan = 0, Magento = 0.39, Yellow = 0.93 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 120 | 14 | - |
| CMYK | 0 | 0.39 | 0.93 | 0.23 |
| HSL | 34.75º | 0.87% | 0.41% | - |
| HSV(B) | 34.75º | 0.93% | 0.77% | - |
| XYZ | 29.82 | 25.33 | 3.73 | - |
| YUV | 130.94 | 62.01 | 175.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 120 | 14 | 0 | 0.39 | 0.93 | 0.23 | 34.75 | 0.87 | 0.41 |
| Hex | C5 | 78 | E | 0 | 27 | 5D | 17 | 23 | 57 | 29 |
| Octal | 305 | 170 | 16 | 0 | 47 | 135 | 27 | 43 | 127 | 51 |
| Binary | 11000101 | 1111000 | 1110 | 0 | 100111 | 1011101 | 10111 | 100011 | 1010111 | 101001 |
Color Harmonies of #C5780E
Complementary color
Monochromatic Colors of #C5780E
Black with #C5780E
Text Example
Text Example
White with #C5780E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5780E; }
p { color: rgb(197,120,14); }
H1.HeaderClassName
{
color: #C5780E;
}
.AnyTagClassName
{
color: #C5780E;
}
</style>
background-color css
<style>
a { background-color: #C5780E; }
a { background-color: rgb(197,120,14); }
div.DivClassName
{
background-color: #C5780E;
}
.BgClassName
{
background-color: #C5780E;
}
</style>
border-color css
<style>
span { border-color: #C5780E; }
span { border-color: rgb(197,120,14); }
td.TdClassName
{
border-color: #C5780E;
}
.TagClassName
{
border-color: #C5780E;
}
</style>