Shades of Ochre #C3740F
Tints of Ochre #C3740F
RGB
CMYK
RGB Variations
Color information
#C3740F (or 0xC3740F) is known color: Ochre. HEX triplet: C3, 74 and 0F. RGB value is (195,116,15). Sum of RGB (Red+Green+Blue) = 195+116+15=326 (43% of max value = 765). Red value is 195 (76.56% from 255 or 59.82% from 326); Green value is 116 (45.70% from 255 or 35.58% from 326); Blue value is 15 (6.25% from 255 or 4.60% from 326); Max value from RGB is 195 - color contains mainly: red. Hex color #C3740F is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C3740F is #3C8BF0. Grayscale: #808080. Windows color (decimal): -3967985 or 1012931. OLE color: 1012931.
HSL color Cylindrical-coordinate representation of color #C3740F: hue angle of 33.67º 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 #C3740F is Cyan = 0, Magento = 0.41, Yellow = 0.92 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 116 | 15 | - |
| CMYK | 0 | 0.41 | 0.92 | 0.24 |
| HSL | 33.67º | 0.86% | 0.41% | - |
| HSV(B) | 33.67º | 0.92% | 0.76% | - |
| XYZ | 28.84 | 24.13 | 3.59 | - |
| YUV | 128.11 | 64.17 | 175.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 116 | 15 | 0 | 0.41 | 0.92 | 0.24 | 33.67 | 0.86 | 0.41 |
| Hex | C3 | 74 | F | 0 | 29 | 5C | 18 | 22 | 56 | 29 |
| Octal | 303 | 164 | 17 | 0 | 51 | 134 | 30 | 42 | 126 | 51 |
| Binary | 11000011 | 1110100 | 1111 | 0 | 101001 | 1011100 | 11000 | 100010 | 1010110 | 101001 |
Color Harmonies of #C3740F
Complementary color
Monochromatic Colors of #C3740F
Black with #C3740F
Text Example
Text Example
White with #C3740F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C3740F; }
p { color: rgb(195,116,15); }
H1.HeaderClassName
{
color: #C3740F;
}
.AnyTagClassName
{
color: #C3740F;
}
</style>
background-color css
<style>
a { background-color: #C3740F; }
a { background-color: rgb(195,116,15); }
div.DivClassName
{
background-color: #C3740F;
}
.BgClassName
{
background-color: #C3740F;
}
</style>
border-color css
<style>
span { border-color: #C3740F; }
span { border-color: rgb(195,116,15); }
td.TdClassName
{
border-color: #C3740F;
}
.TagClassName
{
border-color: #C3740F;
}
</style>