Shades of Ochre #C48020
Tints of Ochre #C48020
RGB
CMYK
RGB Variations
Color information
#C48020 (or 0xC48020) is known color: Ochre. HEX triplet: C4, 80 and 20. RGB value is (196,128,32). Sum of RGB (Red+Green+Blue) = 196+128+32=356 (47% of max value = 765). Red value is 196 (76.95% from 255 or 55.06% from 356); Green value is 128 (50.39% from 255 or 35.96% from 356); Blue value is 32 (12.89% from 255 or 8.99% from 356); Max value from RGB is 196 - color contains mainly: red. Hex color #C48020 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C48020 is #3B7FDF. Grayscale: #898989. Windows color (decimal): -3899360 or 2130116. OLE color: 2130116.
HSL color Cylindrical-coordinate representation of color #C48020: hue angle of 35.12º degrees, saturation: 0.72, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #C48020 is Cyan = 0, Magento = 0.35, Yellow = 0.84 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 128 | 32 | - |
| CMYK | 0 | 0.35 | 0.84 | 0.23 |
| HSL | 35.12º | 0.72% | 0.45% | - |
| HSV(B) | 35.12º | 0.84% | 0.77% | - |
| XYZ | 30.74 | 27.28 | 5.01 | - |
| YUV | 137.39 | 68.53 | 169.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 128 | 32 | 0 | 0.35 | 0.84 | 0.23 | 35.12 | 0.72 | 0.45 |
| Hex | C4 | 80 | 20 | 0 | 23 | 54 | 17 | 23 | 48 | 2D |
| Octal | 304 | 200 | 40 | 0 | 43 | 124 | 27 | 43 | 110 | 55 |
| Binary | 11000100 | 10000000 | 100000 | 0 | 100011 | 1010100 | 10111 | 100011 | 1001000 | 101101 |
Color Harmonies of #C48020
Complementary color
Monochromatic Colors of #C48020
Black with #C48020
Text Example
Text Example
White with #C48020
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C48020; }
p { color: rgb(196,128,32); }
H1.HeaderClassName
{
color: #C48020;
}
.AnyTagClassName
{
color: #C48020;
}
</style>
background-color css
<style>
a { background-color: #C48020; }
a { background-color: rgb(196,128,32); }
div.DivClassName
{
background-color: #C48020;
}
.BgClassName
{
background-color: #C48020;
}
</style>
border-color css
<style>
span { border-color: #C48020; }
span { border-color: rgb(196,128,32); }
td.TdClassName
{
border-color: #C48020;
}
.TagClassName
{
border-color: #C48020;
}
</style>