Shades of Ochre #C3771E
Tints of Ochre #C3771E
RGB
CMYK
RGB Variations
Color information
#C3771E (or 0xC3771E) is known color: Ochre. HEX triplet: C3, 77 and 1E. RGB value is (195,119,30). Sum of RGB (Red+Green+Blue) = 195+119+30=344 (45% of max value = 765). Red value is 195 (76.56% from 255 or 56.69% from 344); Green value is 119 (46.88% from 255 or 34.59% from 344); Blue value is 30 (12.11% from 255 or 8.72% from 344); Max value from RGB is 195 - color contains mainly: red. Hex color #C3771E is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C3771E is #3C88E1. Grayscale: #848484. Windows color (decimal): -3967202 or 1996739. OLE color: 1996739.
HSL color Cylindrical-coordinate representation of color #C3771E: hue angle of 32.36º degrees, saturation: 0.73, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #C3771E is Cyan = 0, Magento = 0.39, Yellow = 0.85 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 119 | 30 | - |
| CMYK | 0 | 0.39 | 0.85 | 0.24 |
| HSL | 32.36º | 0.73% | 0.44% | - |
| HSV(B) | 32.36º | 0.85% | 0.76% | - |
| XYZ | 29.34 | 24.89 | 4.49 | - |
| YUV | 131.58 | 70.68 | 173.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 119 | 30 | 0 | 0.39 | 0.85 | 0.24 | 32.36 | 0.73 | 0.44 |
| Hex | C3 | 77 | 1E | 0 | 27 | 55 | 18 | 20 | 49 | 2C |
| Octal | 303 | 167 | 36 | 0 | 47 | 125 | 30 | 40 | 111 | 54 |
| Binary | 11000011 | 1110111 | 11110 | 0 | 100111 | 1010101 | 11000 | 100000 | 1001001 | 101100 |
Color Harmonies of #C3771E
Complementary color
Monochromatic Colors of #C3771E
Black with #C3771E
Text Example
Text Example
White with #C3771E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C3771E; }
p { color: rgb(195,119,30); }
H1.HeaderClassName
{
color: #C3771E;
}
.AnyTagClassName
{
color: #C3771E;
}
</style>
background-color css
<style>
a { background-color: #C3771E; }
a { background-color: rgb(195,119,30); }
div.DivClassName
{
background-color: #C3771E;
}
.BgClassName
{
background-color: #C3771E;
}
</style>
border-color css
<style>
span { border-color: #C3771E; }
span { border-color: rgb(195,119,30); }
td.TdClassName
{
border-color: #C3771E;
}
.TagClassName
{
border-color: #C3771E;
}
</style>