Shades of Ochre #C87409
Tints of Ochre #C87409
RGB
CMYK
RGB Variations
Color information
#C87409 (or 0xC87409) is known color: Ochre. HEX triplet: C8, 74 and 09. RGB value is (200,116,9). Sum of RGB (Red+Green+Blue) = 200+116+9=325 (43% of max value = 765). Red value is 200 (78.52% from 255 or 61.54% from 325); Green value is 116 (45.70% from 255 or 35.69% from 325); Blue value is 9 (3.91% from 255 or 2.77% from 325); Max value from RGB is 200 - color contains mainly: red. Hex color #C87409 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C87409 is #378BF6. Grayscale: #818181. Windows color (decimal): -3640311 or 619720. OLE color: 619720.
HSL color Cylindrical-coordinate representation of color #C87409: hue angle of 33.61º degrees, saturation: 0.91, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #C87409 is Cyan = 0, Magento = 0.42, Yellow = 0.96 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 116 | 9 | - |
| CMYK | 0 | 0.42 | 0.96 | 0.22 |
| HSL | 33.61º | 0.91% | 0.41% | - |
| HSV(B) | 33.61º | 0.96% | 0.78% | - |
| XYZ | 30.11 | 24.79 | 3.46 | - |
| YUV | 128.92 | 60.33 | 178.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 116 | 9 | 0 | 0.42 | 0.96 | 0.22 | 33.61 | 0.91 | 0.41 |
| Hex | C8 | 74 | 9 | 0 | 2A | 60 | 16 | 22 | 5B | 29 |
| Octal | 310 | 164 | 11 | 0 | 52 | 140 | 26 | 42 | 133 | 51 |
| Binary | 11001000 | 1110100 | 1001 | 0 | 101010 | 1100000 | 10110 | 100010 | 1011011 | 101001 |
Color Harmonies of #C87409
Complementary color
Monochromatic Colors of #C87409
Black with #C87409
Text Example
Text Example
White with #C87409
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C87409; }
p { color: rgb(200,116,9); }
H1.HeaderClassName
{
color: #C87409;
}
.AnyTagClassName
{
color: #C87409;
}
</style>
background-color css
<style>
a { background-color: #C87409; }
a { background-color: rgb(200,116,9); }
div.DivClassName
{
background-color: #C87409;
}
.BgClassName
{
background-color: #C87409;
}
</style>
border-color css
<style>
span { border-color: #C87409; }
span { border-color: rgb(200,116,9); }
td.TdClassName
{
border-color: #C87409;
}
.TagClassName
{
border-color: #C87409;
}
</style>