Shades of Ochre #C5782B
Tints of Ochre #C5782B
RGB
CMYK
RGB Variations
Color information
#C5782B (or 0xC5782B) is known color: Ochre. HEX triplet: C5, 78 and 2B. RGB value is (197,120,43). Sum of RGB (Red+Green+Blue) = 197+120+43=360 (47% of max value = 765). Red value is 197 (77.34% from 255 or 54.72% from 360); Green value is 120 (47.27% from 255 or 33.33% from 360); Blue value is 43 (17.19% from 255 or 11.94% from 360); Max value from RGB is 197 - color contains mainly: red. Hex color #C5782B is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C5782B is #3A87D4. Grayscale: #868686. Windows color (decimal): -3835861 or 2848965. OLE color: 2848965.
HSL color Cylindrical-coordinate representation of color #C5782B: hue angle of 30º degrees, saturation: 0.64, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #C5782B is Cyan = 0, Magento = 0.39, Yellow = 0.78 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 120 | 43 | - |
| CMYK | 0 | 0.39 | 0.78 | 0.23 |
| HSL | 30º | 0.64% | 0.47% | - |
| HSV(B) | 30º | 0.78% | 0.77% | - |
| XYZ | 30.18 | 25.48 | 5.61 | - |
| YUV | 134.25 | 76.51 | 172.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 120 | 43 | 0 | 0.39 | 0.78 | 0.23 | 30 | 0.64 | 0.47 |
| Hex | C5 | 78 | 2B | 0 | 27 | 4E | 17 | 1E | 40 | 2F |
| Octal | 305 | 170 | 53 | 0 | 47 | 116 | 27 | 36 | 100 | 57 |
| Binary | 11000101 | 1111000 | 101011 | 0 | 100111 | 1001110 | 10111 | 11110 | 1000000 | 101111 |
Color Harmonies of #C5782B
Complementary color
Monochromatic Colors of #C5782B
Black with #C5782B
Text Example
Text Example
White with #C5782B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5782B; }
p { color: rgb(197,120,43); }
H1.HeaderClassName
{
color: #C5782B;
}
.AnyTagClassName
{
color: #C5782B;
}
</style>
background-color css
<style>
a { background-color: #C5782B; }
a { background-color: rgb(197,120,43); }
div.DivClassName
{
background-color: #C5782B;
}
.BgClassName
{
background-color: #C5782B;
}
</style>
border-color css
<style>
span { border-color: #C5782B; }
span { border-color: rgb(197,120,43); }
td.TdClassName
{
border-color: #C5782B;
}
.TagClassName
{
border-color: #C5782B;
}
</style>