Shades of Ochre #C5811C
Tints of Ochre #C5811C
RGB
CMYK
RGB Variations
Color information
#C5811C (or 0xC5811C) is known color: Ochre. HEX triplet: C5, 81 and 1C. RGB value is (197,129,28). Sum of RGB (Red+Green+Blue) = 197+129+28=354 (46% of max value = 765). Red value is 197 (77.34% from 255 or 55.65% from 354); Green value is 129 (50.78% from 255 or 36.44% from 354); Blue value is 28 (11.33% from 255 or 7.91% from 354); Max value from RGB is 197 - color contains mainly: red. Hex color #C5811C is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C5811C is #3A7EE3. Grayscale: #8A8A8A. Windows color (decimal): -3833572 or 1868229. OLE color: 1868229.
HSL color Cylindrical-coordinate representation of color #C5811C: hue angle of 35.86º degrees, saturation: 0.75, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #C5811C is Cyan = 0, Magento = 0.35, Yellow = 0.86 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 129 | 28 | - |
| CMYK | 0 | 0.35 | 0.86 | 0.23 |
| HSL | 35.86º | 0.75% | 0.44% | - |
| HSV(B) | 35.86º | 0.86% | 0.77% | - |
| XYZ | 31.09 | 27.65 | 4.8 | - |
| YUV | 137.82 | 66.03 | 170.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 129 | 28 | 0 | 0.35 | 0.86 | 0.23 | 35.86 | 0.75 | 0.44 |
| Hex | C5 | 81 | 1C | 0 | 23 | 56 | 17 | 24 | 4B | 2C |
| Octal | 305 | 201 | 34 | 0 | 43 | 126 | 27 | 44 | 113 | 54 |
| Binary | 11000101 | 10000001 | 11100 | 0 | 100011 | 1010110 | 10111 | 100100 | 1001011 | 101100 |
Color Harmonies of #C5811C
Complementary color
Monochromatic Colors of #C5811C
Black with #C5811C
Text Example
Text Example
White with #C5811C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5811C; }
p { color: rgb(197,129,28); }
H1.HeaderClassName
{
color: #C5811C;
}
.AnyTagClassName
{
color: #C5811C;
}
</style>
background-color css
<style>
a { background-color: #C5811C; }
a { background-color: rgb(197,129,28); }
div.DivClassName
{
background-color: #C5811C;
}
.BgClassName
{
background-color: #C5811C;
}
</style>
border-color css
<style>
span { border-color: #C5811C; }
span { border-color: rgb(197,129,28); }
td.TdClassName
{
border-color: #C5811C;
}
.TagClassName
{
border-color: #C5811C;
}
</style>