Shades of Ochre #C5801D
Tints of Ochre #C5801D
RGB
CMYK
RGB Variations
Color information
#C5801D (or 0xC5801D) is known color: Ochre. HEX triplet: C5, 80 and 1D. RGB value is (197,128,29). Sum of RGB (Red+Green+Blue) = 197+128+29=354 (46% of max value = 765). Red value is 197 (77.34% from 255 or 55.65% from 354); Green value is 128 (50.39% from 255 or 36.16% from 354); Blue value is 29 (11.72% from 255 or 8.19% from 354); Max value from RGB is 197 - color contains mainly: red. Hex color #C5801D is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C5801D is #3A7FE2. Grayscale: #898989. Windows color (decimal): -3833827 or 1933509. OLE color: 1933509.
HSL color Cylindrical-coordinate representation of color #C5801D: hue angle of 35.36º degrees, saturation: 0.74, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #C5801D is Cyan = 0, Magento = 0.35, Yellow = 0.85 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 128 | 29 | - |
| CMYK | 0 | 0.35 | 0.85 | 0.23 |
| HSL | 35.36º | 0.74% | 0.44% | - |
| HSV(B) | 35.36º | 0.85% | 0.77% | - |
| XYZ | 30.97 | 27.4 | 4.82 | - |
| YUV | 137.35 | 66.86 | 170.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 128 | 29 | 0 | 0.35 | 0.85 | 0.23 | 35.36 | 0.74 | 0.44 |
| Hex | C5 | 80 | 1D | 0 | 23 | 55 | 17 | 23 | 4A | 2C |
| Octal | 305 | 200 | 35 | 0 | 43 | 125 | 27 | 43 | 112 | 54 |
| Binary | 11000101 | 10000000 | 11101 | 0 | 100011 | 1010101 | 10111 | 100011 | 1001010 | 101100 |
Color Harmonies of #C5801D
Complementary color
Monochromatic Colors of #C5801D
Black with #C5801D
Text Example
Text Example
White with #C5801D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5801D; }
p { color: rgb(197,128,29); }
H1.HeaderClassName
{
color: #C5801D;
}
.AnyTagClassName
{
color: #C5801D;
}
</style>
background-color css
<style>
a { background-color: #C5801D; }
a { background-color: rgb(197,128,29); }
div.DivClassName
{
background-color: #C5801D;
}
.BgClassName
{
background-color: #C5801D;
}
</style>
border-color css
<style>
span { border-color: #C5801D; }
span { border-color: rgb(197,128,29); }
td.TdClassName
{
border-color: #C5801D;
}
.TagClassName
{
border-color: #C5801D;
}
</style>