Shades of Ochre #C3710A
Tints of Ochre #C3710A
RGB
CMYK
RGB Variations
Color information
#C3710A (or 0xC3710A) is known color: Ochre. HEX triplet: C3, 71 and 0A. RGB value is (195,113,10). Sum of RGB (Red+Green+Blue) = 195+113+10=318 (42% of max value = 765). Red value is 195 (76.56% from 255 or 61.32% from 318); Green value is 113 (44.53% from 255 or 35.53% from 318); Blue value is 10 (4.30% from 255 or 3.14% from 318); Max value from RGB is 195 - color contains mainly: red. Hex color #C3710A is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C3710A is #3C8EF5. Grayscale: #7E7E7E. Windows color (decimal): -3968758 or 684483. OLE color: 684483.
HSL color Cylindrical-coordinate representation of color #C3710A: hue angle of 33.41º degrees, saturation: 0.9, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #C3710A is Cyan = 0, Magento = 0.42, Yellow = 0.95 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 113 | 10 | - |
| CMYK | 0 | 0.42 | 0.95 | 0.24 |
| HSL | 33.41º | 0.9% | 0.4% | - |
| HSV(B) | 33.41º | 0.95% | 0.76% | - |
| XYZ | 28.47 | 23.43 | 3.31 | - |
| YUV | 125.78 | 62.67 | 177.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 113 | 10 | 0 | 0.42 | 0.95 | 0.24 | 33.41 | 0.9 | 0.4 |
| Hex | C3 | 71 | A | 0 | 2A | 5F | 18 | 21 | 5A | 28 |
| Octal | 303 | 161 | 12 | 0 | 52 | 137 | 30 | 41 | 132 | 50 |
| Binary | 11000011 | 1110001 | 1010 | 0 | 101010 | 1011111 | 11000 | 100001 | 1011010 | 101000 |
Color Harmonies of #C3710A
Complementary color
Monochromatic Colors of #C3710A
Black with #C3710A
Text Example
Text Example
White with #C3710A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C3710A; }
p { color: rgb(195,113,10); }
H1.HeaderClassName
{
color: #C3710A;
}
.AnyTagClassName
{
color: #C3710A;
}
</style>
background-color css
<style>
a { background-color: #C3710A; }
a { background-color: rgb(195,113,10); }
div.DivClassName
{
background-color: #C3710A;
}
.BgClassName
{
background-color: #C3710A;
}
</style>
border-color css
<style>
span { border-color: #C3710A; }
span { border-color: rgb(195,113,10); }
td.TdClassName
{
border-color: #C3710A;
}
.TagClassName
{
border-color: #C3710A;
}
</style>