Shades of Ochre #C78220
Tints of Ochre #C78220
RGB
CMYK
RGB Variations
Color information
#C78220 (or 0xC78220) is known color: Ochre. HEX triplet: C7, 82 and 20. RGB value is (199,130,32). Sum of RGB (Red+Green+Blue) = 199+130+32=361 (47% of max value = 765). Red value is 199 (78.12% from 255 or 55.12% from 361); Green value is 130 (51.17% from 255 or 36.01% from 361); Blue value is 32 (12.89% from 255 or 8.86% from 361); Max value from RGB is 199 - color contains mainly: red. Hex color #C78220 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C78220 is #387DDF. Grayscale: #8B8B8B. Windows color (decimal): -3702240 or 2130631. OLE color: 2130631.
HSL color Cylindrical-coordinate representation of color #C78220: hue angle of 35.21º degrees, saturation: 0.72, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #C78220 is Cyan = 0, Magento = 0.35, Yellow = 0.84 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 130 | 32 | - |
| CMYK | 0 | 0.35 | 0.84 | 0.22 |
| HSL | 35.21º | 0.72% | 0.45% | - |
| HSV(B) | 35.21º | 0.84% | 0.78% | - |
| XYZ | 31.8 | 28.21 | 5.14 | - |
| YUV | 139.46 | 67.36 | 170.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 130 | 32 | 0 | 0.35 | 0.84 | 0.22 | 35.21 | 0.72 | 0.45 |
| Hex | C7 | 82 | 20 | 0 | 23 | 54 | 16 | 23 | 48 | 2D |
| Octal | 307 | 202 | 40 | 0 | 43 | 124 | 26 | 43 | 110 | 55 |
| Binary | 11000111 | 10000010 | 100000 | 0 | 100011 | 1010100 | 10110 | 100011 | 1001000 | 101101 |
Color Harmonies of #C78220
Complementary color
Monochromatic Colors of #C78220
Black with #C78220
Text Example
Text Example
White with #C78220
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C78220; }
p { color: rgb(199,130,32); }
H1.HeaderClassName
{
color: #C78220;
}
.AnyTagClassName
{
color: #C78220;
}
</style>
background-color css
<style>
a { background-color: #C78220; }
a { background-color: rgb(199,130,32); }
div.DivClassName
{
background-color: #C78220;
}
.BgClassName
{
background-color: #C78220;
}
</style>
border-color css
<style>
span { border-color: #C78220; }
span { border-color: rgb(199,130,32); }
td.TdClassName
{
border-color: #C78220;
}
.TagClassName
{
border-color: #C78220;
}
</style>