Shades of Ochre #C5730F
Tints of Ochre #C5730F
RGB
CMYK
RGB Variations
Color information
#C5730F (or 0xC5730F) is known color: Ochre. HEX triplet: C5, 73 and 0F. RGB value is (197,115,15). Sum of RGB (Red+Green+Blue) = 197+115+15=327 (43% of max value = 765). Red value is 197 (77.34% from 255 or 60.24% from 327); Green value is 115 (45.31% from 255 or 35.17% from 327); Blue value is 15 (6.25% from 255 or 4.59% from 327); Max value from RGB is 197 - color contains mainly: red. Hex color #C5730F is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C5730F is #3A8CF0. Grayscale: #808080. Windows color (decimal): -3837169 or 1012677. OLE color: 1012677.
HSL color Cylindrical-coordinate representation of color #C5730F: hue angle of 32.97º degrees, saturation: 0.86, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #C5730F is Cyan = 0, Magento = 0.42, Yellow = 0.92 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 115 | 15 | - |
| CMYK | 0 | 0.42 | 0.92 | 0.23 |
| HSL | 32.97º | 0.86% | 0.42% | - |
| HSV(B) | 32.97º | 0.92% | 0.77% | - |
| XYZ | 29.24 | 24.17 | 3.58 | - |
| YUV | 128.12 | 64.17 | 177.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 115 | 15 | 0 | 0.42 | 0.92 | 0.23 | 32.97 | 0.86 | 0.42 |
| Hex | C5 | 73 | F | 0 | 2A | 5C | 17 | 21 | 56 | 2A |
| Octal | 305 | 163 | 17 | 0 | 52 | 134 | 27 | 41 | 126 | 52 |
| Binary | 11000101 | 1110011 | 1111 | 0 | 101010 | 1011100 | 10111 | 100001 | 1010110 | 101010 |
Color Harmonies of #C5730F
Complementary color
Monochromatic Colors of #C5730F
Black with #C5730F
Text Example
Text Example
White with #C5730F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5730F; }
p { color: rgb(197,115,15); }
H1.HeaderClassName
{
color: #C5730F;
}
.AnyTagClassName
{
color: #C5730F;
}
</style>
background-color css
<style>
a { background-color: #C5730F; }
a { background-color: rgb(197,115,15); }
div.DivClassName
{
background-color: #C5730F;
}
.BgClassName
{
background-color: #C5730F;
}
</style>
border-color css
<style>
span { border-color: #C5730F; }
span { border-color: rgb(197,115,15); }
td.TdClassName
{
border-color: #C5730F;
}
.TagClassName
{
border-color: #C5730F;
}
</style>