Shades of Ochre #C7731F
Tints of Ochre #C7731F
RGB
CMYK
RGB Variations
Color information
#C7731F (or 0xC7731F) is known color: Ochre. HEX triplet: C7, 73 and 1F. RGB value is (199,115,31). Sum of RGB (Red+Green+Blue) = 199+115+31=345 (45% of max value = 765). Red value is 199 (78.12% from 255 or 57.68% from 345); Green value is 115 (45.31% from 255 or 33.33% from 345); Blue value is 31 (12.5% from 255 or 8.99% from 345); Max value from RGB is 199 - color contains mainly: red. Hex color #C7731F is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C7731F is #388CE0. Grayscale: #828282. Windows color (decimal): -3706081 or 2061255. OLE color: 2061255.
HSL color Cylindrical-coordinate representation of color #C7731F: hue angle of 30º degrees, saturation: 0.73, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #C7731F is Cyan = 0, Magento = 0.42, Yellow = 0.84 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 115 | 31 | - |
| CMYK | 0 | 0.42 | 0.84 | 0.22 |
| HSL | 30º | 0.73% | 0.45% | - |
| HSV(B) | 30º | 0.84% | 0.78% | - |
| XYZ | 29.93 | 24.5 | 4.45 | - |
| YUV | 130.54 | 71.83 | 176.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 115 | 31 | 0 | 0.42 | 0.84 | 0.22 | 30 | 0.73 | 0.45 |
| Hex | C7 | 73 | 1F | 0 | 2A | 54 | 16 | 1E | 49 | 2D |
| Octal | 307 | 163 | 37 | 0 | 52 | 124 | 26 | 36 | 111 | 55 |
| Binary | 11000111 | 1110011 | 11111 | 0 | 101010 | 1010100 | 10110 | 11110 | 1001001 | 101101 |
Color Harmonies of #C7731F
Complementary color
Monochromatic Colors of #C7731F
Black with #C7731F
Text Example
Text Example
White with #C7731F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C7731F; }
p { color: rgb(199,115,31); }
H1.HeaderClassName
{
color: #C7731F;
}
.AnyTagClassName
{
color: #C7731F;
}
</style>
background-color css
<style>
a { background-color: #C7731F; }
a { background-color: rgb(199,115,31); }
div.DivClassName
{
background-color: #C7731F;
}
.BgClassName
{
background-color: #C7731F;
}
</style>
border-color css
<style>
span { border-color: #C7731F; }
span { border-color: rgb(199,115,31); }
td.TdClassName
{
border-color: #C7731F;
}
.TagClassName
{
border-color: #C7731F;
}
</style>