Shades of Ochre #C3770F
Tints of Ochre #C3770F
RGB
CMYK
RGB Variations
Color information
#C3770F (or 0xC3770F) is known color: Ochre. HEX triplet: C3, 77 and 0F. RGB value is (195,119,15). Sum of RGB (Red+Green+Blue) = 195+119+15=329 (43% of max value = 765). Red value is 195 (76.56% from 255 or 59.27% from 329); Green value is 119 (46.88% from 255 or 36.17% from 329); Blue value is 15 (6.25% from 255 or 4.56% from 329); Max value from RGB is 195 - color contains mainly: red. Hex color #C3770F is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C3770F is #3C88F0. Grayscale: #828282. Windows color (decimal): -3967217 or 1013699. OLE color: 1013699.
HSL color Cylindrical-coordinate representation of color #C3770F: hue angle of 34.67º degrees, saturation: 0.86, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #C3770F is Cyan = 0, Magento = 0.39, Yellow = 0.92 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 119 | 15 | - |
| CMYK | 0 | 0.39 | 0.92 | 0.24 |
| HSL | 34.67º | 0.86% | 0.41% | - |
| HSV(B) | 34.67º | 0.92% | 0.76% | - |
| XYZ | 29.19 | 24.83 | 3.71 | - |
| YUV | 129.87 | 63.18 | 174.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 119 | 15 | 0 | 0.39 | 0.92 | 0.24 | 34.67 | 0.86 | 0.41 |
| Hex | C3 | 77 | F | 0 | 27 | 5C | 18 | 23 | 56 | 29 |
| Octal | 303 | 167 | 17 | 0 | 47 | 134 | 30 | 43 | 126 | 51 |
| Binary | 11000011 | 1110111 | 1111 | 0 | 100111 | 1011100 | 11000 | 100011 | 1010110 | 101001 |
Color Harmonies of #C3770F
Complementary color
Monochromatic Colors of #C3770F
Black with #C3770F
Text Example
Text Example
White with #C3770F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C3770F; }
p { color: rgb(195,119,15); }
H1.HeaderClassName
{
color: #C3770F;
}
.AnyTagClassName
{
color: #C3770F;
}
</style>
background-color css
<style>
a { background-color: #C3770F; }
a { background-color: rgb(195,119,15); }
div.DivClassName
{
background-color: #C3770F;
}
.BgClassName
{
background-color: #C3770F;
}
</style>
border-color css
<style>
span { border-color: #C3770F; }
span { border-color: rgb(195,119,15); }
td.TdClassName
{
border-color: #C3770F;
}
.TagClassName
{
border-color: #C3770F;
}
</style>