Shades of Ochre #C47324
Tints of Ochre #C47324
RGB
CMYK
RGB Variations
Color information
#C47324 (or 0xC47324) is known color: Ochre. HEX triplet: C4, 73 and 24. RGB value is (196,115,36). Sum of RGB (Red+Green+Blue) = 196+115+36=347 (45% of max value = 765). Red value is 196 (76.95% from 255 or 56.48% from 347); Green value is 115 (45.31% from 255 or 33.14% from 347); Blue value is 36 (14.45% from 255 or 10.37% from 347); Max value from RGB is 196 - color contains mainly: red. Hex color #C47324 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C47324 is #3B8CDB. Grayscale: #828282. Windows color (decimal): -3902684 or 2388932. OLE color: 2388932.
HSL color Cylindrical-coordinate representation of color #C47324: hue angle of 29.62º degrees, saturation: 0.69, 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 #C47324 is Cyan = 0, Magento = 0.41, Yellow = 0.82 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 115 | 36 | - |
| CMYK | 0 | 0.41 | 0.82 | 0.23 |
| HSL | 29.63º | 0.69% | 0.45% | - |
| HSV(B) | 29.63º | 0.82% | 0.77% | - |
| XYZ | 29.21 | 24.12 | 4.79 | - |
| YUV | 130.21 | 74.84 | 174.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 115 | 36 | 0 | 0.41 | 0.82 | 0.23 | 29.63 | 0.69 | 0.45 |
| Hex | C4 | 73 | 24 | 0 | 29 | 52 | 17 | 1E | 45 | 2D |
| Octal | 304 | 163 | 44 | 0 | 51 | 122 | 27 | 36 | 105 | 55 |
| Binary | 11000100 | 1110011 | 100100 | 0 | 101001 | 1010010 | 10111 | 11110 | 1000101 | 101101 |
Color Harmonies of #C47324
Complementary color
Monochromatic Colors of #C47324
Black with #C47324
Text Example
Text Example
White with #C47324
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C47324; }
p { color: rgb(196,115,36); }
H1.HeaderClassName
{
color: #C47324;
}
.AnyTagClassName
{
color: #C47324;
}
</style>
background-color css
<style>
a { background-color: #C47324; }
a { background-color: rgb(196,115,36); }
div.DivClassName
{
background-color: #C47324;
}
.BgClassName
{
background-color: #C47324;
}
</style>
border-color css
<style>
span { border-color: #C47324; }
span { border-color: rgb(196,115,36); }
td.TdClassName
{
border-color: #C47324;
}
.TagClassName
{
border-color: #C47324;
}
</style>