Shades of Ochre #C4730B
Tints of Ochre #C4730B
RGB
CMYK
RGB Variations
Color information
#C4730B (or 0xC4730B) is known color: Ochre. HEX triplet: C4, 73 and 0B. RGB value is (196,115,11). Sum of RGB (Red+Green+Blue) = 196+115+11=322 (42% of max value = 765). Red value is 196 (76.95% from 255 or 60.87% from 322); Green value is 115 (45.31% from 255 or 35.71% from 322); Blue value is 11 (4.69% from 255 or 3.42% from 322); Max value from RGB is 196 - color contains mainly: red. Hex color #C4730B is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C4730B is #3B8CF4. Grayscale: #7F7F7F. Windows color (decimal): -3902709 or 750532. OLE color: 750532.
HSL color Cylindrical-coordinate representation of color #C4730B: hue angle of 33.73º 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 #C4730B is Cyan = 0, Magento = 0.41, Yellow = 0.94 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 115 | 11 | - |
| CMYK | 0 | 0.41 | 0.94 | 0.23 |
| HSL | 33.73º | 0.89% | 0.41% | - |
| HSV(B) | 33.73º | 0.94% | 0.77% | - |
| XYZ | 28.96 | 24.02 | 3.43 | - |
| YUV | 127.36 | 62.34 | 176.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 115 | 11 | 0 | 0.41 | 0.94 | 0.23 | 33.73 | 0.89 | 0.41 |
| Hex | C4 | 73 | B | 0 | 29 | 5E | 17 | 22 | 59 | 29 |
| Octal | 304 | 163 | 13 | 0 | 51 | 136 | 27 | 42 | 131 | 51 |
| Binary | 11000100 | 1110011 | 1011 | 0 | 101001 | 1011110 | 10111 | 100010 | 1011001 | 101001 |
Color Harmonies of #C4730B
Complementary color
Monochromatic Colors of #C4730B
Black with #C4730B
Text Example
Text Example
White with #C4730B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C4730B; }
p { color: rgb(196,115,11); }
H1.HeaderClassName
{
color: #C4730B;
}
.AnyTagClassName
{
color: #C4730B;
}
</style>
background-color css
<style>
a { background-color: #C4730B; }
a { background-color: rgb(196,115,11); }
div.DivClassName
{
background-color: #C4730B;
}
.BgClassName
{
background-color: #C4730B;
}
</style>
border-color css
<style>
span { border-color: #C4730B; }
span { border-color: rgb(196,115,11); }
td.TdClassName
{
border-color: #C4730B;
}
.TagClassName
{
border-color: #C4730B;
}
</style>