Shades of Ochre #C2731B
Tints of Ochre #C2731B
RGB
CMYK
RGB Variations
Color information
#C2731B (or 0xC2731B) is known color: Ochre. HEX triplet: C2, 73 and 1B. RGB value is (194,115,27). Sum of RGB (Red+Green+Blue) = 194+115+27=336 (44% of max value = 765). Red value is 194 (76.17% from 255 or 57.74% from 336); Green value is 115 (45.31% from 255 or 34.23% from 336); Blue value is 27 (10.94% from 255 or 8.04% from 336); Max value from RGB is 194 - color contains mainly: red. Hex color #C2731B is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C2731B is #3D8CE4. Grayscale: #818181. Windows color (decimal): -4033765 or 1799106. OLE color: 1799106.
HSL color Cylindrical-coordinate representation of color #C2731B: hue angle of 31.62º degrees, saturation: 0.76, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #C2731B is Cyan = 0, Magento = 0.41, Yellow = 0.86 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 115 | 27 | - |
| CMYK | 0 | 0.41 | 0.86 | 0.24 |
| HSL | 31.62º | 0.76% | 0.43% | - |
| HSV(B) | 31.62º | 0.86% | 0.76% | - |
| XYZ | 28.58 | 23.81 | 4.13 | - |
| YUV | 128.59 | 70.67 | 174.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 115 | 27 | 0 | 0.41 | 0.86 | 0.24 | 31.62 | 0.76 | 0.43 |
| Hex | C2 | 73 | 1B | 0 | 29 | 56 | 18 | 20 | 4C | 2B |
| Octal | 302 | 163 | 33 | 0 | 51 | 126 | 30 | 40 | 114 | 53 |
| Binary | 11000010 | 1110011 | 11011 | 0 | 101001 | 1010110 | 11000 | 100000 | 1001100 | 101011 |
Color Harmonies of #C2731B
Complementary color
Monochromatic Colors of #C2731B
Black with #C2731B
Text Example
Text Example
White with #C2731B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2731B; }
p { color: rgb(194,115,27); }
H1.HeaderClassName
{
color: #C2731B;
}
.AnyTagClassName
{
color: #C2731B;
}
</style>
background-color css
<style>
a { background-color: #C2731B; }
a { background-color: rgb(194,115,27); }
div.DivClassName
{
background-color: #C2731B;
}
.BgClassName
{
background-color: #C2731B;
}
</style>
border-color css
<style>
span { border-color: #C2731B; }
span { border-color: rgb(194,115,27); }
td.TdClassName
{
border-color: #C2731B;
}
.TagClassName
{
border-color: #C2731B;
}
</style>