Shades of Ochre #C77419
Tints of Ochre #C77419
RGB
CMYK
RGB Variations
Color information
#C77419 (or 0xC77419) is known color: Ochre. HEX triplet: C7, 74 and 19. RGB value is (199,116,25). Sum of RGB (Red+Green+Blue) = 199+116+25=340 (45% of max value = 765). Red value is 199 (78.12% from 255 or 58.53% from 340); Green value is 116 (45.70% from 255 or 34.12% from 340); Blue value is 25 (10.16% from 255 or 7.35% from 340); Max value from RGB is 199 - color contains mainly: red. Hex color #C77419 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C77419 is #388BE6. Grayscale: #828282. Windows color (decimal): -3705831 or 1668295. OLE color: 1668295.
HSL color Cylindrical-coordinate representation of color #C77419: hue angle of 31.38º degrees, saturation: 0.78, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #C77419 is Cyan = 0, Magento = 0.42, Yellow = 0.87 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 116 | 25 | - |
| CMYK | 0 | 0.42 | 0.87 | 0.22 |
| HSL | 31.38º | 0.78% | 0.44% | - |
| HSV(B) | 31.38º | 0.87% | 0.78% | - |
| XYZ | 29.97 | 24.7 | 4.11 | - |
| YUV | 130.44 | 68.5 | 176.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 116 | 25 | 0 | 0.42 | 0.87 | 0.22 | 31.38 | 0.78 | 0.44 |
| Hex | C7 | 74 | 19 | 0 | 2A | 57 | 16 | 1F | 4E | 2C |
| Octal | 307 | 164 | 31 | 0 | 52 | 127 | 26 | 37 | 116 | 54 |
| Binary | 11000111 | 1110100 | 11001 | 0 | 101010 | 1010111 | 10110 | 11111 | 1001110 | 101100 |
Color Harmonies of #C77419
Complementary color
Monochromatic Colors of #C77419
Black with #C77419
Text Example
Text Example
White with #C77419
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C77419; }
p { color: rgb(199,116,25); }
H1.HeaderClassName
{
color: #C77419;
}
.AnyTagClassName
{
color: #C77419;
}
</style>
background-color css
<style>
a { background-color: #C77419; }
a { background-color: rgb(199,116,25); }
div.DivClassName
{
background-color: #C77419;
}
.BgClassName
{
background-color: #C77419;
}
</style>
border-color css
<style>
span { border-color: #C77419; }
span { border-color: rgb(199,116,25); }
td.TdClassName
{
border-color: #C77419;
}
.TagClassName
{
border-color: #C77419;
}
</style>