Shades of Ochre #C37513
Tints of Ochre #C37513
RGB
CMYK
RGB Variations
Color information
#C37513 (or 0xC37513) is known color: Ochre. HEX triplet: C3, 75 and 13. RGB value is (195,117,19). Sum of RGB (Red+Green+Blue) = 195+117+19=331 (43% of max value = 765). Red value is 195 (76.56% from 255 or 58.91% from 331); Green value is 117 (46.09% from 255 or 35.35% from 331); Blue value is 19 (7.81% from 255 or 5.74% from 331); Max value from RGB is 195 - color contains mainly: red. Hex color #C37513 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C37513 is #3C8AEC. Grayscale: #818181. Windows color (decimal): -3967725 or 1275331. OLE color: 1275331.
HSL color Cylindrical-coordinate representation of color #C37513: hue angle of 33.41º degrees, saturation: 0.82, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #C37513 is Cyan = 0, Magento = 0.4, Yellow = 0.90 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 117 | 19 | - |
| CMYK | 0 | 0.4 | 0.90 | 0.24 |
| HSL | 33.41º | 0.82% | 0.42% | - |
| HSV(B) | 33.41º | 0.9% | 0.76% | - |
| XYZ | 28.98 | 24.37 | 3.79 | - |
| YUV | 129.15 | 65.84 | 174.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 117 | 19 | 0 | 0.4 | 0.90 | 0.24 | 33.41 | 0.82 | 0.42 |
| Hex | C3 | 75 | 13 | 0 | 28 | 5A | 18 | 21 | 52 | 2A |
| Octal | 303 | 165 | 23 | 0 | 50 | 132 | 30 | 41 | 122 | 52 |
| Binary | 11000011 | 1110101 | 10011 | 0 | 101000 | 1011010 | 11000 | 100001 | 1010010 | 101010 |
Color Harmonies of #C37513
Complementary color
Monochromatic Colors of #C37513
Black with #C37513
Text Example
Text Example
White with #C37513
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C37513; }
p { color: rgb(195,117,19); }
H1.HeaderClassName
{
color: #C37513;
}
.AnyTagClassName
{
color: #C37513;
}
</style>
background-color css
<style>
a { background-color: #C37513; }
a { background-color: rgb(195,117,19); }
div.DivClassName
{
background-color: #C37513;
}
.BgClassName
{
background-color: #C37513;
}
</style>
border-color css
<style>
span { border-color: #C37513; }
span { border-color: rgb(195,117,19); }
td.TdClassName
{
border-color: #C37513;
}
.TagClassName
{
border-color: #C37513;
}
</style>