Shades of Ochre #C5791B
Tints of Ochre #C5791B
RGB
CMYK
RGB Variations
Color information
#C5791B (or 0xC5791B) is known color: Ochre. HEX triplet: C5, 79 and 1B. RGB value is (197,121,27). Sum of RGB (Red+Green+Blue) = 197+121+27=345 (45% of max value = 765). Red value is 197 (77.34% from 255 or 57.10% from 345); Green value is 121 (47.66% from 255 or 35.07% from 345); Blue value is 27 (10.94% from 255 or 7.83% from 345); Max value from RGB is 197 - color contains mainly: red. Hex color #C5791B is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C5791B is #3A86E4. Grayscale: #858585. Windows color (decimal): -3835621 or 1800645. OLE color: 1800645.
HSL color Cylindrical-coordinate representation of color #C5791B: hue angle of 33.18º degrees, saturation: 0.76, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #C5791B is Cyan = 0, Magento = 0.39, Yellow = 0.86 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 121 | 27 | - |
| CMYK | 0 | 0.39 | 0.86 | 0.23 |
| HSL | 33.18º | 0.76% | 0.44% | - |
| HSV(B) | 33.18º | 0.86% | 0.77% | - |
| XYZ | 30.06 | 25.62 | 4.4 | - |
| YUV | 133.01 | 68.18 | 173.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 121 | 27 | 0 | 0.39 | 0.86 | 0.23 | 33.18 | 0.76 | 0.44 |
| Hex | C5 | 79 | 1B | 0 | 27 | 56 | 17 | 21 | 4C | 2C |
| Octal | 305 | 171 | 33 | 0 | 47 | 126 | 27 | 41 | 114 | 54 |
| Binary | 11000101 | 1111001 | 11011 | 0 | 100111 | 1010110 | 10111 | 100001 | 1001100 | 101100 |
Color Harmonies of #C5791B
Complementary color
Monochromatic Colors of #C5791B
Black with #C5791B
Text Example
Text Example
White with #C5791B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5791B; }
p { color: rgb(197,121,27); }
H1.HeaderClassName
{
color: #C5791B;
}
.AnyTagClassName
{
color: #C5791B;
}
</style>
background-color css
<style>
a { background-color: #C5791B; }
a { background-color: rgb(197,121,27); }
div.DivClassName
{
background-color: #C5791B;
}
.BgClassName
{
background-color: #C5791B;
}
</style>
border-color css
<style>
span { border-color: #C5791B; }
span { border-color: rgb(197,121,27); }
td.TdClassName
{
border-color: #C5791B;
}
.TagClassName
{
border-color: #C5791B;
}
</style>