Shades of Ochre #C47125
Tints of Ochre #C47125
RGB
CMYK
RGB Variations
Color information
#C47125 (or 0xC47125) is known color: Ochre. HEX triplet: C4, 71 and 25. RGB value is (196,113,37). Sum of RGB (Red+Green+Blue) = 196+113+37=346 (45% of max value = 765). Red value is 196 (76.95% from 255 or 56.65% from 346); Green value is 113 (44.53% from 255 or 32.66% from 346); Blue value is 37 (14.84% from 255 or 10.69% from 346); Max value from RGB is 196 - color contains mainly: red. Hex color #C47125 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C47125 is #3B8EDA. Grayscale: #818181. Windows color (decimal): -3903195 or 2453956. OLE color: 2453956.
HSL color Cylindrical-coordinate representation of color #C47125: hue angle of 28.68º degrees, saturation: 0.68, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #C47125 is Cyan = 0, Magento = 0.42, Yellow = 0.81 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 113 | 37 | - |
| CMYK | 0 | 0.42 | 0.81 | 0.23 |
| HSL | 28.68º | 0.68% | 0.46% | - |
| HSV(B) | 28.68º | 0.81% | 0.77% | - |
| XYZ | 29 | 23.68 | 4.79 | - |
| YUV | 129.15 | 76 | 175.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 113 | 37 | 0 | 0.42 | 0.81 | 0.23 | 28.68 | 0.68 | 0.46 |
| Hex | C4 | 71 | 25 | 0 | 2A | 51 | 17 | 1D | 44 | 2E |
| Octal | 304 | 161 | 45 | 0 | 52 | 121 | 27 | 35 | 104 | 56 |
| Binary | 11000100 | 1110001 | 100101 | 0 | 101010 | 1010001 | 10111 | 11101 | 1000100 | 101110 |
Color Harmonies of #C47125
Complementary color
Monochromatic Colors of #C47125
Black with #C47125
Text Example
Text Example
White with #C47125
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C47125; }
p { color: rgb(196,113,37); }
H1.HeaderClassName
{
color: #C47125;
}
.AnyTagClassName
{
color: #C47125;
}
</style>
background-color css
<style>
a { background-color: #C47125; }
a { background-color: rgb(196,113,37); }
div.DivClassName
{
background-color: #C47125;
}
.BgClassName
{
background-color: #C47125;
}
</style>
border-color css
<style>
span { border-color: #C47125; }
span { border-color: rgb(196,113,37); }
td.TdClassName
{
border-color: #C47125;
}
.TagClassName
{
border-color: #C47125;
}
</style>