Shades of Ochre #C57826
Tints of Ochre #C57826
RGB
CMYK
RGB Variations
Color information
#C57826 (or 0xC57826) is known color: Ochre. HEX triplet: C5, 78 and 26. RGB value is (197,120,38). Sum of RGB (Red+Green+Blue) = 197+120+38=355 (47% of max value = 765). Red value is 197 (77.34% from 255 or 55.49% from 355); Green value is 120 (47.27% from 255 or 33.80% from 355); Blue value is 38 (15.23% from 255 or 10.70% from 355); Max value from RGB is 197 - color contains mainly: red. Hex color #C57826 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C57826 is #3A87D9. Grayscale: #868686. Windows color (decimal): -3835866 or 2521285. OLE color: 2521285.
HSL color Cylindrical-coordinate representation of color #C57826: hue angle of 30.94º degrees, saturation: 0.68, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #C57826 is Cyan = 0, Magento = 0.39, Yellow = 0.81 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 120 | 38 | - |
| CMYK | 0 | 0.39 | 0.81 | 0.23 |
| HSL | 30.94º | 0.68% | 0.46% | - |
| HSV(B) | 30.94º | 0.81% | 0.77% | - |
| XYZ | 30.09 | 25.44 | 5.16 | - |
| YUV | 133.68 | 74.01 | 173.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 120 | 38 | 0 | 0.39 | 0.81 | 0.23 | 30.94 | 0.68 | 0.46 |
| Hex | C5 | 78 | 26 | 0 | 27 | 51 | 17 | 1F | 44 | 2E |
| Octal | 305 | 170 | 46 | 0 | 47 | 121 | 27 | 37 | 104 | 56 |
| Binary | 11000101 | 1111000 | 100110 | 0 | 100111 | 1010001 | 10111 | 11111 | 1000100 | 101110 |
Color Harmonies of #C57826
Complementary color
Monochromatic Colors of #C57826
Black with #C57826
Text Example
Text Example
White with #C57826
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C57826; }
p { color: rgb(197,120,38); }
H1.HeaderClassName
{
color: #C57826;
}
.AnyTagClassName
{
color: #C57826;
}
</style>
background-color css
<style>
a { background-color: #C57826; }
a { background-color: rgb(197,120,38); }
div.DivClassName
{
background-color: #C57826;
}
.BgClassName
{
background-color: #C57826;
}
</style>
border-color css
<style>
span { border-color: #C57826; }
span { border-color: rgb(197,120,38); }
td.TdClassName
{
border-color: #C57826;
}
.TagClassName
{
border-color: #C57826;
}
</style>