Shades of Ochre #C47A22
Tints of Ochre #C47A22
RGB
CMYK
RGB Variations
Color information
#C47A22 (or 0xC47A22) is known color: Ochre. HEX triplet: C4, 7A and 22. RGB value is (196,122,34). Sum of RGB (Red+Green+Blue) = 196+122+34=352 (46% of max value = 765). Red value is 196 (76.95% from 255 or 55.68% from 352); Green value is 122 (48.05% from 255 or 34.66% from 352); Blue value is 34 (13.67% from 255 or 9.66% from 352); Max value from RGB is 196 - color contains mainly: red. Hex color #C47A22 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C47A22 is #3B85DD. Grayscale: #868686. Windows color (decimal): -3900894 or 2259652. OLE color: 2259652.
HSL color Cylindrical-coordinate representation of color #C47A22: hue angle of 32.59º degrees, saturation: 0.7, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #C47A22 is Cyan = 0, Magento = 0.38, Yellow = 0.83 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 122 | 34 | - |
| CMYK | 0 | 0.38 | 0.83 | 0.23 |
| HSL | 32.59º | 0.7% | 0.45% | - |
| HSV(B) | 32.59º | 0.83% | 0.77% | - |
| XYZ | 30.01 | 25.77 | 4.91 | - |
| YUV | 134.09 | 71.52 | 172.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 122 | 34 | 0 | 0.38 | 0.83 | 0.23 | 32.59 | 0.7 | 0.45 |
| Hex | C4 | 7A | 22 | 0 | 26 | 53 | 17 | 21 | 46 | 2D |
| Octal | 304 | 172 | 42 | 0 | 46 | 123 | 27 | 41 | 106 | 55 |
| Binary | 11000100 | 1111010 | 100010 | 0 | 100110 | 1010011 | 10111 | 100001 | 1000110 | 101101 |
Color Harmonies of #C47A22
Complementary color
Monochromatic Colors of #C47A22
Black with #C47A22
Text Example
Text Example
White with #C47A22
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C47A22; }
p { color: rgb(196,122,34); }
H1.HeaderClassName
{
color: #C47A22;
}
.AnyTagClassName
{
color: #C47A22;
}
</style>
background-color css
<style>
a { background-color: #C47A22; }
a { background-color: rgb(196,122,34); }
div.DivClassName
{
background-color: #C47A22;
}
.BgClassName
{
background-color: #C47A22;
}
</style>
border-color css
<style>
span { border-color: #C47A22; }
span { border-color: rgb(196,122,34); }
td.TdClassName
{
border-color: #C47A22;
}
.TagClassName
{
border-color: #C47A22;
}
</style>