Shades of Ochre #C5851A
Tints of Ochre #C5851A
RGB
CMYK
RGB Variations
Color information
#C5851A (or 0xC5851A) is known color: Ochre. HEX triplet: C5, 85 and 1A. RGB value is (197,133,26). Sum of RGB (Red+Green+Blue) = 197+133+26=356 (47% of max value = 765). Red value is 197 (77.34% from 255 or 55.34% from 356); Green value is 133 (52.34% from 255 or 37.36% from 356); Blue value is 26 (10.55% from 255 or 7.30% from 356); Max value from RGB is 197 - color contains mainly: red. Hex color #C5851A is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C5851A is #3A7AE5. Grayscale: #8C8C8C. Windows color (decimal): -3832550 or 1738181. OLE color: 1738181.
HSL color Cylindrical-coordinate representation of color #C5851A: hue angle of 37.54º degrees, saturation: 0.77, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #C5851A is Cyan = 0, Magento = 0.32, Yellow = 0.87 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 133 | 26 | - |
| CMYK | 0 | 0.32 | 0.87 | 0.23 |
| HSL | 37.54º | 0.77% | 0.44% | - |
| HSV(B) | 37.54º | 0.87% | 0.77% | - |
| XYZ | 31.6 | 28.72 | 4.86 | - |
| YUV | 139.94 | 63.7 | 168.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 133 | 26 | 0 | 0.32 | 0.87 | 0.23 | 37.54 | 0.77 | 0.44 |
| Hex | C5 | 85 | 1A | 0 | 20 | 57 | 17 | 26 | 4D | 2C |
| Octal | 305 | 205 | 32 | 0 | 40 | 127 | 27 | 46 | 115 | 54 |
| Binary | 11000101 | 10000101 | 11010 | 0 | 100000 | 1010111 | 10111 | 100110 | 1001101 | 101100 |
Color Harmonies of #C5851A
Complementary color
Monochromatic Colors of #C5851A
Black with #C5851A
Text Example
Text Example
White with #C5851A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5851A; }
p { color: rgb(197,133,26); }
H1.HeaderClassName
{
color: #C5851A;
}
.AnyTagClassName
{
color: #C5851A;
}
</style>
background-color css
<style>
a { background-color: #C5851A; }
a { background-color: rgb(197,133,26); }
div.DivClassName
{
background-color: #C5851A;
}
.BgClassName
{
background-color: #C5851A;
}
</style>
border-color css
<style>
span { border-color: #C5851A; }
span { border-color: rgb(197,133,26); }
td.TdClassName
{
border-color: #C5851A;
}
.TagClassName
{
border-color: #C5851A;
}
</style>