Shades of Ochre #C4791B
Tints of Ochre #C4791B
RGB
CMYK
RGB Variations
Color information
#C4791B (or 0xC4791B) is known color: Ochre. HEX triplet: C4, 79 and 1B. RGB value is (196,121,27). Sum of RGB (Red+Green+Blue) = 196+121+27=344 (45% of max value = 765). Red value is 196 (76.95% from 255 or 56.98% from 344); Green value is 121 (47.66% from 255 or 35.17% from 344); Blue value is 27 (10.94% from 255 or 7.85% from 344); Max value from RGB is 196 - color contains mainly: red. Hex color #C4791B is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C4791B is #3B86E4. Grayscale: #858585. Windows color (decimal): -3901157 or 1800644. OLE color: 1800644.
HSL color Cylindrical-coordinate representation of color #C4791B: hue angle of 33.37º degrees, saturation: 0.76, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #C4791B is Cyan = 0, Magento = 0.38, Yellow = 0.86 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 121 | 27 | - |
| CMYK | 0 | 0.38 | 0.86 | 0.23 |
| HSL | 33.37º | 0.76% | 0.44% | - |
| HSV(B) | 33.37º | 0.86% | 0.77% | - |
| XYZ | 29.8 | 25.49 | 4.39 | - |
| YUV | 132.71 | 68.35 | 173.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 121 | 27 | 0 | 0.38 | 0.86 | 0.23 | 33.37 | 0.76 | 0.44 |
| Hex | C4 | 79 | 1B | 0 | 26 | 56 | 17 | 21 | 4C | 2C |
| Octal | 304 | 171 | 33 | 0 | 46 | 126 | 27 | 41 | 114 | 54 |
| Binary | 11000100 | 1111001 | 11011 | 0 | 100110 | 1010110 | 10111 | 100001 | 1001100 | 101100 |
Color Harmonies of #C4791B
Complementary color
Monochromatic Colors of #C4791B
Black with #C4791B
Text Example
Text Example
White with #C4791B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C4791B; }
p { color: rgb(196,121,27); }
H1.HeaderClassName
{
color: #C4791B;
}
.AnyTagClassName
{
color: #C4791B;
}
</style>
background-color css
<style>
a { background-color: #C4791B; }
a { background-color: rgb(196,121,27); }
div.DivClassName
{
background-color: #C4791B;
}
.BgClassName
{
background-color: #C4791B;
}
</style>
border-color css
<style>
span { border-color: #C4791B; }
span { border-color: rgb(196,121,27); }
td.TdClassName
{
border-color: #C4791B;
}
.TagClassName
{
border-color: #C4791B;
}
</style>