Shades of Ochre #C4701A
Tints of Ochre #C4701A
RGB
CMYK
RGB Variations
Color information
#C4701A (or 0xC4701A) is known color: Ochre. HEX triplet: C4, 70 and 1A. RGB value is (196,112,26). Sum of RGB (Red+Green+Blue) = 196+112+26=334 (44% of max value = 765). Red value is 196 (76.95% from 255 or 58.68% from 334); Green value is 112 (44.14% from 255 or 33.53% from 334); Blue value is 26 (10.55% from 255 or 7.78% from 334); Max value from RGB is 196 - color contains mainly: red. Hex color #C4701A is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C4701A is #3B8FE5. Grayscale: #7F7F7F. Windows color (decimal): -3903462 or 1732804. OLE color: 1732804.
HSL color Cylindrical-coordinate representation of color #C4701A: hue angle of 30.35º 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 #C4701A is Cyan = 0, Magento = 0.43, Yellow = 0.87 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 112 | 26 | - |
| CMYK | 0 | 0.43 | 0.87 | 0.23 |
| HSL | 30.35º | 0.77% | 0.44% | - |
| HSV(B) | 30.35º | 0.87% | 0.77% | - |
| XYZ | 28.75 | 23.4 | 3.98 | - |
| YUV | 127.31 | 70.83 | 176.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 112 | 26 | 0 | 0.43 | 0.87 | 0.23 | 30.35 | 0.77 | 0.44 |
| Hex | C4 | 70 | 1A | 0 | 2B | 57 | 17 | 1E | 4D | 2C |
| Octal | 304 | 160 | 32 | 0 | 53 | 127 | 27 | 36 | 115 | 54 |
| Binary | 11000100 | 1110000 | 11010 | 0 | 101011 | 1010111 | 10111 | 11110 | 1001101 | 101100 |
Color Harmonies of #C4701A
Complementary color
Monochromatic Colors of #C4701A
Black with #C4701A
Text Example
Text Example
White with #C4701A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C4701A; }
p { color: rgb(196,112,26); }
H1.HeaderClassName
{
color: #C4701A;
}
.AnyTagClassName
{
color: #C4701A;
}
</style>
background-color css
<style>
a { background-color: #C4701A; }
a { background-color: rgb(196,112,26); }
div.DivClassName
{
background-color: #C4701A;
}
.BgClassName
{
background-color: #C4701A;
}
</style>
border-color css
<style>
span { border-color: #C4701A; }
span { border-color: rgb(196,112,26); }
td.TdClassName
{
border-color: #C4701A;
}
.TagClassName
{
border-color: #C4701A;
}
</style>