Shades of Ochre #C7730E
Tints of Ochre #C7730E
RGB
CMYK
RGB Variations
Color information
#C7730E (or 0xC7730E) is known color: Ochre. HEX triplet: C7, 73 and 0E. RGB value is (199,115,14). Sum of RGB (Red+Green+Blue) = 199+115+14=328 (43% of max value = 765). Red value is 199 (78.12% from 255 or 60.67% from 328); Green value is 115 (45.31% from 255 or 35.06% from 328); Blue value is 14 (5.86% from 255 or 4.27% from 328); Max value from RGB is 199 - color contains mainly: red. Hex color #C7730E is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C7730E is #388CF1. Grayscale: #818181. Windows color (decimal): -3706098 or 947143. OLE color: 947143.
HSL color Cylindrical-coordinate representation of color #C7730E: hue angle of 32.76º degrees, saturation: 0.87, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #C7730E is Cyan = 0, Magento = 0.42, Yellow = 0.93 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 115 | 14 | - |
| CMYK | 0 | 0.42 | 0.93 | 0.22 |
| HSL | 32.76º | 0.87% | 0.42% | - |
| HSV(B) | 32.76º | 0.93% | 0.78% | - |
| XYZ | 29.76 | 24.44 | 3.56 | - |
| YUV | 128.6 | 63.33 | 178.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 115 | 14 | 0 | 0.42 | 0.93 | 0.22 | 32.76 | 0.87 | 0.42 |
| Hex | C7 | 73 | E | 0 | 2A | 5D | 16 | 21 | 57 | 2A |
| Octal | 307 | 163 | 16 | 0 | 52 | 135 | 26 | 41 | 127 | 52 |
| Binary | 11000111 | 1110011 | 1110 | 0 | 101010 | 1011101 | 10110 | 100001 | 1010111 | 101010 |
Color Harmonies of #C7730E
Complementary color
Monochromatic Colors of #C7730E
Black with #C7730E
Text Example
Text Example
White with #C7730E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C7730E; }
p { color: rgb(199,115,14); }
H1.HeaderClassName
{
color: #C7730E;
}
.AnyTagClassName
{
color: #C7730E;
}
</style>
background-color css
<style>
a { background-color: #C7730E; }
a { background-color: rgb(199,115,14); }
div.DivClassName
{
background-color: #C7730E;
}
.BgClassName
{
background-color: #C7730E;
}
</style>
border-color css
<style>
span { border-color: #C7730E; }
span { border-color: rgb(199,115,14); }
td.TdClassName
{
border-color: #C7730E;
}
.TagClassName
{
border-color: #C7730E;
}
</style>