Shades of Ochre #C5781A
Tints of Ochre #C5781A
RGB
CMYK
RGB Variations
Color information
#C5781A (or 0xC5781A) is known color: Ochre. HEX triplet: C5, 78 and 1A. RGB value is (197,120,26). Sum of RGB (Red+Green+Blue) = 197+120+26=343 (45% of max value = 765). Red value is 197 (77.34% from 255 or 57.43% from 343); Green value is 120 (47.27% from 255 or 34.99% from 343); Blue value is 26 (10.55% from 255 or 7.58% from 343); Max value from RGB is 197 - color contains mainly: red. Hex color #C5781A is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C5781A is #3A87E5. Grayscale: #848484. Windows color (decimal): -3835878 or 1734853. OLE color: 1734853.
HSL color Cylindrical-coordinate representation of color #C5781A: hue angle of 32.98º degrees, saturation: 0.77, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #C5781A is Cyan = 0, Magento = 0.39, Yellow = 0.87 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 120 | 26 | - |
| CMYK | 0 | 0.39 | 0.87 | 0.23 |
| HSL | 32.98º | 0.77% | 0.44% | - |
| HSV(B) | 32.98º | 0.87% | 0.77% | - |
| XYZ | 29.93 | 25.38 | 4.3 | - |
| YUV | 132.31 | 68.01 | 174.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 120 | 26 | 0 | 0.39 | 0.87 | 0.23 | 32.98 | 0.77 | 0.44 |
| Hex | C5 | 78 | 1A | 0 | 27 | 57 | 17 | 21 | 4D | 2C |
| Octal | 305 | 170 | 32 | 0 | 47 | 127 | 27 | 41 | 115 | 54 |
| Binary | 11000101 | 1111000 | 11010 | 0 | 100111 | 1010111 | 10111 | 100001 | 1001101 | 101100 |
Color Harmonies of #C5781A
Complementary color
Monochromatic Colors of #C5781A
Black with #C5781A
Text Example
Text Example
White with #C5781A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5781A; }
p { color: rgb(197,120,26); }
H1.HeaderClassName
{
color: #C5781A;
}
.AnyTagClassName
{
color: #C5781A;
}
</style>
background-color css
<style>
a { background-color: #C5781A; }
a { background-color: rgb(197,120,26); }
div.DivClassName
{
background-color: #C5781A;
}
.BgClassName
{
background-color: #C5781A;
}
</style>
border-color css
<style>
span { border-color: #C5781A; }
span { border-color: rgb(197,120,26); }
td.TdClassName
{
border-color: #C5781A;
}
.TagClassName
{
border-color: #C5781A;
}
</style>