Shades of Ochre #C4781A
Tints of Ochre #C4781A
RGB
CMYK
RGB Variations
Color information
#C4781A (or 0xC4781A) is known color: Ochre. HEX triplet: C4, 78 and 1A. RGB value is (196,120,26). Sum of RGB (Red+Green+Blue) = 196+120+26=342 (45% of max value = 765). Red value is 196 (76.95% from 255 or 57.31% from 342); Green value is 120 (47.27% from 255 or 35.09% from 342); Blue value is 26 (10.55% from 255 or 7.60% from 342); Max value from RGB is 196 - color contains mainly: red. Hex color #C4781A is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C4781A is #3B87E5. Grayscale: #848484. Windows color (decimal): -3901414 or 1734852. OLE color: 1734852.
HSL color Cylindrical-coordinate representation of color #C4781A: hue angle of 33.18º degrees, saturation: 0.77, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #C4781A is Cyan = 0, Magento = 0.39, Yellow = 0.87 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 120 | 26 | - |
| CMYK | 0 | 0.39 | 0.87 | 0.23 |
| HSL | 33.18º | 0.77% | 0.44% | - |
| HSV(B) | 33.18º | 0.87% | 0.77% | - |
| XYZ | 29.67 | 25.24 | 4.29 | - |
| YUV | 132.01 | 68.18 | 173.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 120 | 26 | 0 | 0.39 | 0.87 | 0.23 | 33.18 | 0.77 | 0.44 |
| Hex | C4 | 78 | 1A | 0 | 27 | 57 | 17 | 21 | 4D | 2C |
| Octal | 304 | 170 | 32 | 0 | 47 | 127 | 27 | 41 | 115 | 54 |
| Binary | 11000100 | 1111000 | 11010 | 0 | 100111 | 1010111 | 10111 | 100001 | 1001101 | 101100 |
Color Harmonies of #C4781A
Complementary color
Monochromatic Colors of #C4781A
Black with #C4781A
Text Example
Text Example
White with #C4781A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C4781A; }
p { color: rgb(196,120,26); }
H1.HeaderClassName
{
color: #C4781A;
}
.AnyTagClassName
{
color: #C4781A;
}
</style>
background-color css
<style>
a { background-color: #C4781A; }
a { background-color: rgb(196,120,26); }
div.DivClassName
{
background-color: #C4781A;
}
.BgClassName
{
background-color: #C4781A;
}
</style>
border-color css
<style>
span { border-color: #C4781A; }
span { border-color: rgb(196,120,26); }
td.TdClassName
{
border-color: #C4781A;
}
.TagClassName
{
border-color: #C4781A;
}
</style>