Shades of Geebung #C48835
Tints of Geebung #C48835
RGB
CMYK
RGB Variations
Color information
#C48835 (or 0xC48835) is known color: Geebung. HEX triplet: C4, 88 and 35. RGB value is (196,136,53). Sum of RGB (Red+Green+Blue) = 196+136+53=385 (50% of max value = 765). Red value is 196 (76.95% from 255 or 50.91% from 385); Green value is 136 (53.52% from 255 or 35.32% from 385); Blue value is 53 (21.09% from 255 or 13.77% from 385); Max value from RGB is 196 - color contains mainly: red. Hex color #C48835 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C48835 is #3B77CA. Grayscale: #909090. Windows color (decimal): -3897291 or 3508420. OLE color: 3508420.
HSL color Cylindrical-coordinate representation of color #C48835: hue angle of 34.83º 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 #C48835 is Cyan = 0, Magento = 0.31, Yellow = 0.73 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 136 | 53 | - |
| CMYK | 0 | 0.31 | 0.73 | 0.23 |
| HSL | 34.83º | 0.57% | 0.49% | - |
| HSV(B) | 34.83º | 0.73% | 0.77% | - |
| XYZ | 32.21 | 29.6 | 7.38 | - |
| YUV | 144.48 | 76.38 | 164.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 136 | 53 | 0 | 0.31 | 0.73 | 0.23 | 34.83 | 0.57 | 0.49 |
| Hex | C4 | 88 | 35 | 0 | 1F | 49 | 17 | 23 | 39 | 31 |
| Octal | 304 | 210 | 65 | 0 | 37 | 111 | 27 | 43 | 71 | 61 |
| Binary | 11000100 | 10001000 | 110101 | 0 | 11111 | 1001001 | 10111 | 100011 | 111001 | 110001 |
Color Harmonies of #C48835
Complementary color
Monochromatic Colors of #C48835
Black with #C48835
Text Example
Text Example
White with #C48835
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C48835; }
p { color: rgb(196,136,53); }
H1.HeaderClassName
{
color: #C48835;
}
.AnyTagClassName
{
color: #C48835;
}
</style>
background-color css
<style>
a { background-color: #C48835; }
a { background-color: rgb(196,136,53); }
div.DivClassName
{
background-color: #C48835;
}
.BgClassName
{
background-color: #C48835;
}
</style>
border-color css
<style>
span { border-color: #C48835; }
span { border-color: rgb(196,136,53); }
td.TdClassName
{
border-color: #C48835;
}
.TagClassName
{
border-color: #C48835;
}
</style>