Shades of Ochre #C77127
Tints of Ochre #C77127
RGB
CMYK
RGB Variations
Color information
#C77127 (or 0xC77127) is known color: Ochre. HEX triplet: C7, 71 and 27. RGB value is (199,113,39). Sum of RGB (Red+Green+Blue) = 199+113+39=351 (46% of max value = 765). Red value is 199 (78.12% from 255 or 56.70% from 351); Green value is 113 (44.53% from 255 or 32.19% from 351); Blue value is 39 (15.62% from 255 or 11.11% from 351); Max value from RGB is 199 - color contains mainly: red. Hex color #C77127 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C77127 is #388ED8. Grayscale: #828282. Windows color (decimal): -3706585 or 2585031. OLE color: 2585031.
HSL color Cylindrical-coordinate representation of color #C77127: hue angle of 27.75º degrees, saturation: 0.67, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #C77127 is Cyan = 0, Magento = 0.43, Yellow = 0.80 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 113 | 39 | - |
| CMYK | 0 | 0.43 | 0.80 | 0.22 |
| HSL | 27.75º | 0.67% | 0.47% | - |
| HSV(B) | 27.75º | 0.8% | 0.78% | - |
| XYZ | 29.82 | 24.1 | 5 | - |
| YUV | 130.28 | 76.49 | 177.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 113 | 39 | 0 | 0.43 | 0.80 | 0.22 | 27.75 | 0.67 | 0.47 |
| Hex | C7 | 71 | 27 | 0 | 2B | 50 | 16 | 1C | 43 | 2F |
| Octal | 307 | 161 | 47 | 0 | 53 | 120 | 26 | 34 | 103 | 57 |
| Binary | 11000111 | 1110001 | 100111 | 0 | 101011 | 1010000 | 10110 | 11100 | 1000011 | 101111 |
Color Harmonies of #C77127
Complementary color
Monochromatic Colors of #C77127
Black with #C77127
Text Example
Text Example
White with #C77127
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C77127; }
p { color: rgb(199,113,39); }
H1.HeaderClassName
{
color: #C77127;
}
.AnyTagClassName
{
color: #C77127;
}
</style>
background-color css
<style>
a { background-color: #C77127; }
a { background-color: rgb(199,113,39); }
div.DivClassName
{
background-color: #C77127;
}
.BgClassName
{
background-color: #C77127;
}
</style>
border-color css
<style>
span { border-color: #C77127; }
span { border-color: rgb(199,113,39); }
td.TdClassName
{
border-color: #C77127;
}
.TagClassName
{
border-color: #C77127;
}
</style>