Shades of Ochre #C3711D
Tints of Ochre #C3711D
RGB
CMYK
RGB Variations
Color information
#C3711D (or 0xC3711D) is known color: Ochre. HEX triplet: C3, 71 and 1D. RGB value is (195,113,29). Sum of RGB (Red+Green+Blue) = 195+113+29=337 (44% of max value = 765). Red value is 195 (76.56% from 255 or 57.86% from 337); Green value is 113 (44.53% from 255 or 33.53% from 337); Blue value is 29 (11.72% from 255 or 8.61% from 337); Max value from RGB is 195 - color contains mainly: red. Hex color #C3711D is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C3711D is #3C8EE2. Grayscale: #808080. Windows color (decimal): -3968739 or 1929667. OLE color: 1929667.
HSL color Cylindrical-coordinate representation of color #C3711D: hue angle of 30.36º 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 #C3711D is Cyan = 0, Magento = 0.42, Yellow = 0.85 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 113 | 29 | - |
| CMYK | 0 | 0.42 | 0.85 | 0.24 |
| HSL | 30.36º | 0.74% | 0.44% | - |
| HSV(B) | 30.36º | 0.85% | 0.76% | - |
| XYZ | 28.63 | 23.5 | 4.19 | - |
| YUV | 127.94 | 72.17 | 175.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 113 | 29 | 0 | 0.42 | 0.85 | 0.24 | 30.36 | 0.74 | 0.44 |
| Hex | C3 | 71 | 1D | 0 | 2A | 55 | 18 | 1E | 4A | 2C |
| Octal | 303 | 161 | 35 | 0 | 52 | 125 | 30 | 36 | 112 | 54 |
| Binary | 11000011 | 1110001 | 11101 | 0 | 101010 | 1010101 | 11000 | 11110 | 1001010 | 101100 |
Color Harmonies of #C3711D
Complementary color
Monochromatic Colors of #C3711D
Black with #C3711D
Text Example
Text Example
White with #C3711D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C3711D; }
p { color: rgb(195,113,29); }
H1.HeaderClassName
{
color: #C3711D;
}
.AnyTagClassName
{
color: #C3711D;
}
</style>
background-color css
<style>
a { background-color: #C3711D; }
a { background-color: rgb(195,113,29); }
div.DivClassName
{
background-color: #C3711D;
}
.BgClassName
{
background-color: #C3711D;
}
</style>
border-color css
<style>
span { border-color: #C3711D; }
span { border-color: rgb(195,113,29); }
td.TdClassName
{
border-color: #C3711D;
}
.TagClassName
{
border-color: #C3711D;
}
</style>