Shades of Ochre #C77125
Tints of Ochre #C77125
RGB
CMYK
RGB Variations
Color information
#C77125 (or 0xC77125) is known color: Ochre. HEX triplet: C7, 71 and 25. RGB value is (199,113,37). Sum of RGB (Red+Green+Blue) = 199+113+37=349 (46% of max value = 765). Red value is 199 (78.12% from 255 or 57.02% from 349); Green value is 113 (44.53% from 255 or 32.38% from 349); Blue value is 37 (14.84% from 255 or 10.60% from 349); Max value from RGB is 199 - color contains mainly: red. Hex color #C77125 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C77125 is #388EDA. Grayscale: #828282. Windows color (decimal): -3706587 or 2453959. OLE color: 2453959.
HSL color Cylindrical-coordinate representation of color #C77125: hue angle of 28.15º degrees, saturation: 0.69, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #C77125 is Cyan = 0, Magento = 0.43, Yellow = 0.81 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 113 | 37 | - |
| CMYK | 0 | 0.43 | 0.81 | 0.22 |
| HSL | 28.15º | 0.69% | 0.46% | - |
| HSV(B) | 28.15º | 0.81% | 0.78% | - |
| XYZ | 29.79 | 24.09 | 4.83 | - |
| YUV | 130.05 | 75.49 | 177.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 113 | 37 | 0 | 0.43 | 0.81 | 0.22 | 28.15 | 0.69 | 0.46 |
| Hex | C7 | 71 | 25 | 0 | 2B | 51 | 16 | 1C | 45 | 2E |
| Octal | 307 | 161 | 45 | 0 | 53 | 121 | 26 | 34 | 105 | 56 |
| Binary | 11000111 | 1110001 | 100101 | 0 | 101011 | 1010001 | 10110 | 11100 | 1000101 | 101110 |
Color Harmonies of #C77125
Complementary color
Monochromatic Colors of #C77125
Black with #C77125
Text Example
Text Example
White with #C77125
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C77125; }
p { color: rgb(199,113,37); }
H1.HeaderClassName
{
color: #C77125;
}
.AnyTagClassName
{
color: #C77125;
}
</style>
background-color css
<style>
a { background-color: #C77125; }
a { background-color: rgb(199,113,37); }
div.DivClassName
{
background-color: #C77125;
}
.BgClassName
{
background-color: #C77125;
}
</style>
border-color css
<style>
span { border-color: #C77125; }
span { border-color: rgb(199,113,37); }
td.TdClassName
{
border-color: #C77125;
}
.TagClassName
{
border-color: #C77125;
}
</style>