Shades of Ochre #C5780F
Tints of Ochre #C5780F
RGB
CMYK
RGB Variations
Color information
#C5780F (or 0xC5780F) is known color: Ochre. HEX triplet: C5, 78 and 0F. RGB value is (197,120,15). Sum of RGB (Red+Green+Blue) = 197+120+15=332 (43% of max value = 765). Red value is 197 (77.34% from 255 or 59.34% from 332); Green value is 120 (47.27% from 255 or 36.14% from 332); Blue value is 15 (6.25% from 255 or 4.52% from 332); Max value from RGB is 197 - color contains mainly: red. Hex color #C5780F is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C5780F is #3A87F0. Grayscale: #838383. Windows color (decimal): -3835889 or 1013957. OLE color: 1013957.
HSL color Cylindrical-coordinate representation of color #C5780F: hue angle of 34.62º degrees, saturation: 0.86, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #C5780F is Cyan = 0, Magento = 0.39, Yellow = 0.92 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 120 | 15 | - |
| CMYK | 0 | 0.39 | 0.92 | 0.23 |
| HSL | 34.62º | 0.86% | 0.42% | - |
| HSV(B) | 34.62º | 0.92% | 0.77% | - |
| XYZ | 29.83 | 25.34 | 3.77 | - |
| YUV | 131.05 | 62.51 | 175.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 120 | 15 | 0 | 0.39 | 0.92 | 0.23 | 34.62 | 0.86 | 0.42 |
| Hex | C5 | 78 | F | 0 | 27 | 5C | 17 | 23 | 56 | 2A |
| Octal | 305 | 170 | 17 | 0 | 47 | 134 | 27 | 43 | 126 | 52 |
| Binary | 11000101 | 1111000 | 1111 | 0 | 100111 | 1011100 | 10111 | 100011 | 1010110 | 101010 |
Color Harmonies of #C5780F
Complementary color
Monochromatic Colors of #C5780F
Black with #C5780F
Text Example
Text Example
White with #C5780F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5780F; }
p { color: rgb(197,120,15); }
H1.HeaderClassName
{
color: #C5780F;
}
.AnyTagClassName
{
color: #C5780F;
}
</style>
background-color css
<style>
a { background-color: #C5780F; }
a { background-color: rgb(197,120,15); }
div.DivClassName
{
background-color: #C5780F;
}
.BgClassName
{
background-color: #C5780F;
}
</style>
border-color css
<style>
span { border-color: #C5780F; }
span { border-color: rgb(197,120,15); }
td.TdClassName
{
border-color: #C5780F;
}
.TagClassName
{
border-color: #C5780F;
}
</style>