Shades of Ochre #C5781D
Tints of Ochre #C5781D
RGB
CMYK
RGB Variations
Color information
#C5781D (or 0xC5781D) is known color: Ochre. HEX triplet: C5, 78 and 1D. RGB value is (197,120,29). Sum of RGB (Red+Green+Blue) = 197+120+29=346 (45% of max value = 765). Red value is 197 (77.34% from 255 or 56.94% from 346); Green value is 120 (47.27% from 255 or 34.68% from 346); Blue value is 29 (11.72% from 255 or 8.38% from 346); Max value from RGB is 197 - color contains mainly: red. Hex color #C5781D is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C5781D is #3A87E2. Grayscale: #858585. Windows color (decimal): -3835875 or 1931461. OLE color: 1931461.
HSL color Cylindrical-coordinate representation of color #C5781D: hue angle of 32.5º degrees, saturation: 0.74, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #C5781D is Cyan = 0, Magento = 0.39, Yellow = 0.85 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 120 | 29 | - |
| CMYK | 0 | 0.39 | 0.85 | 0.23 |
| HSL | 32.5º | 0.74% | 0.44% | - |
| HSV(B) | 32.5º | 0.85% | 0.77% | - |
| XYZ | 29.96 | 25.39 | 4.48 | - |
| YUV | 132.65 | 69.51 | 173.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 120 | 29 | 0 | 0.39 | 0.85 | 0.23 | 32.5 | 0.74 | 0.44 |
| Hex | C5 | 78 | 1D | 0 | 27 | 55 | 17 | 20 | 4A | 2C |
| Octal | 305 | 170 | 35 | 0 | 47 | 125 | 27 | 40 | 112 | 54 |
| Binary | 11000101 | 1111000 | 11101 | 0 | 100111 | 1010101 | 10111 | 100000 | 1001010 | 101100 |
Color Harmonies of #C5781D
Complementary color
Monochromatic Colors of #C5781D
Black with #C5781D
Text Example
Text Example
White with #C5781D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5781D; }
p { color: rgb(197,120,29); }
H1.HeaderClassName
{
color: #C5781D;
}
.AnyTagClassName
{
color: #C5781D;
}
</style>
background-color css
<style>
a { background-color: #C5781D; }
a { background-color: rgb(197,120,29); }
div.DivClassName
{
background-color: #C5781D;
}
.BgClassName
{
background-color: #C5781D;
}
</style>
border-color css
<style>
span { border-color: #C5781D; }
span { border-color: rgb(197,120,29); }
td.TdClassName
{
border-color: #C5781D;
}
.TagClassName
{
border-color: #C5781D;
}
</style>