Shades of Geebung #C48834
Tints of Geebung #C48834
RGB
CMYK
RGB Variations
Color information
#C48834 (or 0xC48834) is known color: Geebung. HEX triplet: C4, 88 and 34. RGB value is (196,136,52). Sum of RGB (Red+Green+Blue) = 196+136+52=384 (50% of max value = 765). Red value is 196 (76.95% from 255 or 51.04% from 384); Green value is 136 (53.52% from 255 or 35.42% from 384); Blue value is 52 (20.70% from 255 or 13.54% from 384); Max value from RGB is 196 - color contains mainly: red. Hex color #C48834 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C48834 is #3B77CB. Grayscale: #909090. Windows color (decimal): -3897292 or 3442884. OLE color: 3442884.
HSL color Cylindrical-coordinate representation of color #C48834: hue angle of 35º degrees, saturation: 0.58, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #C48834 is Cyan = 0, Magento = 0.31, Yellow = 0.73 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 136 | 52 | - |
| CMYK | 0 | 0.31 | 0.73 | 0.23 |
| HSL | 35º | 0.58% | 0.49% | - |
| HSV(B) | 35º | 0.73% | 0.77% | - |
| XYZ | 32.19 | 29.59 | 7.26 | - |
| YUV | 144.36 | 75.88 | 164.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 136 | 52 | 0 | 0.31 | 0.73 | 0.23 | 35 | 0.58 | 0.49 |
| Hex | C4 | 88 | 34 | 0 | 1F | 49 | 17 | 23 | 3A | 31 |
| Octal | 304 | 210 | 64 | 0 | 37 | 111 | 27 | 43 | 72 | 61 |
| Binary | 11000100 | 10001000 | 110100 | 0 | 11111 | 1001001 | 10111 | 100011 | 111010 | 110001 |
Color Harmonies of #C48834
Complementary color
Monochromatic Colors of #C48834
Black with #C48834
Text Example
Text Example
White with #C48834
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C48834; }
p { color: rgb(196,136,52); }
H1.HeaderClassName
{
color: #C48834;
}
.AnyTagClassName
{
color: #C48834;
}
</style>
background-color css
<style>
a { background-color: #C48834; }
a { background-color: rgb(196,136,52); }
div.DivClassName
{
background-color: #C48834;
}
.BgClassName
{
background-color: #C48834;
}
</style>
border-color css
<style>
span { border-color: #C48834; }
span { border-color: rgb(196,136,52); }
td.TdClassName
{
border-color: #C48834;
}
.TagClassName
{
border-color: #C48834;
}
</style>