Shades of Ochre #C3730E
Tints of Ochre #C3730E
RGB
CMYK
RGB Variations
Color information
#C3730E (or 0xC3730E) is known color: Ochre. HEX triplet: C3, 73 and 0E. RGB value is (195,115,14). Sum of RGB (Red+Green+Blue) = 195+115+14=324 (42% of max value = 765). Red value is 195 (76.56% from 255 or 60.19% from 324); Green value is 115 (45.31% from 255 or 35.49% from 324); Blue value is 14 (5.86% from 255 or 4.32% from 324); Max value from RGB is 195 - color contains mainly: red. Hex color #C3730E is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C3730E is #3C8CF1. Grayscale: #7F7F7F. Windows color (decimal): -3968242 or 947139. OLE color: 947139.
HSL color Cylindrical-coordinate representation of color #C3730E: hue angle of 33.48º degrees, saturation: 0.87, 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 #C3730E is Cyan = 0, Magento = 0.41, Yellow = 0.93 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 115 | 14 | - |
| CMYK | 0 | 0.41 | 0.93 | 0.24 |
| HSL | 33.48º | 0.87% | 0.41% | - |
| HSV(B) | 33.48º | 0.93% | 0.76% | - |
| XYZ | 28.72 | 23.9 | 3.51 | - |
| YUV | 127.41 | 64 | 176.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 115 | 14 | 0 | 0.41 | 0.93 | 0.24 | 33.48 | 0.87 | 0.41 |
| Hex | C3 | 73 | E | 0 | 29 | 5D | 18 | 21 | 57 | 29 |
| Octal | 303 | 163 | 16 | 0 | 51 | 135 | 30 | 41 | 127 | 51 |
| Binary | 11000011 | 1110011 | 1110 | 0 | 101001 | 1011101 | 11000 | 100001 | 1010111 | 101001 |
Color Harmonies of #C3730E
Complementary color
Monochromatic Colors of #C3730E
Black with #C3730E
Text Example
Text Example
White with #C3730E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C3730E; }
p { color: rgb(195,115,14); }
H1.HeaderClassName
{
color: #C3730E;
}
.AnyTagClassName
{
color: #C3730E;
}
</style>
background-color css
<style>
a { background-color: #C3730E; }
a { background-color: rgb(195,115,14); }
div.DivClassName
{
background-color: #C3730E;
}
.BgClassName
{
background-color: #C3730E;
}
</style>
border-color css
<style>
span { border-color: #C3730E; }
span { border-color: rgb(195,115,14); }
td.TdClassName
{
border-color: #C3730E;
}
.TagClassName
{
border-color: #C3730E;
}
</style>