Shades of Geebung #C48621
Tints of Geebung #C48621
RGB
CMYK
RGB Variations
Color information
#C48621 (or 0xC48621) is known color: Geebung. HEX triplet: C4, 86 and 21. RGB value is (196,134,33). Sum of RGB (Red+Green+Blue) = 196+134+33=363 (48% of max value = 765). Red value is 196 (76.95% from 255 or 53.99% from 363); Green value is 134 (52.73% from 255 or 36.91% from 363); Blue value is 33 (13.28% from 255 or 9.09% from 363); Max value from RGB is 196 - color contains mainly: red. Hex color #C48621 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C48621 is #3B79DE. Grayscale: #8D8D8D. Windows color (decimal): -3897823 or 2197188. OLE color: 2197188.
HSL color Cylindrical-coordinate representation of color #C48621: hue angle of 37.18º degrees, saturation: 0.71, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #C48621 is Cyan = 0, Magento = 0.32, Yellow = 0.83 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 134 | 33 | - |
| CMYK | 0 | 0.32 | 0.83 | 0.23 |
| HSL | 37.18º | 0.71% | 0.45% | - |
| HSV(B) | 37.18º | 0.83% | 0.77% | - |
| XYZ | 31.56 | 28.9 | 5.35 | - |
| YUV | 141.02 | 67.04 | 167.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 134 | 33 | 0 | 0.32 | 0.83 | 0.23 | 37.18 | 0.71 | 0.45 |
| Hex | C4 | 86 | 21 | 0 | 20 | 53 | 17 | 25 | 47 | 2D |
| Octal | 304 | 206 | 41 | 0 | 40 | 123 | 27 | 45 | 107 | 55 |
| Binary | 11000100 | 10000110 | 100001 | 0 | 100000 | 1010011 | 10111 | 100101 | 1000111 | 101101 |
Color Harmonies of #C48621
Complementary color
Monochromatic Colors of #C48621
Black with #C48621
Text Example
Text Example
White with #C48621
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C48621; }
p { color: rgb(196,134,33); }
H1.HeaderClassName
{
color: #C48621;
}
.AnyTagClassName
{
color: #C48621;
}
</style>
background-color css
<style>
a { background-color: #C48621; }
a { background-color: rgb(196,134,33); }
div.DivClassName
{
background-color: #C48621;
}
.BgClassName
{
background-color: #C48621;
}
</style>
border-color css
<style>
span { border-color: #C48621; }
span { border-color: rgb(196,134,33); }
td.TdClassName
{
border-color: #C48621;
}
.TagClassName
{
border-color: #C48621;
}
</style>