Shades of Ochre #C3700D
Tints of Ochre #C3700D
RGB
CMYK
RGB Variations
Color information
#C3700D (or 0xC3700D) is known color: Ochre. HEX triplet: C3, 70 and 0D. RGB value is (195,112,13). Sum of RGB (Red+Green+Blue) = 195+112+13=320 (42% of max value = 765). Red value is 195 (76.56% from 255 or 60.94% from 320); Green value is 112 (44.14% from 255 or 35% from 320); Blue value is 13 (5.47% from 255 or 4.06% from 320); Max value from RGB is 195 - color contains mainly: red. Hex color #C3700D is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C3700D is #3C8FF2. Grayscale: #7E7E7E. Windows color (decimal): -3969011 or 880835. OLE color: 880835.
HSL color Cylindrical-coordinate representation of color #C3700D: hue angle of 32.64º 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 #C3700D is Cyan = 0, Magento = 0.43, Yellow = 0.93 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 112 | 13 | - |
| CMYK | 0 | 0.43 | 0.93 | 0.24 |
| HSL | 32.64º | 0.88% | 0.41% | - |
| HSV(B) | 32.64º | 0.93% | 0.76% | - |
| XYZ | 28.37 | 23.22 | 3.37 | - |
| YUV | 125.53 | 64.5 | 177.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 112 | 13 | 0 | 0.43 | 0.93 | 0.24 | 32.64 | 0.88 | 0.41 |
| Hex | C3 | 70 | D | 0 | 2B | 5D | 18 | 21 | 58 | 29 |
| Octal | 303 | 160 | 15 | 0 | 53 | 135 | 30 | 41 | 130 | 51 |
| Binary | 11000011 | 1110000 | 1101 | 0 | 101011 | 1011101 | 11000 | 100001 | 1011000 | 101001 |
Color Harmonies of #C3700D
Complementary color
Monochromatic Colors of #C3700D
Black with #C3700D
Text Example
Text Example
White with #C3700D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C3700D; }
p { color: rgb(195,112,13); }
H1.HeaderClassName
{
color: #C3700D;
}
.AnyTagClassName
{
color: #C3700D;
}
</style>
background-color css
<style>
a { background-color: #C3700D; }
a { background-color: rgb(195,112,13); }
div.DivClassName
{
background-color: #C3700D;
}
.BgClassName
{
background-color: #C3700D;
}
</style>
border-color css
<style>
span { border-color: #C3700D; }
span { border-color: rgb(195,112,13); }
td.TdClassName
{
border-color: #C3700D;
}
.TagClassName
{
border-color: #C3700D;
}
</style>