Shades of Ochre #C77817
Tints of Ochre #C77817
RGB
CMYK
RGB Variations
Color information
#C77817 (or 0xC77817) is known color: Ochre. HEX triplet: C7, 78 and 17. RGB value is (199,120,23). Sum of RGB (Red+Green+Blue) = 199+120+23=342 (45% of max value = 765). Red value is 199 (78.12% from 255 or 58.19% from 342); Green value is 120 (47.27% from 255 or 35.09% from 342); Blue value is 23 (9.38% from 255 or 6.73% from 342); Max value from RGB is 199 - color contains mainly: red. Hex color #C77817 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C77817 is #3887E8. Grayscale: #858585. Windows color (decimal): -3704809 or 1538247. OLE color: 1538247.
HSL color Cylindrical-coordinate representation of color #C77817: hue angle of 33.07º 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 #C77817 is Cyan = 0, Magento = 0.40, Yellow = 0.88 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 120 | 23 | - |
| CMYK | 0 | 0.40 | 0.88 | 0.22 |
| HSL | 33.07º | 0.79% | 0.44% | - |
| HSV(B) | 33.07º | 0.88% | 0.78% | - |
| XYZ | 30.42 | 25.64 | 4.16 | - |
| YUV | 132.56 | 66.17 | 175.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 120 | 23 | 0 | 0.40 | 0.88 | 0.22 | 33.07 | 0.79 | 0.44 |
| Hex | C7 | 78 | 17 | 0 | 28 | 58 | 16 | 21 | 4F | 2C |
| Octal | 307 | 170 | 27 | 0 | 50 | 130 | 26 | 41 | 117 | 54 |
| Binary | 11000111 | 1111000 | 10111 | 0 | 101000 | 1011000 | 10110 | 100001 | 1001111 | 101100 |
Color Harmonies of #C77817
Complementary color
Monochromatic Colors of #C77817
Black with #C77817
Text Example
Text Example
White with #C77817
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C77817; }
p { color: rgb(199,120,23); }
H1.HeaderClassName
{
color: #C77817;
}
.AnyTagClassName
{
color: #C77817;
}
</style>
background-color css
<style>
a { background-color: #C77817; }
a { background-color: rgb(199,120,23); }
div.DivClassName
{
background-color: #C77817;
}
.BgClassName
{
background-color: #C77817;
}
</style>
border-color css
<style>
span { border-color: #C77817; }
span { border-color: rgb(199,120,23); }
td.TdClassName
{
border-color: #C77817;
}
.TagClassName
{
border-color: #C77817;
}
</style>