Shades of Ochre #C0781B
Tints of Ochre #C0781B
RGB
CMYK
RGB Variations
Color information
#C0781B (or 0xC0781B) is known color: Ochre. HEX triplet: C0, 78 and 1B. RGB value is (192,120,27). Sum of RGB (Red+Green+Blue) = 192+120+27=339 (44% of max value = 765). Red value is 192 (75.39% from 255 or 56.64% from 339); Green value is 120 (47.27% from 255 or 35.40% from 339); Blue value is 27 (10.94% from 255 or 7.96% from 339); Max value from RGB is 192 - color contains mainly: red. Hex color #C0781B is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C0781B is #3F87E4. Grayscale: #838383. Windows color (decimal): -4163557 or 1800384. OLE color: 1800384.
HSL color Cylindrical-coordinate representation of color #C0781B: hue angle of 33.82º degrees, saturation: 0.75, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #C0781B is Cyan = 0, Magento = 0.38, Yellow = 0.86 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 120 | 27 | - |
| CMYK | 0 | 0.38 | 0.86 | 0.25 |
| HSL | 33.82º | 0.75% | 0.43% | - |
| HSV(B) | 33.82º | 0.86% | 0.75% | - |
| XYZ | 28.65 | 24.72 | 4.3 | - |
| YUV | 130.93 | 69.35 | 171.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 120 | 27 | 0 | 0.38 | 0.86 | 0.25 | 33.82 | 0.75 | 0.43 |
| Hex | C0 | 78 | 1B | 0 | 26 | 56 | 19 | 22 | 4B | 2B |
| Octal | 300 | 170 | 33 | 0 | 46 | 126 | 31 | 42 | 113 | 53 |
| Binary | 11000000 | 1111000 | 11011 | 0 | 100110 | 1010110 | 11001 | 100010 | 1001011 | 101011 |
Color Harmonies of #C0781B
Complementary color
Monochromatic Colors of #C0781B
Black with #C0781B
Text Example
Text Example
White with #C0781B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0781B; }
p { color: rgb(192,120,27); }
H1.HeaderClassName
{
color: #C0781B;
}
.AnyTagClassName
{
color: #C0781B;
}
</style>
background-color css
<style>
a { background-color: #C0781B; }
a { background-color: rgb(192,120,27); }
div.DivClassName
{
background-color: #C0781B;
}
.BgClassName
{
background-color: #C0781B;
}
</style>
border-color css
<style>
span { border-color: #C0781B; }
span { border-color: rgb(192,120,27); }
td.TdClassName
{
border-color: #C0781B;
}
.TagClassName
{
border-color: #C0781B;
}
</style>