Shades of Ochre #C4741D
Tints of Ochre #C4741D
RGB
CMYK
RGB Variations
Color information
#C4741D (or 0xC4741D) is known color: Ochre. HEX triplet: C4, 74 and 1D. RGB value is (196,116,29). Sum of RGB (Red+Green+Blue) = 196+116+29=341 (45% of max value = 765). Red value is 196 (76.95% from 255 or 57.48% from 341); Green value is 116 (45.70% from 255 or 34.02% from 341); Blue value is 29 (11.72% from 255 or 8.50% from 341); Max value from RGB is 196 - color contains mainly: red. Hex color #C4741D is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C4741D is #3B8BE2. Grayscale: #828282. Windows color (decimal): -3902435 or 1930436. OLE color: 1930436.
HSL color Cylindrical-coordinate representation of color #C4741D: hue angle of 31.26º degrees, saturation: 0.74, 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 #C4741D is Cyan = 0, Magento = 0.41, Yellow = 0.85 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 116 | 29 | - |
| CMYK | 0 | 0.41 | 0.85 | 0.23 |
| HSL | 31.26º | 0.74% | 0.44% | - |
| HSV(B) | 31.26º | 0.85% | 0.77% | - |
| XYZ | 29.23 | 24.32 | 4.32 | - |
| YUV | 130 | 71 | 175.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 116 | 29 | 0 | 0.41 | 0.85 | 0.23 | 31.26 | 0.74 | 0.44 |
| Hex | C4 | 74 | 1D | 0 | 29 | 55 | 17 | 1F | 4A | 2C |
| Octal | 304 | 164 | 35 | 0 | 51 | 125 | 27 | 37 | 112 | 54 |
| Binary | 11000100 | 1110100 | 11101 | 0 | 101001 | 1010101 | 10111 | 11111 | 1001010 | 101100 |
Color Harmonies of #C4741D
Complementary color
Monochromatic Colors of #C4741D
Black with #C4741D
Text Example
Text Example
White with #C4741D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C4741D; }
p { color: rgb(196,116,29); }
H1.HeaderClassName
{
color: #C4741D;
}
.AnyTagClassName
{
color: #C4741D;
}
</style>
background-color css
<style>
a { background-color: #C4741D; }
a { background-color: rgb(196,116,29); }
div.DivClassName
{
background-color: #C4741D;
}
.BgClassName
{
background-color: #C4741D;
}
</style>
border-color css
<style>
span { border-color: #C4741D; }
span { border-color: rgb(196,116,29); }
td.TdClassName
{
border-color: #C4741D;
}
.TagClassName
{
border-color: #C4741D;
}
</style>