Shades of Ochre #C4780F
Tints of Ochre #C4780F
RGB
CMYK
RGB Variations
Color information
#C4780F (or 0xC4780F) is known color: Ochre. HEX triplet: C4, 78 and 0F. RGB value is (196,120,15). Sum of RGB (Red+Green+Blue) = 196+120+15=331 (43% of max value = 765). Red value is 196 (76.95% from 255 or 59.21% from 331); Green value is 120 (47.27% from 255 or 36.25% from 331); Blue value is 15 (6.25% from 255 or 4.53% from 331); Max value from RGB is 196 - color contains mainly: red. Hex color #C4780F is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C4780F is #3B87F0. Grayscale: #838383. Windows color (decimal): -3901425 or 1013956. OLE color: 1013956.
HSL color Cylindrical-coordinate representation of color #C4780F: hue angle of 34.81º degrees, saturation: 0.86, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #C4780F is Cyan = 0, Magento = 0.39, Yellow = 0.92 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 120 | 15 | - |
| CMYK | 0 | 0.39 | 0.92 | 0.23 |
| HSL | 34.81º | 0.86% | 0.41% | - |
| HSV(B) | 34.81º | 0.92% | 0.77% | - |
| XYZ | 29.57 | 25.2 | 3.76 | - |
| YUV | 130.75 | 62.68 | 174.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 120 | 15 | 0 | 0.39 | 0.92 | 0.23 | 34.81 | 0.86 | 0.41 |
| Hex | C4 | 78 | F | 0 | 27 | 5C | 17 | 23 | 56 | 29 |
| Octal | 304 | 170 | 17 | 0 | 47 | 134 | 27 | 43 | 126 | 51 |
| Binary | 11000100 | 1111000 | 1111 | 0 | 100111 | 1011100 | 10111 | 100011 | 1010110 | 101001 |
Color Harmonies of #C4780F
Complementary color
Monochromatic Colors of #C4780F
Black with #C4780F
Text Example
Text Example
White with #C4780F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C4780F; }
p { color: rgb(196,120,15); }
H1.HeaderClassName
{
color: #C4780F;
}
.AnyTagClassName
{
color: #C4780F;
}
</style>
background-color css
<style>
a { background-color: #C4780F; }
a { background-color: rgb(196,120,15); }
div.DivClassName
{
background-color: #C4780F;
}
.BgClassName
{
background-color: #C4780F;
}
</style>
border-color css
<style>
span { border-color: #C4780F; }
span { border-color: rgb(196,120,15); }
td.TdClassName
{
border-color: #C4780F;
}
.TagClassName
{
border-color: #C4780F;
}
</style>