Shades of Ochre #C77515
Tints of Ochre #C77515
RGB
CMYK
RGB Variations
Color information
#C77515 (or 0xC77515) is known color: Ochre. HEX triplet: C7, 75 and 15. RGB value is (199,117,21). Sum of RGB (Red+Green+Blue) = 199+117+21=337 (44% of max value = 765). Red value is 199 (78.12% from 255 or 59.05% from 337); Green value is 117 (46.09% from 255 or 34.72% from 337); Blue value is 21 (8.59% from 255 or 6.23% from 337); Max value from RGB is 199 - color contains mainly: red. Hex color #C77515 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C77515 is #388AEA. Grayscale: #838383. Windows color (decimal): -3705579 or 1406407. OLE color: 1406407.
HSL color Cylindrical-coordinate representation of color #C77515: hue angle of 32.36º degrees, saturation: 0.81, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #C77515 is Cyan = 0, Magento = 0.41, Yellow = 0.89 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 117 | 21 | - |
| CMYK | 0 | 0.41 | 0.89 | 0.22 |
| HSL | 32.36º | 0.81% | 0.43% | - |
| HSV(B) | 32.36º | 0.89% | 0.78% | - |
| XYZ | 30.05 | 24.92 | 3.94 | - |
| YUV | 130.57 | 66.17 | 176.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 117 | 21 | 0 | 0.41 | 0.89 | 0.22 | 32.36 | 0.81 | 0.43 |
| Hex | C7 | 75 | 15 | 0 | 29 | 59 | 16 | 20 | 51 | 2B |
| Octal | 307 | 165 | 25 | 0 | 51 | 131 | 26 | 40 | 121 | 53 |
| Binary | 11000111 | 1110101 | 10101 | 0 | 101001 | 1011001 | 10110 | 100000 | 1010001 | 101011 |
Color Harmonies of #C77515
Complementary color
Monochromatic Colors of #C77515
Black with #C77515
Text Example
Text Example
White with #C77515
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C77515; }
p { color: rgb(199,117,21); }
H1.HeaderClassName
{
color: #C77515;
}
.AnyTagClassName
{
color: #C77515;
}
</style>
background-color css
<style>
a { background-color: #C77515; }
a { background-color: rgb(199,117,21); }
div.DivClassName
{
background-color: #C77515;
}
.BgClassName
{
background-color: #C77515;
}
</style>
border-color css
<style>
span { border-color: #C77515; }
span { border-color: rgb(199,117,21); }
td.TdClassName
{
border-color: #C77515;
}
.TagClassName
{
border-color: #C77515;
}
</style>