Shades of Ochre #C77421
Tints of Ochre #C77421
RGB
CMYK
RGB Variations
Color information
#C77421 (or 0xC77421) is known color: Ochre. HEX triplet: C7, 74 and 21. RGB value is (199,116,33). Sum of RGB (Red+Green+Blue) = 199+116+33=348 (46% of max value = 765). Red value is 199 (78.12% from 255 or 57.18% from 348); Green value is 116 (45.70% from 255 or 33.33% from 348); Blue value is 33 (13.28% from 255 or 9.48% from 348); Max value from RGB is 199 - color contains mainly: red. Hex color #C77421 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C77421 is #388BDE. Grayscale: #838383. Windows color (decimal): -3705823 or 2192583. OLE color: 2192583.
HSL color Cylindrical-coordinate representation of color #C77421: hue angle of 30º degrees, saturation: 0.72, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #C77421 is Cyan = 0, Magento = 0.42, Yellow = 0.83 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 116 | 33 | - |
| CMYK | 0 | 0.42 | 0.83 | 0.22 |
| HSL | 30º | 0.72% | 0.45% | - |
| HSV(B) | 30º | 0.83% | 0.78% | - |
| XYZ | 30.07 | 24.74 | 4.63 | - |
| YUV | 131.36 | 72.5 | 176.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 116 | 33 | 0 | 0.42 | 0.83 | 0.22 | 30 | 0.72 | 0.45 |
| Hex | C7 | 74 | 21 | 0 | 2A | 53 | 16 | 1E | 48 | 2D |
| Octal | 307 | 164 | 41 | 0 | 52 | 123 | 26 | 36 | 110 | 55 |
| Binary | 11000111 | 1110100 | 100001 | 0 | 101010 | 1010011 | 10110 | 11110 | 1001000 | 101101 |
Color Harmonies of #C77421
Complementary color
Monochromatic Colors of #C77421
Black with #C77421
Text Example
Text Example
White with #C77421
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C77421; }
p { color: rgb(199,116,33); }
H1.HeaderClassName
{
color: #C77421;
}
.AnyTagClassName
{
color: #C77421;
}
</style>
background-color css
<style>
a { background-color: #C77421; }
a { background-color: rgb(199,116,33); }
div.DivClassName
{
background-color: #C77421;
}
.BgClassName
{
background-color: #C77421;
}
</style>
border-color css
<style>
span { border-color: #C77421; }
span { border-color: rgb(199,116,33); }
td.TdClassName
{
border-color: #C77421;
}
.TagClassName
{
border-color: #C77421;
}
</style>