Shades of Ochre #C4761A
Tints of Ochre #C4761A
RGB
CMYK
RGB Variations
Color information
#C4761A (or 0xC4761A) is known color: Ochre. HEX triplet: C4, 76 and 1A. RGB value is (196,118,26). Sum of RGB (Red+Green+Blue) = 196+118+26=340 (45% of max value = 765). Red value is 196 (76.95% from 255 or 57.65% from 340); Green value is 118 (46.48% from 255 or 34.71% from 340); Blue value is 26 (10.55% from 255 or 7.65% from 340); Max value from RGB is 196 - color contains mainly: red. Hex color #C4761A is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C4761A is #3B89E5. Grayscale: #838383. Windows color (decimal): -3901926 or 1734340. OLE color: 1734340.
HSL color Cylindrical-coordinate representation of color #C4761A: hue angle of 32.47º degrees, saturation: 0.77, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #C4761A is Cyan = 0, Magento = 0.40, Yellow = 0.87 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 118 | 26 | - |
| CMYK | 0 | 0.40 | 0.87 | 0.23 |
| HSL | 32.47º | 0.77% | 0.44% | - |
| HSV(B) | 32.47º | 0.87% | 0.77% | - |
| XYZ | 29.43 | 24.77 | 4.21 | - |
| YUV | 130.83 | 68.84 | 174.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 118 | 26 | 0 | 0.40 | 0.87 | 0.23 | 32.47 | 0.77 | 0.44 |
| Hex | C4 | 76 | 1A | 0 | 28 | 57 | 17 | 20 | 4D | 2C |
| Octal | 304 | 166 | 32 | 0 | 50 | 127 | 27 | 40 | 115 | 54 |
| Binary | 11000100 | 1110110 | 11010 | 0 | 101000 | 1010111 | 10111 | 100000 | 1001101 | 101100 |
Color Harmonies of #C4761A
Complementary color
Monochromatic Colors of #C4761A
Black with #C4761A
Text Example
Text Example
White with #C4761A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C4761A; }
p { color: rgb(196,118,26); }
H1.HeaderClassName
{
color: #C4761A;
}
.AnyTagClassName
{
color: #C4761A;
}
</style>
background-color css
<style>
a { background-color: #C4761A; }
a { background-color: rgb(196,118,26); }
div.DivClassName
{
background-color: #C4761A;
}
.BgClassName
{
background-color: #C4761A;
}
</style>
border-color css
<style>
span { border-color: #C4761A; }
span { border-color: rgb(196,118,26); }
td.TdClassName
{
border-color: #C4761A;
}
.TagClassName
{
border-color: #C4761A;
}
</style>