Shades of Ochre #C07220
Tints of Ochre #C07220
RGB
CMYK
RGB Variations
Color information
#C07220 (or 0xC07220) is known color: Ochre. HEX triplet: C0, 72 and 20. RGB value is (192,114,32). Sum of RGB (Red+Green+Blue) = 192+114+32=338 (44% of max value = 765). Red value is 192 (75.39% from 255 or 56.80% from 338); Green value is 114 (44.92% from 255 or 33.73% from 338); Blue value is 32 (12.89% from 255 or 9.47% from 338); Max value from RGB is 192 - color contains mainly: red. Hex color #C07220 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C07220 is #3F8DDF. Grayscale: #808080. Windows color (decimal): -4165088 or 2126528. OLE color: 2126528.
HSL color Cylindrical-coordinate representation of color #C07220: hue angle of 30.75º degrees, saturation: 0.71, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #C07220 is Cyan = 0, Magento = 0.41, Yellow = 0.83 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 114 | 32 | - |
| CMYK | 0 | 0.41 | 0.83 | 0.25 |
| HSL | 30.75º | 0.71% | 0.44% | - |
| HSV(B) | 30.75º | 0.83% | 0.75% | - |
| XYZ | 28.02 | 23.35 | 4.4 | - |
| YUV | 127.97 | 73.84 | 173.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 114 | 32 | 0 | 0.41 | 0.83 | 0.25 | 30.75 | 0.71 | 0.44 |
| Hex | C0 | 72 | 20 | 0 | 29 | 53 | 19 | 1F | 47 | 2C |
| Octal | 300 | 162 | 40 | 0 | 51 | 123 | 31 | 37 | 107 | 54 |
| Binary | 11000000 | 1110010 | 100000 | 0 | 101001 | 1010011 | 11001 | 11111 | 1000111 | 101100 |
Color Harmonies of #C07220
Complementary color
Monochromatic Colors of #C07220
Black with #C07220
Text Example
Text Example
White with #C07220
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C07220; }
p { color: rgb(192,114,32); }
H1.HeaderClassName
{
color: #C07220;
}
.AnyTagClassName
{
color: #C07220;
}
</style>
background-color css
<style>
a { background-color: #C07220; }
a { background-color: rgb(192,114,32); }
div.DivClassName
{
background-color: #C07220;
}
.BgClassName
{
background-color: #C07220;
}
</style>
border-color css
<style>
span { border-color: #C07220; }
span { border-color: rgb(192,114,32); }
td.TdClassName
{
border-color: #C07220;
}
.TagClassName
{
border-color: #C07220;
}
</style>