Shades of Ochre #C87A25
Tints of Ochre #C87A25
RGB
CMYK
RGB Variations
Color information
#C87A25 (or 0xC87A25) is known color: Ochre. HEX triplet: C8, 7A and 25. RGB value is (200,122,37). Sum of RGB (Red+Green+Blue) = 200+122+37=359 (47% of max value = 765). Red value is 200 (78.52% from 255 or 55.71% from 359); Green value is 122 (48.05% from 255 or 33.98% from 359); Blue value is 37 (14.84% from 255 or 10.31% from 359); Max value from RGB is 200 - color contains mainly: red. Hex color #C87A25 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C87A25 is #3785DA. Grayscale: #888888. Windows color (decimal): -3638747 or 2456264. OLE color: 2456264.
HSL color Cylindrical-coordinate representation of color #C87A25: hue angle of 31.29º degrees, saturation: 0.69, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #C87A25 is Cyan = 0, Magento = 0.39, Yellow = 0.82 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 122 | 37 | - |
| CMYK | 0 | 0.39 | 0.82 | 0.22 |
| HSL | 31.29º | 0.69% | 0.46% | - |
| HSV(B) | 31.29º | 0.82% | 0.78% | - |
| XYZ | 31.11 | 26.33 | 5.19 | - |
| YUV | 135.63 | 72.34 | 173.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 122 | 37 | 0 | 0.39 | 0.82 | 0.22 | 31.29 | 0.69 | 0.46 |
| Hex | C8 | 7A | 25 | 0 | 27 | 52 | 16 | 1F | 45 | 2E |
| Octal | 310 | 172 | 45 | 0 | 47 | 122 | 26 | 37 | 105 | 56 |
| Binary | 11001000 | 1111010 | 100101 | 0 | 100111 | 1010010 | 10110 | 11111 | 1000101 | 101110 |
Color Harmonies of #C87A25
Complementary color
Monochromatic Colors of #C87A25
Black with #C87A25
Text Example
Text Example
White with #C87A25
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C87A25; }
p { color: rgb(200,122,37); }
H1.HeaderClassName
{
color: #C87A25;
}
.AnyTagClassName
{
color: #C87A25;
}
</style>
background-color css
<style>
a { background-color: #C87A25; }
a { background-color: rgb(200,122,37); }
div.DivClassName
{
background-color: #C87A25;
}
.BgClassName
{
background-color: #C87A25;
}
</style>
border-color css
<style>
span { border-color: #C87A25; }
span { border-color: rgb(200,122,37); }
td.TdClassName
{
border-color: #C87A25;
}
.TagClassName
{
border-color: #C87A25;
}
</style>