Shades of Ochre #C57323
Tints of Ochre #C57323
RGB
CMYK
RGB Variations
Color information
#C57323 (or 0xC57323) is known color: Ochre. HEX triplet: C5, 73 and 23. RGB value is (197,115,35). Sum of RGB (Red+Green+Blue) = 197+115+35=347 (45% of max value = 765). Red value is 197 (77.34% from 255 or 56.77% from 347); Green value is 115 (45.31% from 255 or 33.14% from 347); Blue value is 35 (14.06% from 255 or 10.09% from 347); Max value from RGB is 197 - color contains mainly: red. Hex color #C57323 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C57323 is #3A8CDC. Grayscale: #828282. Windows color (decimal): -3837149 or 2323397. OLE color: 2323397.
HSL color Cylindrical-coordinate representation of color #C57323: hue angle of 29.63º degrees, saturation: 0.7, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #C57323 is Cyan = 0, Magento = 0.42, Yellow = 0.82 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 115 | 35 | - |
| CMYK | 0 | 0.42 | 0.82 | 0.23 |
| HSL | 29.63º | 0.7% | 0.45% | - |
| HSV(B) | 29.63º | 0.82% | 0.77% | - |
| XYZ | 29.46 | 24.25 | 4.72 | - |
| YUV | 130.4 | 74.17 | 175.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 115 | 35 | 0 | 0.42 | 0.82 | 0.23 | 29.63 | 0.7 | 0.45 |
| Hex | C5 | 73 | 23 | 0 | 2A | 52 | 17 | 1E | 46 | 2D |
| Octal | 305 | 163 | 43 | 0 | 52 | 122 | 27 | 36 | 106 | 55 |
| Binary | 11000101 | 1110011 | 100011 | 0 | 101010 | 1010010 | 10111 | 11110 | 1000110 | 101101 |
Color Harmonies of #C57323
Complementary color
Monochromatic Colors of #C57323
Black with #C57323
Text Example
Text Example
White with #C57323
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C57323; }
p { color: rgb(197,115,35); }
H1.HeaderClassName
{
color: #C57323;
}
.AnyTagClassName
{
color: #C57323;
}
</style>
background-color css
<style>
a { background-color: #C57323; }
a { background-color: rgb(197,115,35); }
div.DivClassName
{
background-color: #C57323;
}
.BgClassName
{
background-color: #C57323;
}
</style>
border-color css
<style>
span { border-color: #C57323; }
span { border-color: rgb(197,115,35); }
td.TdClassName
{
border-color: #C57323;
}
.TagClassName
{
border-color: #C57323;
}
</style>