Shades of Ochre #C4730C
Tints of Ochre #C4730C
RGB
CMYK
RGB Variations
Color information
#C4730C (or 0xC4730C) is known color: Ochre. HEX triplet: C4, 73 and 0C. RGB value is (196,115,12). Sum of RGB (Red+Green+Blue) = 196+115+12=323 (42% of max value = 765). Red value is 196 (76.95% from 255 or 60.68% from 323); Green value is 115 (45.31% from 255 or 35.60% from 323); Blue value is 12 (5.08% from 255 or 3.72% from 323); Max value from RGB is 196 - color contains mainly: red. Hex color #C4730C is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C4730C is #3B8CF3. Grayscale: #7F7F7F. Windows color (decimal): -3902708 or 816068. OLE color: 816068.
HSL color Cylindrical-coordinate representation of color #C4730C: hue angle of 33.59º degrees, saturation: 0.88, 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 #C4730C is Cyan = 0, Magento = 0.41, Yellow = 0.94 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 115 | 12 | - |
| CMYK | 0 | 0.41 | 0.94 | 0.23 |
| HSL | 33.59º | 0.88% | 0.41% | - |
| HSV(B) | 33.59º | 0.94% | 0.77% | - |
| XYZ | 28.96 | 24.02 | 3.46 | - |
| YUV | 127.48 | 62.84 | 176.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 115 | 12 | 0 | 0.41 | 0.94 | 0.23 | 33.59 | 0.88 | 0.41 |
| Hex | C4 | 73 | C | 0 | 29 | 5E | 17 | 22 | 58 | 29 |
| Octal | 304 | 163 | 14 | 0 | 51 | 136 | 27 | 42 | 130 | 51 |
| Binary | 11000100 | 1110011 | 1100 | 0 | 101001 | 1011110 | 10111 | 100010 | 1011000 | 101001 |
Color Harmonies of #C4730C
Complementary color
Monochromatic Colors of #C4730C
Black with #C4730C
Text Example
Text Example
White with #C4730C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C4730C; }
p { color: rgb(196,115,12); }
H1.HeaderClassName
{
color: #C4730C;
}
.AnyTagClassName
{
color: #C4730C;
}
</style>
background-color css
<style>
a { background-color: #C4730C; }
a { background-color: rgb(196,115,12); }
div.DivClassName
{
background-color: #C4730C;
}
.BgClassName
{
background-color: #C4730C;
}
</style>
border-color css
<style>
span { border-color: #C4730C; }
span { border-color: rgb(196,115,12); }
td.TdClassName
{
border-color: #C4730C;
}
.TagClassName
{
border-color: #C4730C;
}
</style>