Shades of Geebung #C48935
Tints of Geebung #C48935
RGB
CMYK
RGB Variations
Color information
#C48935 (or 0xC48935) is known color: Geebung. HEX triplet: C4, 89 and 35. RGB value is (196,137,53). Sum of RGB (Red+Green+Blue) = 196+137+53=386 (51% of max value = 765). Red value is 196 (76.95% from 255 or 50.78% from 386); Green value is 137 (53.91% from 255 or 35.49% from 386); Blue value is 53 (21.09% from 255 or 13.73% from 386); Max value from RGB is 196 - color contains mainly: red. Hex color #C48935 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C48935 is #3B76CA. Grayscale: #919191. Windows color (decimal): -3897035 or 3508676. OLE color: 3508676.
HSL color Cylindrical-coordinate representation of color #C48935: hue angle of 35.24º degrees, saturation: 0.57, 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 #C48935 is Cyan = 0, Magento = 0.30, Yellow = 0.73 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 137 | 53 | - |
| CMYK | 0 | 0.30 | 0.73 | 0.23 |
| HSL | 35.24º | 0.57% | 0.49% | - |
| HSV(B) | 35.24º | 0.73% | 0.77% | - |
| XYZ | 32.35 | 29.88 | 7.43 | - |
| YUV | 145.07 | 76.05 | 164.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 137 | 53 | 0 | 0.30 | 0.73 | 0.23 | 35.24 | 0.57 | 0.49 |
| Hex | C4 | 89 | 35 | 0 | 1E | 49 | 17 | 23 | 39 | 31 |
| Octal | 304 | 211 | 65 | 0 | 36 | 111 | 27 | 43 | 71 | 61 |
| Binary | 11000100 | 10001001 | 110101 | 0 | 11110 | 1001001 | 10111 | 100011 | 111001 | 110001 |
Color Harmonies of #C48935
Complementary color
Monochromatic Colors of #C48935
Black with #C48935
Text Example
Text Example
White with #C48935
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C48935; }
p { color: rgb(196,137,53); }
H1.HeaderClassName
{
color: #C48935;
}
.AnyTagClassName
{
color: #C48935;
}
</style>
background-color css
<style>
a { background-color: #C48935; }
a { background-color: rgb(196,137,53); }
div.DivClassName
{
background-color: #C48935;
}
.BgClassName
{
background-color: #C48935;
}
</style>
border-color css
<style>
span { border-color: #C48935; }
span { border-color: rgb(196,137,53); }
td.TdClassName
{
border-color: #C48935;
}
.TagClassName
{
border-color: #C48935;
}
</style>