Shades of Ochre #C4791A
Tints of Ochre #C4791A
RGB
CMYK
RGB Variations
Color information
#C4791A (or 0xC4791A) is known color: Ochre. HEX triplet: C4, 79 and 1A. RGB value is (196,121,26). Sum of RGB (Red+Green+Blue) = 196+121+26=343 (45% of max value = 765). Red value is 196 (76.95% from 255 or 57.14% from 343); Green value is 121 (47.66% from 255 or 35.28% from 343); Blue value is 26 (10.55% from 255 or 7.58% from 343); Max value from RGB is 196 - color contains mainly: red. Hex color #C4791A is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C4791A is #3B86E5. Grayscale: #858585. Windows color (decimal): -3901158 or 1735108. OLE color: 1735108.
HSL color Cylindrical-coordinate representation of color #C4791A: hue angle of 33.53º 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 #C4791A is Cyan = 0, Magento = 0.38, Yellow = 0.87 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 121 | 26 | - |
| CMYK | 0 | 0.38 | 0.87 | 0.23 |
| HSL | 33.53º | 0.77% | 0.44% | - |
| HSV(B) | 33.53º | 0.87% | 0.77% | - |
| XYZ | 29.79 | 25.49 | 4.33 | - |
| YUV | 132.6 | 67.85 | 173.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 121 | 26 | 0 | 0.38 | 0.87 | 0.23 | 33.53 | 0.77 | 0.44 |
| Hex | C4 | 79 | 1A | 0 | 26 | 57 | 17 | 22 | 4D | 2C |
| Octal | 304 | 171 | 32 | 0 | 46 | 127 | 27 | 42 | 115 | 54 |
| Binary | 11000100 | 1111001 | 11010 | 0 | 100110 | 1010111 | 10111 | 100010 | 1001101 | 101100 |
Color Harmonies of #C4791A
Complementary color
Monochromatic Colors of #C4791A
Black with #C4791A
Text Example
Text Example
White with #C4791A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C4791A; }
p { color: rgb(196,121,26); }
H1.HeaderClassName
{
color: #C4791A;
}
.AnyTagClassName
{
color: #C4791A;
}
</style>
background-color css
<style>
a { background-color: #C4791A; }
a { background-color: rgb(196,121,26); }
div.DivClassName
{
background-color: #C4791A;
}
.BgClassName
{
background-color: #C4791A;
}
</style>
border-color css
<style>
span { border-color: #C4791A; }
span { border-color: rgb(196,121,26); }
td.TdClassName
{
border-color: #C4791A;
}
.TagClassName
{
border-color: #C4791A;
}
</style>