Shades of Ochre #C87D25
Tints of Ochre #C87D25
RGB
CMYK
RGB Variations
Color information
#C87D25 (or 0xC87D25) is known color: Ochre. HEX triplet: C8, 7D and 25. RGB value is (200,125,37). Sum of RGB (Red+Green+Blue) = 200+125+37=362 (47% of max value = 765). Red value is 200 (78.52% from 255 or 55.25% from 362); Green value is 125 (49.22% from 255 or 34.53% from 362); Blue value is 37 (14.84% from 255 or 10.22% from 362); Max value from RGB is 200 - color contains mainly: red. Hex color #C87D25 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C87D25 is #3782DA. Grayscale: #898989. Windows color (decimal): -3637979 or 2457032. OLE color: 2457032.
HSL color Cylindrical-coordinate representation of color #C87D25: hue angle of 32.39º 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 #C87D25 is Cyan = 0, Magento = 0.38, Yellow = 0.82 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 125 | 37 | - |
| CMYK | 0 | 0.38 | 0.82 | 0.22 |
| HSL | 32.39º | 0.69% | 0.46% | - |
| HSV(B) | 32.39º | 0.82% | 0.78% | - |
| XYZ | 31.49 | 27.08 | 5.32 | - |
| YUV | 137.39 | 71.35 | 172.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 125 | 37 | 0 | 0.38 | 0.82 | 0.22 | 32.39 | 0.69 | 0.46 |
| Hex | C8 | 7D | 25 | 0 | 26 | 52 | 16 | 20 | 45 | 2E |
| Octal | 310 | 175 | 45 | 0 | 46 | 122 | 26 | 40 | 105 | 56 |
| Binary | 11001000 | 1111101 | 100101 | 0 | 100110 | 1010010 | 10110 | 100000 | 1000101 | 101110 |
Color Harmonies of #C87D25
Complementary color
Monochromatic Colors of #C87D25
Black with #C87D25
Text Example
Text Example
White with #C87D25
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C87D25; }
p { color: rgb(200,125,37); }
H1.HeaderClassName
{
color: #C87D25;
}
.AnyTagClassName
{
color: #C87D25;
}
</style>
background-color css
<style>
a { background-color: #C87D25; }
a { background-color: rgb(200,125,37); }
div.DivClassName
{
background-color: #C87D25;
}
.BgClassName
{
background-color: #C87D25;
}
</style>
border-color css
<style>
span { border-color: #C87D25; }
span { border-color: rgb(200,125,37); }
td.TdClassName
{
border-color: #C87D25;
}
.TagClassName
{
border-color: #C87D25;
}
</style>