Shades of Ochre #C5721F
Tints of Ochre #C5721F
RGB
CMYK
RGB Variations
Color information
#C5721F (or 0xC5721F) is known color: Ochre. HEX triplet: C5, 72 and 1F. RGB value is (197,114,31). Sum of RGB (Red+Green+Blue) = 197+114+31=342 (45% of max value = 765). Red value is 197 (77.34% from 255 or 57.60% from 342); Green value is 114 (44.92% from 255 or 33.33% from 342); Blue value is 31 (12.5% from 255 or 9.06% from 342); Max value from RGB is 197 - color contains mainly: red. Hex color #C5721F is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C5721F is #3A8DE0. Grayscale: #818181. Windows color (decimal): -3837409 or 2060997. OLE color: 2060997.
HSL color Cylindrical-coordinate representation of color #C5721F: hue angle of 30º degrees, saturation: 0.73, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #C5721F is Cyan = 0, Magento = 0.42, Yellow = 0.84 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 114 | 31 | - |
| CMYK | 0 | 0.42 | 0.84 | 0.23 |
| HSL | 30º | 0.73% | 0.45% | - |
| HSV(B) | 30º | 0.84% | 0.77% | - |
| XYZ | 29.29 | 24 | 4.39 | - |
| YUV | 129.36 | 72.5 | 176.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 114 | 31 | 0 | 0.42 | 0.84 | 0.23 | 30 | 0.73 | 0.45 |
| Hex | C5 | 72 | 1F | 0 | 2A | 54 | 17 | 1E | 49 | 2D |
| Octal | 305 | 162 | 37 | 0 | 52 | 124 | 27 | 36 | 111 | 55 |
| Binary | 11000101 | 1110010 | 11111 | 0 | 101010 | 1010100 | 10111 | 11110 | 1001001 | 101101 |
Color Harmonies of #C5721F
Complementary color
Monochromatic Colors of #C5721F
Black with #C5721F
Text Example
Text Example
White with #C5721F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5721F; }
p { color: rgb(197,114,31); }
H1.HeaderClassName
{
color: #C5721F;
}
.AnyTagClassName
{
color: #C5721F;
}
</style>
background-color css
<style>
a { background-color: #C5721F; }
a { background-color: rgb(197,114,31); }
div.DivClassName
{
background-color: #C5721F;
}
.BgClassName
{
background-color: #C5721F;
}
</style>
border-color css
<style>
span { border-color: #C5721F; }
span { border-color: rgb(197,114,31); }
td.TdClassName
{
border-color: #C5721F;
}
.TagClassName
{
border-color: #C5721F;
}
</style>