Shades of Ochre #C2741D
Tints of Ochre #C2741D
RGB
CMYK
RGB Variations
Color information
#C2741D (or 0xC2741D) is known color: Ochre. HEX triplet: C2, 74 and 1D. RGB value is (194,116,29). Sum of RGB (Red+Green+Blue) = 194+116+29=339 (44% of max value = 765). Red value is 194 (76.17% from 255 or 57.23% from 339); Green value is 116 (45.70% from 255 or 34.22% from 339); Blue value is 29 (11.72% from 255 or 8.55% from 339); Max value from RGB is 194 - color contains mainly: red. Hex color #C2741D is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C2741D is #3D8BE2. Grayscale: #818181. Windows color (decimal): -4033507 or 1930434. OLE color: 1930434.
HSL color Cylindrical-coordinate representation of color #C2741D: hue angle of 31.64º degrees, saturation: 0.74, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #C2741D is Cyan = 0, Magento = 0.40, Yellow = 0.85 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 116 | 29 | - |
| CMYK | 0 | 0.40 | 0.85 | 0.24 |
| HSL | 31.64º | 0.74% | 0.44% | - |
| HSV(B) | 31.64º | 0.85% | 0.76% | - |
| XYZ | 28.72 | 24.05 | 4.29 | - |
| YUV | 129.4 | 71.34 | 174.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 116 | 29 | 0 | 0.40 | 0.85 | 0.24 | 31.64 | 0.74 | 0.44 |
| Hex | C2 | 74 | 1D | 0 | 28 | 55 | 18 | 20 | 4A | 2C |
| Octal | 302 | 164 | 35 | 0 | 50 | 125 | 30 | 40 | 112 | 54 |
| Binary | 11000010 | 1110100 | 11101 | 0 | 101000 | 1010101 | 11000 | 100000 | 1001010 | 101100 |
Color Harmonies of #C2741D
Complementary color
Monochromatic Colors of #C2741D
Black with #C2741D
Text Example
Text Example
White with #C2741D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2741D; }
p { color: rgb(194,116,29); }
H1.HeaderClassName
{
color: #C2741D;
}
.AnyTagClassName
{
color: #C2741D;
}
</style>
background-color css
<style>
a { background-color: #C2741D; }
a { background-color: rgb(194,116,29); }
div.DivClassName
{
background-color: #C2741D;
}
.BgClassName
{
background-color: #C2741D;
}
</style>
border-color css
<style>
span { border-color: #C2741D; }
span { border-color: rgb(194,116,29); }
td.TdClassName
{
border-color: #C2741D;
}
.TagClassName
{
border-color: #C2741D;
}
</style>