Shades of Ochre #C87329
Tints of Ochre #C87329
RGB
CMYK
RGB Variations
Color information
#C87329 (or 0xC87329) is known color: Ochre. HEX triplet: C8, 73 and 29. RGB value is (200,115,41). Sum of RGB (Red+Green+Blue) = 200+115+41=356 (47% of max value = 765). Red value is 200 (78.52% from 255 or 56.18% from 356); Green value is 115 (45.31% from 255 or 32.30% from 356); Blue value is 41 (16.41% from 255 or 11.52% from 356); Max value from RGB is 200 - color contains mainly: red. Hex color #C87329 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C87329 is #378CD6. Grayscale: #848484. Windows color (decimal): -3640535 or 2716616. OLE color: 2716616.
HSL color Cylindrical-coordinate representation of color #C87329: hue angle of 27.92º degrees, saturation: 0.66, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #C87329 is Cyan = 0, Magento = 0.42, Yellow = 0.80 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 115 | 41 | - |
| CMYK | 0 | 0.42 | 0.80 | 0.22 |
| HSL | 27.92º | 0.66% | 0.47% | - |
| HSV(B) | 27.92º | 0.8% | 0.78% | - |
| XYZ | 30.35 | 24.7 | 5.27 | - |
| YUV | 131.98 | 76.66 | 176.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 115 | 41 | 0 | 0.42 | 0.80 | 0.22 | 27.92 | 0.66 | 0.47 |
| Hex | C8 | 73 | 29 | 0 | 2A | 50 | 16 | 1C | 42 | 2F |
| Octal | 310 | 163 | 51 | 0 | 52 | 120 | 26 | 34 | 102 | 57 |
| Binary | 11001000 | 1110011 | 101001 | 0 | 101010 | 1010000 | 10110 | 11100 | 1000010 | 101111 |
Color Harmonies of #C87329
Complementary color
Monochromatic Colors of #C87329
Black with #C87329
Text Example
Text Example
White with #C87329
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C87329; }
p { color: rgb(200,115,41); }
H1.HeaderClassName
{
color: #C87329;
}
.AnyTagClassName
{
color: #C87329;
}
</style>
background-color css
<style>
a { background-color: #C87329; }
a { background-color: rgb(200,115,41); }
div.DivClassName
{
background-color: #C87329;
}
.BgClassName
{
background-color: #C87329;
}
</style>
border-color css
<style>
span { border-color: #C87329; }
span { border-color: rgb(200,115,41); }
td.TdClassName
{
border-color: #C87329;
}
.TagClassName
{
border-color: #C87329;
}
</style>