Shades of Ochre #C4741E
Tints of Ochre #C4741E
RGB
CMYK
RGB Variations
Color information
#C4741E (or 0xC4741E) is known color: Ochre. HEX triplet: C4, 74 and 1E. RGB value is (196,116,30). Sum of RGB (Red+Green+Blue) = 196+116+30=342 (45% of max value = 765). Red value is 196 (76.95% from 255 or 57.31% from 342); Green value is 116 (45.70% from 255 or 33.92% from 342); Blue value is 30 (12.11% from 255 or 8.77% from 342); Max value from RGB is 196 - color contains mainly: red. Hex color #C4741E is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C4741E is #3B8BE1. Grayscale: #828282. Windows color (decimal): -3902434 or 1995972. OLE color: 1995972.
HSL color Cylindrical-coordinate representation of color #C4741E: hue angle of 31.08º degrees, saturation: 0.73, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #C4741E is Cyan = 0, Magento = 0.41, Yellow = 0.85 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 116 | 30 | - |
| CMYK | 0 | 0.41 | 0.85 | 0.23 |
| HSL | 31.08º | 0.73% | 0.44% | - |
| HSV(B) | 31.08º | 0.85% | 0.77% | - |
| XYZ | 29.24 | 24.32 | 4.38 | - |
| YUV | 130.12 | 71.5 | 174.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 116 | 30 | 0 | 0.41 | 0.85 | 0.23 | 31.08 | 0.73 | 0.44 |
| Hex | C4 | 74 | 1E | 0 | 29 | 55 | 17 | 1F | 49 | 2C |
| Octal | 304 | 164 | 36 | 0 | 51 | 125 | 27 | 37 | 111 | 54 |
| Binary | 11000100 | 1110100 | 11110 | 0 | 101001 | 1010101 | 10111 | 11111 | 1001001 | 101100 |
Color Harmonies of #C4741E
Complementary color
Monochromatic Colors of #C4741E
Black with #C4741E
Text Example
Text Example
White with #C4741E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C4741E; }
p { color: rgb(196,116,30); }
H1.HeaderClassName
{
color: #C4741E;
}
.AnyTagClassName
{
color: #C4741E;
}
</style>
background-color css
<style>
a { background-color: #C4741E; }
a { background-color: rgb(196,116,30); }
div.DivClassName
{
background-color: #C4741E;
}
.BgClassName
{
background-color: #C4741E;
}
</style>
border-color css
<style>
span { border-color: #C4741E; }
span { border-color: rgb(196,116,30); }
td.TdClassName
{
border-color: #C4741E;
}
.TagClassName
{
border-color: #C4741E;
}
</style>