Shades of Ochre #C4731B
Tints of Ochre #C4731B
RGB
CMYK
RGB Variations
Color information
#C4731B (or 0xC4731B) is known color: Ochre. HEX triplet: C4, 73 and 1B. RGB value is (196,115,27). Sum of RGB (Red+Green+Blue) = 196+115+27=338 (44% of max value = 765). Red value is 196 (76.95% from 255 or 57.99% from 338); Green value is 115 (45.31% from 255 or 34.02% from 338); Blue value is 27 (10.94% from 255 or 7.99% from 338); Max value from RGB is 196 - color contains mainly: red. Hex color #C4731B is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C4731B is #3B8CE4. Grayscale: #818181. Windows color (decimal): -3902693 or 1799108. OLE color: 1799108.
HSL color Cylindrical-coordinate representation of color #C4731B: hue angle of 31.24º degrees, saturation: 0.76, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #C4731B is Cyan = 0, Magento = 0.41, Yellow = 0.86 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 115 | 27 | - |
| CMYK | 0 | 0.41 | 0.86 | 0.23 |
| HSL | 31.24º | 0.76% | 0.44% | - |
| HSV(B) | 31.24º | 0.86% | 0.77% | - |
| XYZ | 29.09 | 24.08 | 4.15 | - |
| YUV | 129.19 | 70.34 | 175.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 115 | 27 | 0 | 0.41 | 0.86 | 0.23 | 31.24 | 0.76 | 0.44 |
| Hex | C4 | 73 | 1B | 0 | 29 | 56 | 17 | 1F | 4C | 2C |
| Octal | 304 | 163 | 33 | 0 | 51 | 126 | 27 | 37 | 114 | 54 |
| Binary | 11000100 | 1110011 | 11011 | 0 | 101001 | 1010110 | 10111 | 11111 | 1001100 | 101100 |
Color Harmonies of #C4731B
Complementary color
Monochromatic Colors of #C4731B
Black with #C4731B
Text Example
Text Example
White with #C4731B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C4731B; }
p { color: rgb(196,115,27); }
H1.HeaderClassName
{
color: #C4731B;
}
.AnyTagClassName
{
color: #C4731B;
}
</style>
background-color css
<style>
a { background-color: #C4731B; }
a { background-color: rgb(196,115,27); }
div.DivClassName
{
background-color: #C4731B;
}
.BgClassName
{
background-color: #C4731B;
}
</style>
border-color css
<style>
span { border-color: #C4731B; }
span { border-color: rgb(196,115,27); }
td.TdClassName
{
border-color: #C4731B;
}
.TagClassName
{
border-color: #C4731B;
}
</style>