Shades of Ochre #C3771D
Tints of Ochre #C3771D
RGB
CMYK
RGB Variations
Color information
#C3771D (or 0xC3771D) is known color: Ochre. HEX triplet: C3, 77 and 1D. RGB value is (195,119,29). Sum of RGB (Red+Green+Blue) = 195+119+29=343 (45% of max value = 765). Red value is 195 (76.56% from 255 or 56.85% from 343); Green value is 119 (46.88% from 255 or 34.69% from 343); Blue value is 29 (11.72% from 255 or 8.45% from 343); Max value from RGB is 195 - color contains mainly: red. Hex color #C3771D is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C3771D is #3C88E2. Grayscale: #838383. Windows color (decimal): -3967203 or 1931203. OLE color: 1931203.
HSL color Cylindrical-coordinate representation of color #C3771D: hue angle of 32.53º degrees, saturation: 0.74, 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 #C3771D is Cyan = 0, Magento = 0.39, Yellow = 0.85 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 119 | 29 | - |
| CMYK | 0 | 0.39 | 0.85 | 0.24 |
| HSL | 32.53º | 0.74% | 0.44% | - |
| HSV(B) | 32.53º | 0.85% | 0.76% | - |
| XYZ | 29.32 | 24.88 | 4.42 | - |
| YUV | 131.46 | 70.18 | 173.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 119 | 29 | 0 | 0.39 | 0.85 | 0.24 | 32.53 | 0.74 | 0.44 |
| Hex | C3 | 77 | 1D | 0 | 27 | 55 | 18 | 21 | 4A | 2C |
| Octal | 303 | 167 | 35 | 0 | 47 | 125 | 30 | 41 | 112 | 54 |
| Binary | 11000011 | 1110111 | 11101 | 0 | 100111 | 1010101 | 11000 | 100001 | 1001010 | 101100 |
Color Harmonies of #C3771D
Complementary color
Monochromatic Colors of #C3771D
Black with #C3771D
Text Example
Text Example
White with #C3771D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C3771D; }
p { color: rgb(195,119,29); }
H1.HeaderClassName
{
color: #C3771D;
}
.AnyTagClassName
{
color: #C3771D;
}
</style>
background-color css
<style>
a { background-color: #C3771D; }
a { background-color: rgb(195,119,29); }
div.DivClassName
{
background-color: #C3771D;
}
.BgClassName
{
background-color: #C3771D;
}
</style>
border-color css
<style>
span { border-color: #C3771D; }
span { border-color: rgb(195,119,29); }
td.TdClassName
{
border-color: #C3771D;
}
.TagClassName
{
border-color: #C3771D;
}
</style>