Shades of Ochre #C3700F
Tints of Ochre #C3700F
RGB
CMYK
RGB Variations
Color information
#C3700F (or 0xC3700F) is known color: Ochre. HEX triplet: C3, 70 and 0F. RGB value is (195,112,15). Sum of RGB (Red+Green+Blue) = 195+112+15=322 (42% of max value = 765). Red value is 195 (76.56% from 255 or 60.56% from 322); Green value is 112 (44.14% from 255 or 34.78% from 322); Blue value is 15 (6.25% from 255 or 4.66% from 322); Max value from RGB is 195 - color contains mainly: red. Hex color #C3700F is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C3700F is #3C8FF0. Grayscale: #7E7E7E. Windows color (decimal): -3969009 or 1011907. OLE color: 1011907.
HSL color Cylindrical-coordinate representation of color #C3700F: hue angle of 32.33º degrees, saturation: 0.86, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #C3700F is Cyan = 0, Magento = 0.43, Yellow = 0.92 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 112 | 15 | - |
| CMYK | 0 | 0.43 | 0.92 | 0.24 |
| HSL | 32.33º | 0.86% | 0.41% | - |
| HSV(B) | 32.33º | 0.92% | 0.76% | - |
| XYZ | 28.39 | 23.22 | 3.44 | - |
| YUV | 125.76 | 65.5 | 177.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 112 | 15 | 0 | 0.43 | 0.92 | 0.24 | 32.33 | 0.86 | 0.41 |
| Hex | C3 | 70 | F | 0 | 2B | 5C | 18 | 20 | 56 | 29 |
| Octal | 303 | 160 | 17 | 0 | 53 | 134 | 30 | 40 | 126 | 51 |
| Binary | 11000011 | 1110000 | 1111 | 0 | 101011 | 1011100 | 11000 | 100000 | 1010110 | 101001 |
Color Harmonies of #C3700F
Complementary color
Monochromatic Colors of #C3700F
Black with #C3700F
Text Example
Text Example
White with #C3700F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C3700F; }
p { color: rgb(195,112,15); }
H1.HeaderClassName
{
color: #C3700F;
}
.AnyTagClassName
{
color: #C3700F;
}
</style>
background-color css
<style>
a { background-color: #C3700F; }
a { background-color: rgb(195,112,15); }
div.DivClassName
{
background-color: #C3700F;
}
.BgClassName
{
background-color: #C3700F;
}
</style>
border-color css
<style>
span { border-color: #C3700F; }
span { border-color: rgb(195,112,15); }
td.TdClassName
{
border-color: #C3700F;
}
.TagClassName
{
border-color: #C3700F;
}
</style>