Shades of Ochre #C7731C
Tints of Ochre #C7731C
RGB
CMYK
RGB Variations
Color information
#C7731C (or 0xC7731C) is known color: Ochre. HEX triplet: C7, 73 and 1C. RGB value is (199,115,28). Sum of RGB (Red+Green+Blue) = 199+115+28=342 (45% of max value = 765). Red value is 199 (78.12% from 255 or 58.19% from 342); Green value is 115 (45.31% from 255 or 33.63% from 342); Blue value is 28 (11.33% from 255 or 8.19% from 342); Max value from RGB is 199 - color contains mainly: red. Hex color #C7731C is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C7731C is #388CE3. Grayscale: #828282. Windows color (decimal): -3706084 or 1864647. OLE color: 1864647.
HSL color Cylindrical-coordinate representation of color #C7731C: hue angle of 30.53º degrees, saturation: 0.75, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #C7731C is Cyan = 0, Magento = 0.42, Yellow = 0.86 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 115 | 28 | - |
| CMYK | 0 | 0.42 | 0.86 | 0.22 |
| HSL | 30.53º | 0.75% | 0.45% | - |
| HSV(B) | 30.53º | 0.86% | 0.78% | - |
| XYZ | 29.89 | 24.49 | 4.25 | - |
| YUV | 130.2 | 70.33 | 177.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 115 | 28 | 0 | 0.42 | 0.86 | 0.22 | 30.53 | 0.75 | 0.45 |
| Hex | C7 | 73 | 1C | 0 | 2A | 56 | 16 | 1F | 4B | 2D |
| Octal | 307 | 163 | 34 | 0 | 52 | 126 | 26 | 37 | 113 | 55 |
| Binary | 11000111 | 1110011 | 11100 | 0 | 101010 | 1010110 | 10110 | 11111 | 1001011 | 101101 |
Color Harmonies of #C7731C
Complementary color
Monochromatic Colors of #C7731C
Black with #C7731C
Text Example
Text Example
White with #C7731C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C7731C; }
p { color: rgb(199,115,28); }
H1.HeaderClassName
{
color: #C7731C;
}
.AnyTagClassName
{
color: #C7731C;
}
</style>
background-color css
<style>
a { background-color: #C7731C; }
a { background-color: rgb(199,115,28); }
div.DivClassName
{
background-color: #C7731C;
}
.BgClassName
{
background-color: #C7731C;
}
</style>
border-color css
<style>
span { border-color: #C7731C; }
span { border-color: rgb(199,115,28); }
td.TdClassName
{
border-color: #C7731C;
}
.TagClassName
{
border-color: #C7731C;
}
</style>