Shades of Ochre #C5730B
Tints of Ochre #C5730B
RGB
CMYK
RGB Variations
Color information
#C5730B (or 0xC5730B) is known color: Ochre. HEX triplet: C5, 73 and 0B. RGB value is (197,115,11). Sum of RGB (Red+Green+Blue) = 197+115+11=323 (42% of max value = 765). Red value is 197 (77.34% from 255 or 60.99% from 323); Green value is 115 (45.31% from 255 or 35.60% from 323); Blue value is 11 (4.69% from 255 or 3.41% from 323); Max value from RGB is 197 - color contains mainly: red. Hex color #C5730B is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C5730B is #3A8CF4. Grayscale: #808080. Windows color (decimal): -3837173 or 750533. OLE color: 750533.
HSL color Cylindrical-coordinate representation of color #C5730B: hue angle of 33.55º degrees, saturation: 0.89, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #C5730B is Cyan = 0, Magento = 0.42, Yellow = 0.94 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 115 | 11 | - |
| CMYK | 0 | 0.42 | 0.94 | 0.23 |
| HSL | 33.55º | 0.89% | 0.41% | - |
| HSV(B) | 33.55º | 0.94% | 0.77% | - |
| XYZ | 29.22 | 24.16 | 3.44 | - |
| YUV | 127.66 | 62.17 | 177.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 115 | 11 | 0 | 0.42 | 0.94 | 0.23 | 33.55 | 0.89 | 0.41 |
| Hex | C5 | 73 | B | 0 | 2A | 5E | 17 | 22 | 59 | 29 |
| Octal | 305 | 163 | 13 | 0 | 52 | 136 | 27 | 42 | 131 | 51 |
| Binary | 11000101 | 1110011 | 1011 | 0 | 101010 | 1011110 | 10111 | 100010 | 1011001 | 101001 |
Color Harmonies of #C5730B
Complementary color
Monochromatic Colors of #C5730B
Black with #C5730B
Text Example
Text Example
White with #C5730B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5730B; }
p { color: rgb(197,115,11); }
H1.HeaderClassName
{
color: #C5730B;
}
.AnyTagClassName
{
color: #C5730B;
}
</style>
background-color css
<style>
a { background-color: #C5730B; }
a { background-color: rgb(197,115,11); }
div.DivClassName
{
background-color: #C5730B;
}
.BgClassName
{
background-color: #C5730B;
}
</style>
border-color css
<style>
span { border-color: #C5730B; }
span { border-color: rgb(197,115,11); }
td.TdClassName
{
border-color: #C5730B;
}
.TagClassName
{
border-color: #C5730B;
}
</style>