Shades of Ochre #C77517
Tints of Ochre #C77517
RGB
CMYK
RGB Variations
Color information
#C77517 (or 0xC77517) is known color: Ochre. HEX triplet: C7, 75 and 17. RGB value is (199,117,23). Sum of RGB (Red+Green+Blue) = 199+117+23=339 (44% of max value = 765). Red value is 199 (78.12% from 255 or 58.70% from 339); Green value is 117 (46.09% from 255 or 34.51% from 339); Blue value is 23 (9.38% from 255 or 6.78% from 339); Max value from RGB is 199 - color contains mainly: red. Hex color #C77517 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C77517 is #388AE8. Grayscale: #838383. Windows color (decimal): -3705577 or 1537479. OLE color: 1537479.
HSL color Cylindrical-coordinate representation of color #C77517: hue angle of 32.05º degrees, saturation: 0.79, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #C77517 is Cyan = 0, Magento = 0.41, Yellow = 0.88 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 117 | 23 | - |
| CMYK | 0 | 0.41 | 0.88 | 0.22 |
| HSL | 32.05º | 0.79% | 0.44% | - |
| HSV(B) | 32.05º | 0.88% | 0.78% | - |
| XYZ | 30.07 | 24.93 | 4.04 | - |
| YUV | 130.8 | 67.17 | 176.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 117 | 23 | 0 | 0.41 | 0.88 | 0.22 | 32.05 | 0.79 | 0.44 |
| Hex | C7 | 75 | 17 | 0 | 29 | 58 | 16 | 20 | 4F | 2C |
| Octal | 307 | 165 | 27 | 0 | 51 | 130 | 26 | 40 | 117 | 54 |
| Binary | 11000111 | 1110101 | 10111 | 0 | 101001 | 1011000 | 10110 | 100000 | 1001111 | 101100 |
Color Harmonies of #C77517
Complementary color
Monochromatic Colors of #C77517
Black with #C77517
Text Example
Text Example
White with #C77517
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C77517; }
p { color: rgb(199,117,23); }
H1.HeaderClassName
{
color: #C77517;
}
.AnyTagClassName
{
color: #C77517;
}
</style>
background-color css
<style>
a { background-color: #C77517; }
a { background-color: rgb(199,117,23); }
div.DivClassName
{
background-color: #C77517;
}
.BgClassName
{
background-color: #C77517;
}
</style>
border-color css
<style>
span { border-color: #C77517; }
span { border-color: rgb(199,117,23); }
td.TdClassName
{
border-color: #C77517;
}
.TagClassName
{
border-color: #C77517;
}
</style>