Shades of Ochre #C47A1A
Tints of Ochre #C47A1A
RGB
CMYK
RGB Variations
Color information
#C47A1A (or 0xC47A1A) is known color: Ochre. HEX triplet: C4, 7A and 1A. RGB value is (196,122,26). Sum of RGB (Red+Green+Blue) = 196+122+26=344 (45% of max value = 765). Red value is 196 (76.95% from 255 or 56.98% from 344); Green value is 122 (48.05% from 255 or 35.47% from 344); Blue value is 26 (10.55% from 255 or 7.56% from 344); Max value from RGB is 196 - color contains mainly: red. Hex color #C47A1A is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C47A1A is #3B85E5. Grayscale: #858585. Windows color (decimal): -3900902 or 1735364. OLE color: 1735364.
HSL color Cylindrical-coordinate representation of color #C47A1A: hue angle of 33.88º degrees, saturation: 0.77, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #C47A1A is Cyan = 0, Magento = 0.38, Yellow = 0.87 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 122 | 26 | - |
| CMYK | 0 | 0.38 | 0.87 | 0.23 |
| HSL | 33.88º | 0.77% | 0.44% | - |
| HSV(B) | 33.88º | 0.87% | 0.77% | - |
| XYZ | 29.91 | 25.73 | 4.37 | - |
| YUV | 133.18 | 67.52 | 172.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 122 | 26 | 0 | 0.38 | 0.87 | 0.23 | 33.88 | 0.77 | 0.44 |
| Hex | C4 | 7A | 1A | 0 | 26 | 57 | 17 | 22 | 4D | 2C |
| Octal | 304 | 172 | 32 | 0 | 46 | 127 | 27 | 42 | 115 | 54 |
| Binary | 11000100 | 1111010 | 11010 | 0 | 100110 | 1010111 | 10111 | 100010 | 1001101 | 101100 |
Color Harmonies of #C47A1A
Complementary color
Monochromatic Colors of #C47A1A
Black with #C47A1A
Text Example
Text Example
White with #C47A1A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C47A1A; }
p { color: rgb(196,122,26); }
H1.HeaderClassName
{
color: #C47A1A;
}
.AnyTagClassName
{
color: #C47A1A;
}
</style>
background-color css
<style>
a { background-color: #C47A1A; }
a { background-color: rgb(196,122,26); }
div.DivClassName
{
background-color: #C47A1A;
}
.BgClassName
{
background-color: #C47A1A;
}
</style>
border-color css
<style>
span { border-color: #C47A1A; }
span { border-color: rgb(196,122,26); }
td.TdClassName
{
border-color: #C47A1A;
}
.TagClassName
{
border-color: #C47A1A;
}
</style>