Shades of Ochre #C4750D
Tints of Ochre #C4750D
RGB
CMYK
RGB Variations
Color information
#C4750D (or 0xC4750D) is known color: Ochre. HEX triplet: C4, 75 and 0D. RGB value is (196,117,13). Sum of RGB (Red+Green+Blue) = 196+117+13=326 (43% of max value = 765). Red value is 196 (76.95% from 255 or 60.12% from 326); Green value is 117 (46.09% from 255 or 35.89% from 326); Blue value is 13 (5.47% from 255 or 3.99% from 326); Max value from RGB is 196 - color contains mainly: red. Hex color #C4750D is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C4750D is #3B8AF2. Grayscale: #818181. Windows color (decimal): -3902195 or 882116. OLE color: 882116.
HSL color Cylindrical-coordinate representation of color #C4750D: hue angle of 34.1º 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 #C4750D is Cyan = 0, Magento = 0.40, Yellow = 0.93 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 117 | 13 | - |
| CMYK | 0 | 0.40 | 0.93 | 0.23 |
| HSL | 34.1º | 0.88% | 0.41% | - |
| HSV(B) | 34.1º | 0.93% | 0.77% | - |
| XYZ | 29.2 | 24.49 | 3.57 | - |
| YUV | 128.77 | 62.67 | 175.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 117 | 13 | 0 | 0.40 | 0.93 | 0.23 | 34.1 | 0.88 | 0.41 |
| Hex | C4 | 75 | D | 0 | 28 | 5D | 17 | 22 | 58 | 29 |
| Octal | 304 | 165 | 15 | 0 | 50 | 135 | 27 | 42 | 130 | 51 |
| Binary | 11000100 | 1110101 | 1101 | 0 | 101000 | 1011101 | 10111 | 100010 | 1011000 | 101001 |
Color Harmonies of #C4750D
Complementary color
Monochromatic Colors of #C4750D
Black with #C4750D
Text Example
Text Example
White with #C4750D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C4750D; }
p { color: rgb(196,117,13); }
H1.HeaderClassName
{
color: #C4750D;
}
.AnyTagClassName
{
color: #C4750D;
}
</style>
background-color css
<style>
a { background-color: #C4750D; }
a { background-color: rgb(196,117,13); }
div.DivClassName
{
background-color: #C4750D;
}
.BgClassName
{
background-color: #C4750D;
}
</style>
border-color css
<style>
span { border-color: #C4750D; }
span { border-color: rgb(196,117,13); }
td.TdClassName
{
border-color: #C4750D;
}
.TagClassName
{
border-color: #C4750D;
}
</style>