Shades of Geebung #C48726
Tints of Geebung #C48726
RGB
CMYK
RGB Variations
Color information
#C48726 (or 0xC48726) is known color: Geebung. HEX triplet: C4, 87 and 26. RGB value is (196,135,38). Sum of RGB (Red+Green+Blue) = 196+135+38=369 (48% of max value = 765). Red value is 196 (76.95% from 255 or 53.12% from 369); Green value is 135 (53.12% from 255 or 36.59% from 369); Blue value is 38 (15.23% from 255 or 10.30% from 369); Max value from RGB is 196 - color contains mainly: red. Hex color #C48726 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C48726 is #3B78D9. Grayscale: #8E8E8E. Windows color (decimal): -3897562 or 2525124. OLE color: 2525124.
HSL color Cylindrical-coordinate representation of color #C48726: hue angle of 36.84º degrees, saturation: 0.68, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #C48726 is Cyan = 0, Magento = 0.31, Yellow = 0.81 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 135 | 38 | - |
| CMYK | 0 | 0.31 | 0.81 | 0.23 |
| HSL | 36.84º | 0.68% | 0.46% | - |
| HSV(B) | 36.84º | 0.81% | 0.77% | - |
| XYZ | 31.78 | 29.2 | 5.8 | - |
| YUV | 142.18 | 69.21 | 166.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 135 | 38 | 0 | 0.31 | 0.81 | 0.23 | 36.84 | 0.68 | 0.46 |
| Hex | C4 | 87 | 26 | 0 | 1F | 51 | 17 | 25 | 44 | 2E |
| Octal | 304 | 207 | 46 | 0 | 37 | 121 | 27 | 45 | 104 | 56 |
| Binary | 11000100 | 10000111 | 100110 | 0 | 11111 | 1010001 | 10111 | 100101 | 1000100 | 101110 |
Color Harmonies of #C48726
Complementary color
Monochromatic Colors of #C48726
Black with #C48726
Text Example
Text Example
White with #C48726
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C48726; }
p { color: rgb(196,135,38); }
H1.HeaderClassName
{
color: #C48726;
}
.AnyTagClassName
{
color: #C48726;
}
</style>
background-color css
<style>
a { background-color: #C48726; }
a { background-color: rgb(196,135,38); }
div.DivClassName
{
background-color: #C48726;
}
.BgClassName
{
background-color: #C48726;
}
</style>
border-color css
<style>
span { border-color: #C48726; }
span { border-color: rgb(196,135,38); }
td.TdClassName
{
border-color: #C48726;
}
.TagClassName
{
border-color: #C48726;
}
</style>