Shades of Geebung #C48928
Tints of Geebung #C48928
RGB
CMYK
RGB Variations
Color information
#C48928 (or 0xC48928) is known color: Geebung. HEX triplet: C4, 89 and 28. RGB value is (196,137,40). Sum of RGB (Red+Green+Blue) = 196+137+40=373 (49% of max value = 765). Red value is 196 (76.95% from 255 or 52.55% from 373); Green value is 137 (53.91% from 255 or 36.73% from 373); Blue value is 40 (16.02% from 255 or 10.72% from 373); Max value from RGB is 196 - color contains mainly: red. Hex color #C48928 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C48928 is #3B76D7. Grayscale: #909090. Windows color (decimal): -3897048 or 2656708. OLE color: 2656708.
HSL color Cylindrical-coordinate representation of color #C48928: hue angle of 37.31º degrees, saturation: 0.66, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #C48928 is Cyan = 0, Magento = 0.30, Yellow = 0.80 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 137 | 40 | - |
| CMYK | 0 | 0.30 | 0.80 | 0.23 |
| HSL | 37.31º | 0.66% | 0.46% | - |
| HSV(B) | 37.31º | 0.8% | 0.77% | - |
| XYZ | 32.09 | 29.78 | 6.06 | - |
| YUV | 143.58 | 69.55 | 165.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 137 | 40 | 0 | 0.30 | 0.80 | 0.23 | 37.31 | 0.66 | 0.46 |
| Hex | C4 | 89 | 28 | 0 | 1E | 50 | 17 | 25 | 42 | 2E |
| Octal | 304 | 211 | 50 | 0 | 36 | 120 | 27 | 45 | 102 | 56 |
| Binary | 11000100 | 10001001 | 101000 | 0 | 11110 | 1010000 | 10111 | 100101 | 1000010 | 101110 |
Color Harmonies of #C48928
Complementary color
Monochromatic Colors of #C48928
Black with #C48928
Text Example
Text Example
White with #C48928
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C48928; }
p { color: rgb(196,137,40); }
H1.HeaderClassName
{
color: #C48928;
}
.AnyTagClassName
{
color: #C48928;
}
</style>
background-color css
<style>
a { background-color: #C48928; }
a { background-color: rgb(196,137,40); }
div.DivClassName
{
background-color: #C48928;
}
.BgClassName
{
background-color: #C48928;
}
</style>
border-color css
<style>
span { border-color: #C48928; }
span { border-color: rgb(196,137,40); }
td.TdClassName
{
border-color: #C48928;
}
.TagClassName
{
border-color: #C48928;
}
</style>