Shades of Ochre #C87A1F
Tints of Ochre #C87A1F
RGB
CMYK
RGB Variations
Color information
#C87A1F (or 0xC87A1F) is known color: Ochre. HEX triplet: C8, 7A and 1F. RGB value is (200,122,31). Sum of RGB (Red+Green+Blue) = 200+122+31=353 (46% of max value = 765). Red value is 200 (78.52% from 255 or 56.66% from 353); Green value is 122 (48.05% from 255 or 34.56% from 353); Blue value is 31 (12.5% from 255 or 8.78% from 353); Max value from RGB is 200 - color contains mainly: red. Hex color #C87A1F is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C87A1F is #3785E0. Grayscale: #878787. Windows color (decimal): -3638753 or 2063048. OLE color: 2063048.
HSL color Cylindrical-coordinate representation of color #C87A1F: hue angle of 32.31º degrees, saturation: 0.73, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #C87A1F is Cyan = 0, Magento = 0.39, Yellow = 0.84 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 122 | 31 | - |
| CMYK | 0 | 0.39 | 0.84 | 0.22 |
| HSL | 32.31º | 0.73% | 0.45% | - |
| HSV(B) | 32.31º | 0.85% | 0.78% | - |
| XYZ | 31.03 | 26.3 | 4.74 | - |
| YUV | 134.95 | 69.34 | 174.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 122 | 31 | 0 | 0.39 | 0.84 | 0.22 | 32.31 | 0.73 | 0.45 |
| Hex | C8 | 7A | 1F | 0 | 27 | 54 | 16 | 20 | 49 | 2D |
| Octal | 310 | 172 | 37 | 0 | 47 | 124 | 26 | 40 | 111 | 55 |
| Binary | 11001000 | 1111010 | 11111 | 0 | 100111 | 1010100 | 10110 | 100000 | 1001001 | 101101 |
Color Harmonies of #C87A1F
Complementary color
Monochromatic Colors of #C87A1F
Black with #C87A1F
Text Example
Text Example
White with #C87A1F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C87A1F; }
p { color: rgb(200,122,31); }
H1.HeaderClassName
{
color: #C87A1F;
}
.AnyTagClassName
{
color: #C87A1F;
}
</style>
background-color css
<style>
a { background-color: #C87A1F; }
a { background-color: rgb(200,122,31); }
div.DivClassName
{
background-color: #C87A1F;
}
.BgClassName
{
background-color: #C87A1F;
}
</style>
border-color css
<style>
span { border-color: #C87A1F; }
span { border-color: rgb(200,122,31); }
td.TdClassName
{
border-color: #C87A1F;
}
.TagClassName
{
border-color: #C87A1F;
}
</style>