Shades of Ochre #C4781C
Tints of Ochre #C4781C
RGB
CMYK
RGB Variations
Color information
#C4781C (or 0xC4781C) is known color: Ochre. HEX triplet: C4, 78 and 1C. RGB value is (196,120,28). Sum of RGB (Red+Green+Blue) = 196+120+28=344 (45% of max value = 765). Red value is 196 (76.95% from 255 or 56.98% from 344); Green value is 120 (47.27% from 255 or 34.88% from 344); Blue value is 28 (11.33% from 255 or 8.14% from 344); Max value from RGB is 196 - color contains mainly: red. Hex color #C4781C is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C4781C is #3B87E3. Grayscale: #848484. Windows color (decimal): -3901412 or 1865924. OLE color: 1865924.
HSL color Cylindrical-coordinate representation of color #C4781C: hue angle of 32.86º degrees, saturation: 0.75, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #C4781C is Cyan = 0, Magento = 0.39, Yellow = 0.86 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 120 | 28 | - |
| CMYK | 0 | 0.39 | 0.86 | 0.23 |
| HSL | 32.86º | 0.75% | 0.44% | - |
| HSV(B) | 32.86º | 0.86% | 0.77% | - |
| XYZ | 29.69 | 25.25 | 4.41 | - |
| YUV | 132.24 | 69.18 | 173.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 120 | 28 | 0 | 0.39 | 0.86 | 0.23 | 32.86 | 0.75 | 0.44 |
| Hex | C4 | 78 | 1C | 0 | 27 | 56 | 17 | 21 | 4B | 2C |
| Octal | 304 | 170 | 34 | 0 | 47 | 126 | 27 | 41 | 113 | 54 |
| Binary | 11000100 | 1111000 | 11100 | 0 | 100111 | 1010110 | 10111 | 100001 | 1001011 | 101100 |
Color Harmonies of #C4781C
Complementary color
Monochromatic Colors of #C4781C
Black with #C4781C
Text Example
Text Example
White with #C4781C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C4781C; }
p { color: rgb(196,120,28); }
H1.HeaderClassName
{
color: #C4781C;
}
.AnyTagClassName
{
color: #C4781C;
}
</style>
background-color css
<style>
a { background-color: #C4781C; }
a { background-color: rgb(196,120,28); }
div.DivClassName
{
background-color: #C4781C;
}
.BgClassName
{
background-color: #C4781C;
}
</style>
border-color css
<style>
span { border-color: #C4781C; }
span { border-color: rgb(196,120,28); }
td.TdClassName
{
border-color: #C4781C;
}
.TagClassName
{
border-color: #C4781C;
}
</style>