Shades of Ochre #C5730D
Tints of Ochre #C5730D
RGB
CMYK
RGB Variations
Color information
#C5730D (or 0xC5730D) is known color: Ochre. HEX triplet: C5, 73 and 0D. RGB value is (197,115,13). Sum of RGB (Red+Green+Blue) = 197+115+13=325 (43% of max value = 765). Red value is 197 (77.34% from 255 or 60.62% from 325); Green value is 115 (45.31% from 255 or 35.38% from 325); Blue value is 13 (5.47% from 255 or 4% from 325); Max value from RGB is 197 - color contains mainly: red. Hex color #C5730D is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C5730D is #3A8CF2. Grayscale: #808080. Windows color (decimal): -3837171 or 881605. OLE color: 881605.
HSL color Cylindrical-coordinate representation of color #C5730D: hue angle of 33.26º degrees, saturation: 0.88, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #C5730D is Cyan = 0, Magento = 0.42, Yellow = 0.93 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 115 | 13 | - |
| CMYK | 0 | 0.42 | 0.93 | 0.23 |
| HSL | 33.26º | 0.88% | 0.41% | - |
| HSV(B) | 33.26º | 0.93% | 0.77% | - |
| XYZ | 29.23 | 24.16 | 3.5 | - |
| YUV | 127.89 | 63.17 | 177.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 115 | 13 | 0 | 0.42 | 0.93 | 0.23 | 33.26 | 0.88 | 0.41 |
| Hex | C5 | 73 | D | 0 | 2A | 5D | 17 | 21 | 58 | 29 |
| Octal | 305 | 163 | 15 | 0 | 52 | 135 | 27 | 41 | 130 | 51 |
| Binary | 11000101 | 1110011 | 1101 | 0 | 101010 | 1011101 | 10111 | 100001 | 1011000 | 101001 |
Color Harmonies of #C5730D
Complementary color
Monochromatic Colors of #C5730D
Black with #C5730D
Text Example
Text Example
White with #C5730D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5730D; }
p { color: rgb(197,115,13); }
H1.HeaderClassName
{
color: #C5730D;
}
.AnyTagClassName
{
color: #C5730D;
}
</style>
background-color css
<style>
a { background-color: #C5730D; }
a { background-color: rgb(197,115,13); }
div.DivClassName
{
background-color: #C5730D;
}
.BgClassName
{
background-color: #C5730D;
}
</style>
border-color css
<style>
span { border-color: #C5730D; }
span { border-color: rgb(197,115,13); }
td.TdClassName
{
border-color: #C5730D;
}
.TagClassName
{
border-color: #C5730D;
}
</style>