Shades of Geebung #C48329
Tints of Geebung #C48329
RGB
CMYK
RGB Variations
Color information
#C48329 (or 0xC48329) is known color: Geebung. HEX triplet: C4, 83 and 29. RGB value is (196,131,41). Sum of RGB (Red+Green+Blue) = 196+131+41=368 (48% of max value = 765). Red value is 196 (76.95% from 255 or 53.26% from 368); Green value is 131 (51.56% from 255 or 35.60% from 368); Blue value is 41 (16.41% from 255 or 11.14% from 368); Max value from RGB is 196 - color contains mainly: red. Hex color #C48329 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C48329 is #3B7CD6. Grayscale: #8C8C8C. Windows color (decimal): -3898583 or 2720708. OLE color: 2720708.
HSL color Cylindrical-coordinate representation of color #C48329: hue angle of 34.84º degrees, saturation: 0.65, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #C48329 is Cyan = 0, Magento = 0.33, Yellow = 0.79 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 131 | 41 | - |
| CMYK | 0 | 0.33 | 0.79 | 0.23 |
| HSL | 34.84º | 0.65% | 0.46% | - |
| HSV(B) | 34.84º | 0.79% | 0.77% | - |
| XYZ | 31.28 | 28.13 | 5.88 | - |
| YUV | 140.18 | 72.03 | 167.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 131 | 41 | 0 | 0.33 | 0.79 | 0.23 | 34.84 | 0.65 | 0.46 |
| Hex | C4 | 83 | 29 | 0 | 21 | 4F | 17 | 23 | 41 | 2E |
| Octal | 304 | 203 | 51 | 0 | 41 | 117 | 27 | 43 | 101 | 56 |
| Binary | 11000100 | 10000011 | 101001 | 0 | 100001 | 1001111 | 10111 | 100011 | 1000001 | 101110 |
Color Harmonies of #C48329
Complementary color
Monochromatic Colors of #C48329
Black with #C48329
Text Example
Text Example
White with #C48329
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C48329; }
p { color: rgb(196,131,41); }
H1.HeaderClassName
{
color: #C48329;
}
.AnyTagClassName
{
color: #C48329;
}
</style>
background-color css
<style>
a { background-color: #C48329; }
a { background-color: rgb(196,131,41); }
div.DivClassName
{
background-color: #C48329;
}
.BgClassName
{
background-color: #C48329;
}
</style>
border-color css
<style>
span { border-color: #C48329; }
span { border-color: rgb(196,131,41); }
td.TdClassName
{
border-color: #C48329;
}
.TagClassName
{
border-color: #C48329;
}
</style>