Shades of Ochre #C5772B
Tints of Ochre #C5772B
RGB
CMYK
RGB Variations
Color information
#C5772B (or 0xC5772B) is known color: Ochre. HEX triplet: C5, 77 and 2B. RGB value is (197,119,43). Sum of RGB (Red+Green+Blue) = 197+119+43=359 (47% of max value = 765). Red value is 197 (77.34% from 255 or 54.87% from 359); Green value is 119 (46.88% from 255 or 33.15% from 359); Blue value is 43 (17.19% from 255 or 11.98% from 359); Max value from RGB is 197 - color contains mainly: red. Hex color #C5772B is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C5772B is #3A88D4. Grayscale: #868686. Windows color (decimal): -3836117 or 2848709. OLE color: 2848709.
HSL color Cylindrical-coordinate representation of color #C5772B: hue angle of 29.61º 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 #C5772B is Cyan = 0, Magento = 0.40, Yellow = 0.78 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 119 | 43 | - |
| CMYK | 0 | 0.40 | 0.78 | 0.23 |
| HSL | 29.61º | 0.64% | 0.47% | - |
| HSV(B) | 29.61º | 0.78% | 0.77% | - |
| XYZ | 30.06 | 25.24 | 5.57 | - |
| YUV | 133.66 | 76.84 | 173.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 119 | 43 | 0 | 0.40 | 0.78 | 0.23 | 29.61 | 0.64 | 0.47 |
| Hex | C5 | 77 | 2B | 0 | 28 | 4E | 17 | 1E | 40 | 2F |
| Octal | 305 | 167 | 53 | 0 | 50 | 116 | 27 | 36 | 100 | 57 |
| Binary | 11000101 | 1110111 | 101011 | 0 | 101000 | 1001110 | 10111 | 11110 | 1000000 | 101111 |
Color Harmonies of #C5772B
Complementary color
Monochromatic Colors of #C5772B
Black with #C5772B
Text Example
Text Example
White with #C5772B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5772B; }
p { color: rgb(197,119,43); }
H1.HeaderClassName
{
color: #C5772B;
}
.AnyTagClassName
{
color: #C5772B;
}
</style>
background-color css
<style>
a { background-color: #C5772B; }
a { background-color: rgb(197,119,43); }
div.DivClassName
{
background-color: #C5772B;
}
.BgClassName
{
background-color: #C5772B;
}
</style>
border-color css
<style>
span { border-color: #C5772B; }
span { border-color: rgb(197,119,43); }
td.TdClassName
{
border-color: #C5772B;
}
.TagClassName
{
border-color: #C5772B;
}
</style>