Shades of Ochre #C87A27
Tints of Ochre #C87A27
RGB
CMYK
RGB Variations
Color information
#C87A27 (or 0xC87A27) is known color: Ochre. HEX triplet: C8, 7A and 27. RGB value is (200,122,39). Sum of RGB (Red+Green+Blue) = 200+122+39=361 (47% of max value = 765). Red value is 200 (78.52% from 255 or 55.40% from 361); Green value is 122 (48.05% from 255 or 33.80% from 361); Blue value is 39 (15.62% from 255 or 10.80% from 361); Max value from RGB is 200 - color contains mainly: red. Hex color #C87A27 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C87A27 is #3785D8. Grayscale: #888888. Windows color (decimal): -3638745 or 2587336. OLE color: 2587336.
HSL color Cylindrical-coordinate representation of color #C87A27: hue angle of 30.93º degrees, saturation: 0.67, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #C87A27 is Cyan = 0, Magento = 0.39, Yellow = 0.80 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 122 | 39 | - |
| CMYK | 0 | 0.39 | 0.80 | 0.22 |
| HSL | 30.93º | 0.67% | 0.47% | - |
| HSV(B) | 30.93º | 0.81% | 0.78% | - |
| XYZ | 31.15 | 26.34 | 5.36 | - |
| YUV | 135.86 | 73.34 | 173.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 122 | 39 | 0 | 0.39 | 0.80 | 0.22 | 30.93 | 0.67 | 0.47 |
| Hex | C8 | 7A | 27 | 0 | 27 | 50 | 16 | 1F | 43 | 2F |
| Octal | 310 | 172 | 47 | 0 | 47 | 120 | 26 | 37 | 103 | 57 |
| Binary | 11001000 | 1111010 | 100111 | 0 | 100111 | 1010000 | 10110 | 11111 | 1000011 | 101111 |
Color Harmonies of #C87A27
Complementary color
Monochromatic Colors of #C87A27
Black with #C87A27
Text Example
Text Example
White with #C87A27
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C87A27; }
p { color: rgb(200,122,39); }
H1.HeaderClassName
{
color: #C87A27;
}
.AnyTagClassName
{
color: #C87A27;
}
</style>
background-color css
<style>
a { background-color: #C87A27; }
a { background-color: rgb(200,122,39); }
div.DivClassName
{
background-color: #C87A27;
}
.BgClassName
{
background-color: #C87A27;
}
</style>
border-color css
<style>
span { border-color: #C87A27; }
span { border-color: rgb(200,122,39); }
td.TdClassName
{
border-color: #C87A27;
}
.TagClassName
{
border-color: #C87A27;
}
</style>