Shades of Ochre #C5721C
Tints of Ochre #C5721C
RGB
CMYK
RGB Variations
Color information
#C5721C (or 0xC5721C) is known color: Ochre. HEX triplet: C5, 72 and 1C. RGB value is (197,114,28). Sum of RGB (Red+Green+Blue) = 197+114+28=339 (44% of max value = 765). Red value is 197 (77.34% from 255 or 58.11% from 339); Green value is 114 (44.92% from 255 or 33.63% from 339); Blue value is 28 (11.33% from 255 or 8.26% from 339); Max value from RGB is 197 - color contains mainly: red. Hex color #C5721C is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C5721C is #3A8DE3. Grayscale: #818181. Windows color (decimal): -3837412 or 1864389. OLE color: 1864389.
HSL color Cylindrical-coordinate representation of color #C5721C: hue angle of 30.53º degrees, saturation: 0.75, 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 #C5721C is Cyan = 0, Magento = 0.42, Yellow = 0.86 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 114 | 28 | - |
| CMYK | 0 | 0.42 | 0.86 | 0.23 |
| HSL | 30.53º | 0.75% | 0.44% | - |
| HSV(B) | 30.53º | 0.86% | 0.77% | - |
| XYZ | 29.25 | 23.99 | 4.19 | - |
| YUV | 129.01 | 71 | 176.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 114 | 28 | 0 | 0.42 | 0.86 | 0.23 | 30.53 | 0.75 | 0.44 |
| Hex | C5 | 72 | 1C | 0 | 2A | 56 | 17 | 1F | 4B | 2C |
| Octal | 305 | 162 | 34 | 0 | 52 | 126 | 27 | 37 | 113 | 54 |
| Binary | 11000101 | 1110010 | 11100 | 0 | 101010 | 1010110 | 10111 | 11111 | 1001011 | 101100 |
Color Harmonies of #C5721C
Complementary color
Monochromatic Colors of #C5721C
Black with #C5721C
Text Example
Text Example
White with #C5721C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5721C; }
p { color: rgb(197,114,28); }
H1.HeaderClassName
{
color: #C5721C;
}
.AnyTagClassName
{
color: #C5721C;
}
</style>
background-color css
<style>
a { background-color: #C5721C; }
a { background-color: rgb(197,114,28); }
div.DivClassName
{
background-color: #C5721C;
}
.BgClassName
{
background-color: #C5721C;
}
</style>
border-color css
<style>
span { border-color: #C5721C; }
span { border-color: rgb(197,114,28); }
td.TdClassName
{
border-color: #C5721C;
}
.TagClassName
{
border-color: #C5721C;
}
</style>