Shades of Ochre #C4731A
Tints of Ochre #C4731A
RGB
CMYK
RGB Variations
Color information
#C4731A (or 0xC4731A) is known color: Ochre. HEX triplet: C4, 73 and 1A. RGB value is (196,115,26). Sum of RGB (Red+Green+Blue) = 196+115+26=337 (44% of max value = 765). Red value is 196 (76.95% from 255 or 58.16% from 337); Green value is 115 (45.31% from 255 or 34.12% from 337); Blue value is 26 (10.55% from 255 or 7.72% from 337); Max value from RGB is 196 - color contains mainly: red. Hex color #C4731A is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C4731A is #3B8CE5. Grayscale: #818181. Windows color (decimal): -3902694 or 1733572. OLE color: 1733572.
HSL color Cylindrical-coordinate representation of color #C4731A: hue angle of 31.41º 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 #C4731A is Cyan = 0, Magento = 0.41, Yellow = 0.87 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 115 | 26 | - |
| CMYK | 0 | 0.41 | 0.87 | 0.23 |
| HSL | 31.41º | 0.77% | 0.44% | - |
| HSV(B) | 31.41º | 0.87% | 0.77% | - |
| XYZ | 29.08 | 24.07 | 4.09 | - |
| YUV | 129.07 | 69.84 | 175.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 115 | 26 | 0 | 0.41 | 0.87 | 0.23 | 31.41 | 0.77 | 0.44 |
| Hex | C4 | 73 | 1A | 0 | 29 | 57 | 17 | 1F | 4D | 2C |
| Octal | 304 | 163 | 32 | 0 | 51 | 127 | 27 | 37 | 115 | 54 |
| Binary | 11000100 | 1110011 | 11010 | 0 | 101001 | 1010111 | 10111 | 11111 | 1001101 | 101100 |
Color Harmonies of #C4731A
Complementary color
Monochromatic Colors of #C4731A
Black with #C4731A
Text Example
Text Example
White with #C4731A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C4731A; }
p { color: rgb(196,115,26); }
H1.HeaderClassName
{
color: #C4731A;
}
.AnyTagClassName
{
color: #C4731A;
}
</style>
background-color css
<style>
a { background-color: #C4731A; }
a { background-color: rgb(196,115,26); }
div.DivClassName
{
background-color: #C4731A;
}
.BgClassName
{
background-color: #C4731A;
}
</style>
border-color css
<style>
span { border-color: #C4731A; }
span { border-color: rgb(196,115,26); }
td.TdClassName
{
border-color: #C4731A;
}
.TagClassName
{
border-color: #C4731A;
}
</style>