Shades of Ochre #C27520
Tints of Ochre #C27520
RGB
CMYK
RGB Variations
Color information
#C27520 (or 0xC27520) is known color: Ochre. HEX triplet: C2, 75 and 20. RGB value is (194,117,32). Sum of RGB (Red+Green+Blue) = 194+117+32=343 (45% of max value = 765). Red value is 194 (76.17% from 255 or 56.56% from 343); Green value is 117 (46.09% from 255 or 34.11% from 343); Blue value is 32 (12.89% from 255 or 9.33% from 343); Max value from RGB is 194 - color contains mainly: red. Hex color #C27520 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C27520 is #3D8ADF. Grayscale: #828282. Windows color (decimal): -4033248 or 2127298. OLE color: 2127298.
HSL color Cylindrical-coordinate representation of color #C27520: hue angle of 31.48º degrees, saturation: 0.72, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #C27520 is Cyan = 0, Magento = 0.40, Yellow = 0.84 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 117 | 32 | - |
| CMYK | 0 | 0.40 | 0.84 | 0.24 |
| HSL | 31.48º | 0.72% | 0.44% | - |
| HSV(B) | 31.48º | 0.84% | 0.76% | - |
| XYZ | 28.87 | 24.3 | 4.53 | - |
| YUV | 130.33 | 72.51 | 173.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 117 | 32 | 0 | 0.40 | 0.84 | 0.24 | 31.48 | 0.72 | 0.44 |
| Hex | C2 | 75 | 20 | 0 | 28 | 54 | 18 | 1F | 48 | 2C |
| Octal | 302 | 165 | 40 | 0 | 50 | 124 | 30 | 37 | 110 | 54 |
| Binary | 11000010 | 1110101 | 100000 | 0 | 101000 | 1010100 | 11000 | 11111 | 1001000 | 101100 |
Color Harmonies of #C27520
Complementary color
Monochromatic Colors of #C27520
Black with #C27520
Text Example
Text Example
White with #C27520
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C27520; }
p { color: rgb(194,117,32); }
H1.HeaderClassName
{
color: #C27520;
}
.AnyTagClassName
{
color: #C27520;
}
</style>
background-color css
<style>
a { background-color: #C27520; }
a { background-color: rgb(194,117,32); }
div.DivClassName
{
background-color: #C27520;
}
.BgClassName
{
background-color: #C27520;
}
</style>
border-color css
<style>
span { border-color: #C27520; }
span { border-color: rgb(194,117,32); }
td.TdClassName
{
border-color: #C27520;
}
.TagClassName
{
border-color: #C27520;
}
</style>