Shades of Ochre #C5801F
Tints of Ochre #C5801F
RGB
CMYK
RGB Variations
Color information
#C5801F (or 0xC5801F) is known color: Ochre. HEX triplet: C5, 80 and 1F. RGB value is (197,128,31). Sum of RGB (Red+Green+Blue) = 197+128+31=356 (47% of max value = 765). Red value is 197 (77.34% from 255 or 55.34% from 356); Green value is 128 (50.39% from 255 or 35.96% from 356); Blue value is 31 (12.5% from 255 or 8.71% from 356); Max value from RGB is 197 - color contains mainly: red. Hex color #C5801F is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C5801F is #3A7FE0. Grayscale: #8A8A8A. Windows color (decimal): -3833825 or 2064581. OLE color: 2064581.
HSL color Cylindrical-coordinate representation of color #C5801F: hue angle of 35.06º degrees, saturation: 0.73, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #C5801F is Cyan = 0, Magento = 0.35, Yellow = 0.84 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 128 | 31 | - |
| CMYK | 0 | 0.35 | 0.84 | 0.23 |
| HSL | 35.06º | 0.73% | 0.45% | - |
| HSV(B) | 35.06º | 0.84% | 0.77% | - |
| XYZ | 30.99 | 27.41 | 4.95 | - |
| YUV | 137.57 | 67.86 | 170.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 128 | 31 | 0 | 0.35 | 0.84 | 0.23 | 35.06 | 0.73 | 0.45 |
| Hex | C5 | 80 | 1F | 0 | 23 | 54 | 17 | 23 | 49 | 2D |
| Octal | 305 | 200 | 37 | 0 | 43 | 124 | 27 | 43 | 111 | 55 |
| Binary | 11000101 | 10000000 | 11111 | 0 | 100011 | 1010100 | 10111 | 100011 | 1001001 | 101101 |
Color Harmonies of #C5801F
Complementary color
Monochromatic Colors of #C5801F
Black with #C5801F
Text Example
Text Example
White with #C5801F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5801F; }
p { color: rgb(197,128,31); }
H1.HeaderClassName
{
color: #C5801F;
}
.AnyTagClassName
{
color: #C5801F;
}
</style>
background-color css
<style>
a { background-color: #C5801F; }
a { background-color: rgb(197,128,31); }
div.DivClassName
{
background-color: #C5801F;
}
.BgClassName
{
background-color: #C5801F;
}
</style>
border-color css
<style>
span { border-color: #C5801F; }
span { border-color: rgb(197,128,31); }
td.TdClassName
{
border-color: #C5801F;
}
.TagClassName
{
border-color: #C5801F;
}
</style>