Shades of Geebung #C48737
Tints of Geebung #C48737
RGB
CMYK
RGB Variations
Color information
#C48737 (or 0xC48737) is known color: Geebung. HEX triplet: C4, 87 and 37. RGB value is (196,135,55). Sum of RGB (Red+Green+Blue) = 196+135+55=386 (51% of max value = 765). Red value is 196 (76.95% from 255 or 50.78% from 386); Green value is 135 (53.12% from 255 or 34.97% from 386); Blue value is 55 (21.88% from 255 or 14.25% from 386); Max value from RGB is 196 - color contains mainly: red. Hex color #C48737 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C48737 is #3B78C8. Grayscale: #909090. Windows color (decimal): -3897545 or 3639236. OLE color: 3639236.
HSL color Cylindrical-coordinate representation of color #C48737: hue angle of 34.04º degrees, saturation: 0.56, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #C48737 is Cyan = 0, Magento = 0.31, Yellow = 0.72 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 135 | 55 | - |
| CMYK | 0 | 0.31 | 0.72 | 0.23 |
| HSL | 34.04º | 0.56% | 0.49% | - |
| HSV(B) | 34.04º | 0.72% | 0.77% | - |
| XYZ | 32.12 | 29.34 | 7.58 | - |
| YUV | 144.12 | 77.71 | 165 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 135 | 55 | 0 | 0.31 | 0.72 | 0.23 | 34.04 | 0.56 | 0.49 |
| Hex | C4 | 87 | 37 | 0 | 1F | 48 | 17 | 22 | 38 | 31 |
| Octal | 304 | 207 | 67 | 0 | 37 | 110 | 27 | 42 | 70 | 61 |
| Binary | 11000100 | 10000111 | 110111 | 0 | 11111 | 1001000 | 10111 | 100010 | 111000 | 110001 |
Color Harmonies of #C48737
Complementary color
Monochromatic Colors of #C48737
Black with #C48737
Text Example
Text Example
White with #C48737
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C48737; }
p { color: rgb(196,135,55); }
H1.HeaderClassName
{
color: #C48737;
}
.AnyTagClassName
{
color: #C48737;
}
</style>
background-color css
<style>
a { background-color: #C48737; }
a { background-color: rgb(196,135,55); }
div.DivClassName
{
background-color: #C48737;
}
.BgClassName
{
background-color: #C48737;
}
</style>
border-color css
<style>
span { border-color: #C48737; }
span { border-color: rgb(196,135,55); }
td.TdClassName
{
border-color: #C48737;
}
.TagClassName
{
border-color: #C48737;
}
</style>