Shades of Geebung #C48028
Tints of Geebung #C48028
RGB
CMYK
RGB Variations
Color information
#C48028 (or 0xC48028) is known color: Geebung. HEX triplet: C4, 80 and 28. RGB value is (196,128,40). Sum of RGB (Red+Green+Blue) = 196+128+40=364 (48% of max value = 765). Red value is 196 (76.95% from 255 or 53.85% from 364); Green value is 128 (50.39% from 255 or 35.16% from 364); Blue value is 40 (16.02% from 255 or 10.99% from 364); Max value from RGB is 196 - color contains mainly: red. Hex color #C48028 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C48028 is #3B7FD7. Grayscale: #8A8A8A. Windows color (decimal): -3899352 or 2654404. OLE color: 2654404.
HSL color Cylindrical-coordinate representation of color #C48028: hue angle of 33.85º degrees, saturation: 0.66, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #C48028 is Cyan = 0, Magento = 0.35, Yellow = 0.80 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 128 | 40 | - |
| CMYK | 0 | 0.35 | 0.80 | 0.23 |
| HSL | 33.85º | 0.66% | 0.46% | - |
| HSV(B) | 33.85º | 0.8% | 0.77% | - |
| XYZ | 30.87 | 27.33 | 5.66 | - |
| YUV | 138.3 | 72.53 | 169.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 128 | 40 | 0 | 0.35 | 0.80 | 0.23 | 33.85 | 0.66 | 0.46 |
| Hex | C4 | 80 | 28 | 0 | 23 | 50 | 17 | 22 | 42 | 2E |
| Octal | 304 | 200 | 50 | 0 | 43 | 120 | 27 | 42 | 102 | 56 |
| Binary | 11000100 | 10000000 | 101000 | 0 | 100011 | 1010000 | 10111 | 100010 | 1000010 | 101110 |
Color Harmonies of #C48028
Complementary color
Monochromatic Colors of #C48028
Black with #C48028
Text Example
Text Example
White with #C48028
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C48028; }
p { color: rgb(196,128,40); }
H1.HeaderClassName
{
color: #C48028;
}
.AnyTagClassName
{
color: #C48028;
}
</style>
background-color css
<style>
a { background-color: #C48028; }
a { background-color: rgb(196,128,40); }
div.DivClassName
{
background-color: #C48028;
}
.BgClassName
{
background-color: #C48028;
}
</style>
border-color css
<style>
span { border-color: #C48028; }
span { border-color: rgb(196,128,40); }
td.TdClassName
{
border-color: #C48028;
}
.TagClassName
{
border-color: #C48028;
}
</style>