Shades of Ochre #C47A26
Tints of Ochre #C47A26
RGB
CMYK
RGB Variations
Color information
#C47A26 (or 0xC47A26) is known color: Ochre. HEX triplet: C4, 7A and 26. RGB value is (196,122,38). Sum of RGB (Red+Green+Blue) = 196+122+38=356 (47% of max value = 765). Red value is 196 (76.95% from 255 or 55.06% from 356); Green value is 122 (48.05% from 255 or 34.27% from 356); Blue value is 38 (15.23% from 255 or 10.67% from 356); Max value from RGB is 196 - color contains mainly: red. Hex color #C47A26 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C47A26 is #3B85D9. Grayscale: #868686. Windows color (decimal): -3900890 or 2521796. OLE color: 2521796.
HSL color Cylindrical-coordinate representation of color #C47A26: hue angle of 31.9º 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 #C47A26 is Cyan = 0, Magento = 0.38, Yellow = 0.81 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 122 | 38 | - |
| CMYK | 0 | 0.38 | 0.81 | 0.23 |
| HSL | 31.9º | 0.68% | 0.46% | - |
| HSV(B) | 31.9º | 0.81% | 0.77% | - |
| XYZ | 30.07 | 25.79 | 5.23 | - |
| YUV | 134.55 | 73.52 | 171.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 122 | 38 | 0 | 0.38 | 0.81 | 0.23 | 31.9 | 0.68 | 0.46 |
| Hex | C4 | 7A | 26 | 0 | 26 | 51 | 17 | 20 | 44 | 2E |
| Octal | 304 | 172 | 46 | 0 | 46 | 121 | 27 | 40 | 104 | 56 |
| Binary | 11000100 | 1111010 | 100110 | 0 | 100110 | 1010001 | 10111 | 100000 | 1000100 | 101110 |
Color Harmonies of #C47A26
Complementary color
Monochromatic Colors of #C47A26
Black with #C47A26
Text Example
Text Example
White with #C47A26
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C47A26; }
p { color: rgb(196,122,38); }
H1.HeaderClassName
{
color: #C47A26;
}
.AnyTagClassName
{
color: #C47A26;
}
</style>
background-color css
<style>
a { background-color: #C47A26; }
a { background-color: rgb(196,122,38); }
div.DivClassName
{
background-color: #C47A26;
}
.BgClassName
{
background-color: #C47A26;
}
</style>
border-color css
<style>
span { border-color: #C47A26; }
span { border-color: rgb(196,122,38); }
td.TdClassName
{
border-color: #C47A26;
}
.TagClassName
{
border-color: #C47A26;
}
</style>