Shades of Ochre #C4771F
Tints of Ochre #C4771F
RGB
CMYK
RGB Variations
Color information
#C4771F (or 0xC4771F) is known color: Ochre. HEX triplet: C4, 77 and 1F. RGB value is (196,119,31). Sum of RGB (Red+Green+Blue) = 196+119+31=346 (45% of max value = 765). Red value is 196 (76.95% from 255 or 56.65% from 346); Green value is 119 (46.88% from 255 or 34.39% from 346); Blue value is 31 (12.5% from 255 or 8.96% from 346); Max value from RGB is 196 - color contains mainly: red. Hex color #C4771F is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C4771F is #3B88E0. Grayscale: #848484. Windows color (decimal): -3901665 or 2062276. OLE color: 2062276.
HSL color Cylindrical-coordinate representation of color #C4771F: hue angle of 32º degrees, saturation: 0.73, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #C4771F is Cyan = 0, Magento = 0.39, Yellow = 0.84 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 119 | 31 | - |
| CMYK | 0 | 0.39 | 0.84 | 0.23 |
| HSL | 32º | 0.73% | 0.45% | - |
| HSV(B) | 32º | 0.84% | 0.77% | - |
| XYZ | 29.61 | 25.03 | 4.57 | - |
| YUV | 131.99 | 71.01 | 173.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 119 | 31 | 0 | 0.39 | 0.84 | 0.23 | 32 | 0.73 | 0.45 |
| Hex | C4 | 77 | 1F | 0 | 27 | 54 | 17 | 20 | 49 | 2D |
| Octal | 304 | 167 | 37 | 0 | 47 | 124 | 27 | 40 | 111 | 55 |
| Binary | 11000100 | 1110111 | 11111 | 0 | 100111 | 1010100 | 10111 | 100000 | 1001001 | 101101 |
Color Harmonies of #C4771F
Complementary color
Monochromatic Colors of #C4771F
Black with #C4771F
Text Example
Text Example
White with #C4771F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C4771F; }
p { color: rgb(196,119,31); }
H1.HeaderClassName
{
color: #C4771F;
}
.AnyTagClassName
{
color: #C4771F;
}
</style>
background-color css
<style>
a { background-color: #C4771F; }
a { background-color: rgb(196,119,31); }
div.DivClassName
{
background-color: #C4771F;
}
.BgClassName
{
background-color: #C4771F;
}
</style>
border-color css
<style>
span { border-color: #C4771F; }
span { border-color: rgb(196,119,31); }
td.TdClassName
{
border-color: #C4771F;
}
.TagClassName
{
border-color: #C4771F;
}
</style>