Shades of Ochre #C3710D
Tints of Ochre #C3710D
RGB
CMYK
RGB Variations
Color information
#C3710D (or 0xC3710D) is known color: Ochre. HEX triplet: C3, 71 and 0D. RGB value is (195,113,13). Sum of RGB (Red+Green+Blue) = 195+113+13=321 (42% of max value = 765). Red value is 195 (76.56% from 255 or 60.75% from 321); Green value is 113 (44.53% from 255 or 35.20% from 321); Blue value is 13 (5.47% from 255 or 4.05% from 321); Max value from RGB is 195 - color contains mainly: red. Hex color #C3710D is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C3710D is #3C8EF2. Grayscale: #7E7E7E. Windows color (decimal): -3968755 or 881091. OLE color: 881091.
HSL color Cylindrical-coordinate representation of color #C3710D: hue angle of 32.97º degrees, saturation: 0.88, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #C3710D is Cyan = 0, Magento = 0.42, Yellow = 0.93 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 113 | 13 | - |
| CMYK | 0 | 0.42 | 0.93 | 0.24 |
| HSL | 32.97º | 0.88% | 0.41% | - |
| HSV(B) | 32.97º | 0.93% | 0.76% | - |
| XYZ | 28.48 | 23.44 | 3.4 | - |
| YUV | 126.12 | 64.17 | 177.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 113 | 13 | 0 | 0.42 | 0.93 | 0.24 | 32.97 | 0.88 | 0.41 |
| Hex | C3 | 71 | D | 0 | 2A | 5D | 18 | 21 | 58 | 29 |
| Octal | 303 | 161 | 15 | 0 | 52 | 135 | 30 | 41 | 130 | 51 |
| Binary | 11000011 | 1110001 | 1101 | 0 | 101010 | 1011101 | 11000 | 100001 | 1011000 | 101001 |
Color Harmonies of #C3710D
Complementary color
Monochromatic Colors of #C3710D
Black with #C3710D
Text Example
Text Example
White with #C3710D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C3710D; }
p { color: rgb(195,113,13); }
H1.HeaderClassName
{
color: #C3710D;
}
.AnyTagClassName
{
color: #C3710D;
}
</style>
background-color css
<style>
a { background-color: #C3710D; }
a { background-color: rgb(195,113,13); }
div.DivClassName
{
background-color: #C3710D;
}
.BgClassName
{
background-color: #C3710D;
}
</style>
border-color css
<style>
span { border-color: #C3710D; }
span { border-color: rgb(195,113,13); }
td.TdClassName
{
border-color: #C3710D;
}
.TagClassName
{
border-color: #C3710D;
}
</style>