Shades of Geebung #C48926
Tints of Geebung #C48926
RGB
CMYK
RGB Variations
Color information
#C48926 (or 0xC48926) is known color: Geebung. HEX triplet: C4, 89 and 26. RGB value is (196,137,38). Sum of RGB (Red+Green+Blue) = 196+137+38=371 (49% of max value = 765). Red value is 196 (76.95% from 255 or 52.83% from 371); Green value is 137 (53.91% from 255 or 36.93% from 371); Blue value is 38 (15.23% from 255 or 10.24% from 371); Max value from RGB is 196 - color contains mainly: red. Hex color #C48926 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C48926 is #3B76D9. Grayscale: #8F8F8F. Windows color (decimal): -3897050 or 2525636. OLE color: 2525636.
HSL color Cylindrical-coordinate representation of color #C48926: hue angle of 37.59º 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 #C48926 is Cyan = 0, Magento = 0.30, Yellow = 0.81 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 137 | 38 | - |
| CMYK | 0 | 0.30 | 0.81 | 0.23 |
| HSL | 37.59º | 0.68% | 0.46% | - |
| HSV(B) | 37.59º | 0.81% | 0.77% | - |
| XYZ | 32.06 | 29.77 | 5.89 | - |
| YUV | 143.36 | 68.55 | 165.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 137 | 38 | 0 | 0.30 | 0.81 | 0.23 | 37.59 | 0.68 | 0.46 |
| Hex | C4 | 89 | 26 | 0 | 1E | 51 | 17 | 26 | 44 | 2E |
| Octal | 304 | 211 | 46 | 0 | 36 | 121 | 27 | 46 | 104 | 56 |
| Binary | 11000100 | 10001001 | 100110 | 0 | 11110 | 1010001 | 10111 | 100110 | 1000100 | 101110 |
Color Harmonies of #C48926
Complementary color
Monochromatic Colors of #C48926
Black with #C48926
Text Example
Text Example
White with #C48926
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C48926; }
p { color: rgb(196,137,38); }
H1.HeaderClassName
{
color: #C48926;
}
.AnyTagClassName
{
color: #C48926;
}
</style>
background-color css
<style>
a { background-color: #C48926; }
a { background-color: rgb(196,137,38); }
div.DivClassName
{
background-color: #C48926;
}
.BgClassName
{
background-color: #C48926;
}
</style>
border-color css
<style>
span { border-color: #C48926; }
span { border-color: rgb(196,137,38); }
td.TdClassName
{
border-color: #C48926;
}
.TagClassName
{
border-color: #C48926;
}
</style>