Shades of Ochre #C8740D
Tints of Ochre #C8740D
RGB
CMYK
RGB Variations
Color information
#C8740D (or 0xC8740D) is known color: Ochre. HEX triplet: C8, 74 and 0D. RGB value is (200,116,13). Sum of RGB (Red+Green+Blue) = 200+116+13=329 (43% of max value = 765). Red value is 200 (78.52% from 255 or 60.79% from 329); Green value is 116 (45.70% from 255 or 35.26% from 329); Blue value is 13 (5.47% from 255 or 3.95% from 329); Max value from RGB is 200 - color contains mainly: red. Hex color #C8740D is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C8740D is #378BF2. Grayscale: #818181. Windows color (decimal): -3640307 or 881864. OLE color: 881864.
HSL color Cylindrical-coordinate representation of color #C8740D: hue angle of 33.05º degrees, saturation: 0.88, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #C8740D is Cyan = 0, Magento = 0.42, Yellow = 0.94 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 116 | 13 | - |
| CMYK | 0 | 0.42 | 0.94 | 0.22 |
| HSL | 33.05º | 0.88% | 0.42% | - |
| HSV(B) | 33.05º | 0.94% | 0.78% | - |
| XYZ | 30.14 | 24.8 | 3.58 | - |
| YUV | 129.37 | 62.33 | 178.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 116 | 13 | 0 | 0.42 | 0.94 | 0.22 | 33.05 | 0.88 | 0.42 |
| Hex | C8 | 74 | D | 0 | 2A | 5E | 16 | 21 | 58 | 2A |
| Octal | 310 | 164 | 15 | 0 | 52 | 136 | 26 | 41 | 130 | 52 |
| Binary | 11001000 | 1110100 | 1101 | 0 | 101010 | 1011110 | 10110 | 100001 | 1011000 | 101010 |
Color Harmonies of #C8740D
Complementary color
Monochromatic Colors of #C8740D
Black with #C8740D
Text Example
Text Example
White with #C8740D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8740D; }
p { color: rgb(200,116,13); }
H1.HeaderClassName
{
color: #C8740D;
}
.AnyTagClassName
{
color: #C8740D;
}
</style>
background-color css
<style>
a { background-color: #C8740D; }
a { background-color: rgb(200,116,13); }
div.DivClassName
{
background-color: #C8740D;
}
.BgClassName
{
background-color: #C8740D;
}
</style>
border-color css
<style>
span { border-color: #C8740D; }
span { border-color: rgb(200,116,13); }
td.TdClassName
{
border-color: #C8740D;
}
.TagClassName
{
border-color: #C8740D;
}
</style>