Shades of Geebung #C48736
Tints of Geebung #C48736
RGB
CMYK
RGB Variations
Color information
#C48736 (or 0xC48736) is known color: Geebung. HEX triplet: C4, 87 and 36. RGB value is (196,135,54). Sum of RGB (Red+Green+Blue) = 196+135+54=385 (50% of max value = 765). Red value is 196 (76.95% from 255 or 50.91% from 385); Green value is 135 (53.12% from 255 or 35.06% from 385); Blue value is 54 (21.48% from 255 or 14.03% from 385); Max value from RGB is 196 - color contains mainly: red. Hex color #C48736 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C48736 is #3B78C9. Grayscale: #909090. Windows color (decimal): -3897546 or 3573700. OLE color: 3573700.
HSL color Cylindrical-coordinate representation of color #C48736: hue angle of 34.23º degrees, saturation: 0.57, 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 #C48736 is Cyan = 0, Magento = 0.31, Yellow = 0.72 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 135 | 54 | - |
| CMYK | 0 | 0.31 | 0.72 | 0.23 |
| HSL | 34.23º | 0.57% | 0.49% | - |
| HSV(B) | 34.23º | 0.72% | 0.77% | - |
| XYZ | 32.09 | 29.33 | 7.46 | - |
| YUV | 144.01 | 77.21 | 165.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 135 | 54 | 0 | 0.31 | 0.72 | 0.23 | 34.23 | 0.57 | 0.49 |
| Hex | C4 | 87 | 36 | 0 | 1F | 48 | 17 | 22 | 39 | 31 |
| Octal | 304 | 207 | 66 | 0 | 37 | 110 | 27 | 42 | 71 | 61 |
| Binary | 11000100 | 10000111 | 110110 | 0 | 11111 | 1001000 | 10111 | 100010 | 111001 | 110001 |
Color Harmonies of #C48736
Complementary color
Monochromatic Colors of #C48736
Black with #C48736
Text Example
Text Example
White with #C48736
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C48736; }
p { color: rgb(196,135,54); }
H1.HeaderClassName
{
color: #C48736;
}
.AnyTagClassName
{
color: #C48736;
}
</style>
background-color css
<style>
a { background-color: #C48736; }
a { background-color: rgb(196,135,54); }
div.DivClassName
{
background-color: #C48736;
}
.BgClassName
{
background-color: #C48736;
}
</style>
border-color css
<style>
span { border-color: #C48736; }
span { border-color: rgb(196,135,54); }
td.TdClassName
{
border-color: #C48736;
}
.TagClassName
{
border-color: #C48736;
}
</style>