Shades of Ochre #C37614
Tints of Ochre #C37614
RGB
CMYK
RGB Variations
Color information
#C37614 (or 0xC37614) is known color: Ochre. HEX triplet: C3, 76 and 14. RGB value is (195,118,20). Sum of RGB (Red+Green+Blue) = 195+118+20=333 (44% of max value = 765). Red value is 195 (76.56% from 255 or 58.56% from 333); Green value is 118 (46.48% from 255 or 35.44% from 333); Blue value is 20 (8.20% from 255 or 6.01% from 333); Max value from RGB is 195 - color contains mainly: red. Hex color #C37614 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C37614 is #3C89EB. Grayscale: #828282. Windows color (decimal): -3967468 or 1341123. OLE color: 1341123.
HSL color Cylindrical-coordinate representation of color #C37614: hue angle of 33.6º degrees, saturation: 0.81, 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 #C37614 is Cyan = 0, Magento = 0.39, Yellow = 0.90 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 118 | 20 | - |
| CMYK | 0 | 0.39 | 0.90 | 0.24 |
| HSL | 33.6º | 0.81% | 0.42% | - |
| HSV(B) | 33.6º | 0.9% | 0.76% | - |
| XYZ | 29.11 | 24.61 | 3.88 | - |
| YUV | 129.85 | 66.01 | 174.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 118 | 20 | 0 | 0.39 | 0.90 | 0.24 | 33.6 | 0.81 | 0.42 |
| Hex | C3 | 76 | 14 | 0 | 27 | 5A | 18 | 22 | 51 | 2A |
| Octal | 303 | 166 | 24 | 0 | 47 | 132 | 30 | 42 | 121 | 52 |
| Binary | 11000011 | 1110110 | 10100 | 0 | 100111 | 1011010 | 11000 | 100010 | 1010001 | 101010 |
Color Harmonies of #C37614
Complementary color
Monochromatic Colors of #C37614
Black with #C37614
Text Example
Text Example
White with #C37614
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C37614; }
p { color: rgb(195,118,20); }
H1.HeaderClassName
{
color: #C37614;
}
.AnyTagClassName
{
color: #C37614;
}
</style>
background-color css
<style>
a { background-color: #C37614; }
a { background-color: rgb(195,118,20); }
div.DivClassName
{
background-color: #C37614;
}
.BgClassName
{
background-color: #C37614;
}
</style>
border-color css
<style>
span { border-color: #C37614; }
span { border-color: rgb(195,118,20); }
td.TdClassName
{
border-color: #C37614;
}
.TagClassName
{
border-color: #C37614;
}
</style>