Shades of Ochre #C7731D
Tints of Ochre #C7731D
RGB
CMYK
RGB Variations
Color information
#C7731D (or 0xC7731D) is known color: Ochre. HEX triplet: C7, 73 and 1D. RGB value is (199,115,29). Sum of RGB (Red+Green+Blue) = 199+115+29=343 (45% of max value = 765). Red value is 199 (78.12% from 255 or 58.02% from 343); Green value is 115 (45.31% from 255 or 33.53% from 343); Blue value is 29 (11.72% from 255 or 8.45% from 343); Max value from RGB is 199 - color contains mainly: red. Hex color #C7731D is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C7731D is #388CE2. Grayscale: #828282. Windows color (decimal): -3706083 or 1930183. OLE color: 1930183.
HSL color Cylindrical-coordinate representation of color #C7731D: hue angle of 30.35º degrees, saturation: 0.75, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #C7731D is Cyan = 0, Magento = 0.42, Yellow = 0.85 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 115 | 29 | - |
| CMYK | 0 | 0.42 | 0.85 | 0.22 |
| HSL | 30.35º | 0.75% | 0.45% | - |
| HSV(B) | 30.35º | 0.85% | 0.78% | - |
| XYZ | 29.91 | 24.49 | 4.31 | - |
| YUV | 130.31 | 70.83 | 176.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 115 | 29 | 0 | 0.42 | 0.85 | 0.22 | 30.35 | 0.75 | 0.45 |
| Hex | C7 | 73 | 1D | 0 | 2A | 55 | 16 | 1E | 4B | 2D |
| Octal | 307 | 163 | 35 | 0 | 52 | 125 | 26 | 36 | 113 | 55 |
| Binary | 11000111 | 1110011 | 11101 | 0 | 101010 | 1010101 | 10110 | 11110 | 1001011 | 101101 |
Color Harmonies of #C7731D
Complementary color
Monochromatic Colors of #C7731D
Black with #C7731D
Text Example
Text Example
White with #C7731D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C7731D; }
p { color: rgb(199,115,29); }
H1.HeaderClassName
{
color: #C7731D;
}
.AnyTagClassName
{
color: #C7731D;
}
</style>
background-color css
<style>
a { background-color: #C7731D; }
a { background-color: rgb(199,115,29); }
div.DivClassName
{
background-color: #C7731D;
}
.BgClassName
{
background-color: #C7731D;
}
</style>
border-color css
<style>
span { border-color: #C7731D; }
span { border-color: rgb(199,115,29); }
td.TdClassName
{
border-color: #C7731D;
}
.TagClassName
{
border-color: #C7731D;
}
</style>