Shades of Ochre #C5721D
Tints of Ochre #C5721D
RGB
CMYK
RGB Variations
Color information
#C5721D (or 0xC5721D) is known color: Ochre. HEX triplet: C5, 72 and 1D. RGB value is (197,114,29). Sum of RGB (Red+Green+Blue) = 197+114+29=340 (45% of max value = 765). Red value is 197 (77.34% from 255 or 57.94% from 340); Green value is 114 (44.92% from 255 or 33.53% from 340); Blue value is 29 (11.72% from 255 or 8.53% from 340); Max value from RGB is 197 - color contains mainly: red. Hex color #C5721D is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C5721D is #3A8DE2. Grayscale: #818181. Windows color (decimal): -3837411 or 1929925. OLE color: 1929925.
HSL color Cylindrical-coordinate representation of color #C5721D: hue angle of 30.36º degrees, saturation: 0.74, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #C5721D is Cyan = 0, Magento = 0.42, Yellow = 0.85 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 114 | 29 | - |
| CMYK | 0 | 0.42 | 0.85 | 0.23 |
| HSL | 30.36º | 0.74% | 0.44% | - |
| HSV(B) | 30.36º | 0.85% | 0.77% | - |
| XYZ | 29.27 | 23.99 | 4.25 | - |
| YUV | 129.13 | 71.5 | 176.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 114 | 29 | 0 | 0.42 | 0.85 | 0.23 | 30.36 | 0.74 | 0.44 |
| Hex | C5 | 72 | 1D | 0 | 2A | 55 | 17 | 1E | 4A | 2C |
| Octal | 305 | 162 | 35 | 0 | 52 | 125 | 27 | 36 | 112 | 54 |
| Binary | 11000101 | 1110010 | 11101 | 0 | 101010 | 1010101 | 10111 | 11110 | 1001010 | 101100 |
Color Harmonies of #C5721D
Complementary color
Monochromatic Colors of #C5721D
Black with #C5721D
Text Example
Text Example
White with #C5721D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5721D; }
p { color: rgb(197,114,29); }
H1.HeaderClassName
{
color: #C5721D;
}
.AnyTagClassName
{
color: #C5721D;
}
</style>
background-color css
<style>
a { background-color: #C5721D; }
a { background-color: rgb(197,114,29); }
div.DivClassName
{
background-color: #C5721D;
}
.BgClassName
{
background-color: #C5721D;
}
</style>
border-color css
<style>
span { border-color: #C5721D; }
span { border-color: rgb(197,114,29); }
td.TdClassName
{
border-color: #C5721D;
}
.TagClassName
{
border-color: #C5721D;
}
</style>