Shades of Geebung #C48826
Tints of Geebung #C48826
RGB
CMYK
RGB Variations
Color information
#C48826 (or 0xC48826) is known color: Geebung. HEX triplet: C4, 88 and 26. RGB value is (196,136,38). Sum of RGB (Red+Green+Blue) = 196+136+38=370 (49% of max value = 765). Red value is 196 (76.95% from 255 or 52.97% from 370); Green value is 136 (53.52% from 255 or 36.76% from 370); Blue value is 38 (15.23% from 255 or 10.27% from 370); Max value from RGB is 196 - color contains mainly: red. Hex color #C48826 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C48826 is #3B77D9. Grayscale: #8F8F8F. Windows color (decimal): -3897306 or 2525380. OLE color: 2525380.
HSL color Cylindrical-coordinate representation of color #C48826: hue angle of 37.22º 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 #C48826 is Cyan = 0, Magento = 0.31, Yellow = 0.81 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 136 | 38 | - |
| CMYK | 0 | 0.31 | 0.81 | 0.23 |
| HSL | 37.22º | 0.68% | 0.46% | - |
| HSV(B) | 37.22º | 0.81% | 0.77% | - |
| XYZ | 31.92 | 29.48 | 5.84 | - |
| YUV | 142.77 | 68.88 | 165.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 136 | 38 | 0 | 0.31 | 0.81 | 0.23 | 37.22 | 0.68 | 0.46 |
| Hex | C4 | 88 | 26 | 0 | 1F | 51 | 17 | 25 | 44 | 2E |
| Octal | 304 | 210 | 46 | 0 | 37 | 121 | 27 | 45 | 104 | 56 |
| Binary | 11000100 | 10001000 | 100110 | 0 | 11111 | 1010001 | 10111 | 100101 | 1000100 | 101110 |
Color Harmonies of #C48826
Complementary color
Monochromatic Colors of #C48826
Black with #C48826
Text Example
Text Example
White with #C48826
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C48826; }
p { color: rgb(196,136,38); }
H1.HeaderClassName
{
color: #C48826;
}
.AnyTagClassName
{
color: #C48826;
}
</style>
background-color css
<style>
a { background-color: #C48826; }
a { background-color: rgb(196,136,38); }
div.DivClassName
{
background-color: #C48826;
}
.BgClassName
{
background-color: #C48826;
}
</style>
border-color css
<style>
span { border-color: #C48826; }
span { border-color: rgb(196,136,38); }
td.TdClassName
{
border-color: #C48826;
}
.TagClassName
{
border-color: #C48826;
}
</style>