Shades of Ochre #C4761F
Tints of Ochre #C4761F
RGB
CMYK
RGB Variations
Color information
#C4761F (or 0xC4761F) is known color: Ochre. HEX triplet: C4, 76 and 1F. RGB value is (196,118,31). Sum of RGB (Red+Green+Blue) = 196+118+31=345 (45% of max value = 765). Red value is 196 (76.95% from 255 or 56.81% from 345); Green value is 118 (46.48% from 255 or 34.20% from 345); Blue value is 31 (12.5% from 255 or 8.99% from 345); Max value from RGB is 196 - color contains mainly: red. Hex color #C4761F is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C4761F is #3B89E0. Grayscale: #838383. Windows color (decimal): -3901921 or 2062020. OLE color: 2062020.
HSL color Cylindrical-coordinate representation of color #C4761F: hue angle of 31.64º degrees, saturation: 0.73, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #C4761F is Cyan = 0, Magento = 0.40, Yellow = 0.84 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 118 | 31 | - |
| CMYK | 0 | 0.40 | 0.84 | 0.23 |
| HSL | 31.64º | 0.73% | 0.45% | - |
| HSV(B) | 31.64º | 0.84% | 0.77% | - |
| XYZ | 29.49 | 24.79 | 4.53 | - |
| YUV | 131.4 | 71.34 | 174.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 118 | 31 | 0 | 0.40 | 0.84 | 0.23 | 31.64 | 0.73 | 0.45 |
| Hex | C4 | 76 | 1F | 0 | 28 | 54 | 17 | 20 | 49 | 2D |
| Octal | 304 | 166 | 37 | 0 | 50 | 124 | 27 | 40 | 111 | 55 |
| Binary | 11000100 | 1110110 | 11111 | 0 | 101000 | 1010100 | 10111 | 100000 | 1001001 | 101101 |
Color Harmonies of #C4761F
Complementary color
Monochromatic Colors of #C4761F
Black with #C4761F
Text Example
Text Example
White with #C4761F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C4761F; }
p { color: rgb(196,118,31); }
H1.HeaderClassName
{
color: #C4761F;
}
.AnyTagClassName
{
color: #C4761F;
}
</style>
background-color css
<style>
a { background-color: #C4761F; }
a { background-color: rgb(196,118,31); }
div.DivClassName
{
background-color: #C4761F;
}
.BgClassName
{
background-color: #C4761F;
}
</style>
border-color css
<style>
span { border-color: #C4761F; }
span { border-color: rgb(196,118,31); }
td.TdClassName
{
border-color: #C4761F;
}
.TagClassName
{
border-color: #C4761F;
}
</style>