Shades of Ochre #C0781D
Tints of Ochre #C0781D
RGB
CMYK
RGB Variations
Color information
#C0781D (or 0xC0781D) is known color: Ochre. HEX triplet: C0, 78 and 1D. RGB value is (192,120,29). Sum of RGB (Red+Green+Blue) = 192+120+29=341 (45% of max value = 765). Red value is 192 (75.39% from 255 or 56.30% from 341); Green value is 120 (47.27% from 255 or 35.19% from 341); Blue value is 29 (11.72% from 255 or 8.50% from 341); Max value from RGB is 192 - color contains mainly: red. Hex color #C0781D is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C0781D is #3F87E2. Grayscale: #838383. Windows color (decimal): -4163555 or 1931456. OLE color: 1931456.
HSL color Cylindrical-coordinate representation of color #C0781D: hue angle of 33.5º degrees, saturation: 0.74, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #C0781D is Cyan = 0, Magento = 0.38, Yellow = 0.85 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 120 | 29 | - |
| CMYK | 0 | 0.38 | 0.85 | 0.25 |
| HSL | 33.5º | 0.74% | 0.43% | - |
| HSV(B) | 33.5º | 0.85% | 0.75% | - |
| XYZ | 28.68 | 24.73 | 4.42 | - |
| YUV | 131.15 | 70.35 | 171.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 120 | 29 | 0 | 0.38 | 0.85 | 0.25 | 33.5 | 0.74 | 0.43 |
| Hex | C0 | 78 | 1D | 0 | 26 | 55 | 19 | 21 | 4A | 2B |
| Octal | 300 | 170 | 35 | 0 | 46 | 125 | 31 | 41 | 112 | 53 |
| Binary | 11000000 | 1111000 | 11101 | 0 | 100110 | 1010101 | 11001 | 100001 | 1001010 | 101011 |
Color Harmonies of #C0781D
Complementary color
Monochromatic Colors of #C0781D
Black with #C0781D
Text Example
Text Example
White with #C0781D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0781D; }
p { color: rgb(192,120,29); }
H1.HeaderClassName
{
color: #C0781D;
}
.AnyTagClassName
{
color: #C0781D;
}
</style>
background-color css
<style>
a { background-color: #C0781D; }
a { background-color: rgb(192,120,29); }
div.DivClassName
{
background-color: #C0781D;
}
.BgClassName
{
background-color: #C0781D;
}
</style>
border-color css
<style>
span { border-color: #C0781D; }
span { border-color: rgb(192,120,29); }
td.TdClassName
{
border-color: #C0781D;
}
.TagClassName
{
border-color: #C0781D;
}
</style>