Shades of Ochre #C3740D
Tints of Ochre #C3740D
RGB
CMYK
RGB Variations
Color information
#C3740D (or 0xC3740D) is known color: Ochre. HEX triplet: C3, 74 and 0D. RGB value is (195,116,13). Sum of RGB (Red+Green+Blue) = 195+116+13=324 (42% of max value = 765). Red value is 195 (76.56% from 255 or 60.19% from 324); Green value is 116 (45.70% from 255 or 35.80% from 324); Blue value is 13 (5.47% from 255 or 4.01% from 324); Max value from RGB is 195 - color contains mainly: red. Hex color #C3740D is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C3740D is #3C8BF2. Grayscale: #808080. Windows color (decimal): -3967987 or 881859. OLE color: 881859.
HSL color Cylindrical-coordinate representation of color #C3740D: hue angle of 33.96º 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 #C3740D is Cyan = 0, Magento = 0.41, Yellow = 0.93 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 116 | 13 | - |
| CMYK | 0 | 0.41 | 0.93 | 0.24 |
| HSL | 33.96º | 0.88% | 0.41% | - |
| HSV(B) | 33.96º | 0.93% | 0.76% | - |
| XYZ | 28.82 | 24.12 | 3.52 | - |
| YUV | 127.88 | 63.17 | 175.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 116 | 13 | 0 | 0.41 | 0.93 | 0.24 | 33.96 | 0.88 | 0.41 |
| Hex | C3 | 74 | D | 0 | 29 | 5D | 18 | 22 | 58 | 29 |
| Octal | 303 | 164 | 15 | 0 | 51 | 135 | 30 | 42 | 130 | 51 |
| Binary | 11000011 | 1110100 | 1101 | 0 | 101001 | 1011101 | 11000 | 100010 | 1011000 | 101001 |
Color Harmonies of #C3740D
Complementary color
Monochromatic Colors of #C3740D
Black with #C3740D
Text Example
Text Example
White with #C3740D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C3740D; }
p { color: rgb(195,116,13); }
H1.HeaderClassName
{
color: #C3740D;
}
.AnyTagClassName
{
color: #C3740D;
}
</style>
background-color css
<style>
a { background-color: #C3740D; }
a { background-color: rgb(195,116,13); }
div.DivClassName
{
background-color: #C3740D;
}
.BgClassName
{
background-color: #C3740D;
}
</style>
border-color css
<style>
span { border-color: #C3740D; }
span { border-color: rgb(195,116,13); }
td.TdClassName
{
border-color: #C3740D;
}
.TagClassName
{
border-color: #C3740D;
}
</style>