Shades of Geebung #C48435
Tints of Geebung #C48435
RGB
CMYK
RGB Variations
Color information
#C48435 (or 0xC48435) is known color: Geebung. HEX triplet: C4, 84 and 35. RGB value is (196,132,53). Sum of RGB (Red+Green+Blue) = 196+132+53=381 (50% of max value = 765). Red value is 196 (76.95% from 255 or 51.44% from 381); Green value is 132 (51.95% from 255 or 34.65% from 381); Blue value is 53 (21.09% from 255 or 13.91% from 381); Max value from RGB is 196 - color contains mainly: red. Hex color #C48435 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C48435 is #3B7BCA. Grayscale: #8E8E8E. Windows color (decimal): -3898315 or 3507396. OLE color: 3507396.
HSL color Cylindrical-coordinate representation of color #C48435: hue angle of 33.15º 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 #C48435 is Cyan = 0, Magento = 0.33, Yellow = 0.73 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 132 | 53 | - |
| CMYK | 0 | 0.33 | 0.73 | 0.23 |
| HSL | 33.15º | 0.57% | 0.49% | - |
| HSV(B) | 33.15º | 0.73% | 0.77% | - |
| XYZ | 31.66 | 28.5 | 7.2 | - |
| YUV | 142.13 | 77.7 | 166.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 132 | 53 | 0 | 0.33 | 0.73 | 0.23 | 33.15 | 0.57 | 0.49 |
| Hex | C4 | 84 | 35 | 0 | 21 | 49 | 17 | 21 | 39 | 31 |
| Octal | 304 | 204 | 65 | 0 | 41 | 111 | 27 | 41 | 71 | 61 |
| Binary | 11000100 | 10000100 | 110101 | 0 | 100001 | 1001001 | 10111 | 100001 | 111001 | 110001 |
Color Harmonies of #C48435
Complementary color
Monochromatic Colors of #C48435
Black with #C48435
Text Example
Text Example
White with #C48435
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C48435; }
p { color: rgb(196,132,53); }
H1.HeaderClassName
{
color: #C48435;
}
.AnyTagClassName
{
color: #C48435;
}
</style>
background-color css
<style>
a { background-color: #C48435; }
a { background-color: rgb(196,132,53); }
div.DivClassName
{
background-color: #C48435;
}
.BgClassName
{
background-color: #C48435;
}
</style>
border-color css
<style>
span { border-color: #C48435; }
span { border-color: rgb(196,132,53); }
td.TdClassName
{
border-color: #C48435;
}
.TagClassName
{
border-color: #C48435;
}
</style>