Shades of Ochre #C37913
Tints of Ochre #C37913
RGB
CMYK
RGB Variations
Color information
#C37913 (or 0xC37913) is known color: Ochre. HEX triplet: C3, 79 and 13. RGB value is (195,121,19). Sum of RGB (Red+Green+Blue) = 195+121+19=335 (44% of max value = 765). Red value is 195 (76.56% from 255 or 58.21% from 335); Green value is 121 (47.66% from 255 or 36.12% from 335); Blue value is 19 (7.81% from 255 or 5.67% from 335); Max value from RGB is 195 - color contains mainly: red. Hex color #C37913 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C37913 is #3C86EC. Grayscale: #838383. Windows color (decimal): -3966701 or 1276355. OLE color: 1276355.
HSL color Cylindrical-coordinate representation of color #C37913: hue angle of 34.77º 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 #C37913 is Cyan = 0, Magento = 0.38, Yellow = 0.90 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 121 | 19 | - |
| CMYK | 0 | 0.38 | 0.90 | 0.24 |
| HSL | 34.77º | 0.82% | 0.42% | - |
| HSV(B) | 34.77º | 0.9% | 0.76% | - |
| XYZ | 29.46 | 25.32 | 3.95 | - |
| YUV | 131.5 | 64.52 | 173.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 121 | 19 | 0 | 0.38 | 0.90 | 0.24 | 34.77 | 0.82 | 0.42 |
| Hex | C3 | 79 | 13 | 0 | 26 | 5A | 18 | 23 | 52 | 2A |
| Octal | 303 | 171 | 23 | 0 | 46 | 132 | 30 | 43 | 122 | 52 |
| Binary | 11000011 | 1111001 | 10011 | 0 | 100110 | 1011010 | 11000 | 100011 | 1010010 | 101010 |
Color Harmonies of #C37913
Complementary color
Monochromatic Colors of #C37913
Black with #C37913
Text Example
Text Example
White with #C37913
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C37913; }
p { color: rgb(195,121,19); }
H1.HeaderClassName
{
color: #C37913;
}
.AnyTagClassName
{
color: #C37913;
}
</style>
background-color css
<style>
a { background-color: #C37913; }
a { background-color: rgb(195,121,19); }
div.DivClassName
{
background-color: #C37913;
}
.BgClassName
{
background-color: #C37913;
}
</style>
border-color css
<style>
span { border-color: #C37913; }
span { border-color: rgb(195,121,19); }
td.TdClassName
{
border-color: #C37913;
}
.TagClassName
{
border-color: #C37913;
}
</style>