Shades of Geebung #C48033
Tints of Geebung #C48033
RGB
CMYK
RGB Variations
Color information
#C48033 (or 0xC48033) is known color: Geebung. HEX triplet: C4, 80 and 33. RGB value is (196,128,51). Sum of RGB (Red+Green+Blue) = 196+128+51=375 (49% of max value = 765). Red value is 196 (76.95% from 255 or 52.27% from 375); Green value is 128 (50.39% from 255 or 34.13% from 375); Blue value is 51 (20.31% from 255 or 13.6% from 375); Max value from RGB is 196 - color contains mainly: red. Hex color #C48033 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C48033 is #3B7FCC. Grayscale: #8B8B8B. Windows color (decimal): -3899341 or 3375300. OLE color: 3375300.
HSL color Cylindrical-coordinate representation of color #C48033: hue angle of 31.86º degrees, saturation: 0.59, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #C48033 is Cyan = 0, Magento = 0.35, Yellow = 0.74 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 128 | 51 | - |
| CMYK | 0 | 0.35 | 0.74 | 0.23 |
| HSL | 31.86º | 0.59% | 0.48% | - |
| HSV(B) | 31.86º | 0.74% | 0.77% | - |
| XYZ | 31.08 | 27.41 | 6.79 | - |
| YUV | 139.55 | 78.03 | 168.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 128 | 51 | 0 | 0.35 | 0.74 | 0.23 | 31.86 | 0.59 | 0.48 |
| Hex | C4 | 80 | 33 | 0 | 23 | 4A | 17 | 20 | 3B | 30 |
| Octal | 304 | 200 | 63 | 0 | 43 | 112 | 27 | 40 | 73 | 60 |
| Binary | 11000100 | 10000000 | 110011 | 0 | 100011 | 1001010 | 10111 | 100000 | 111011 | 110000 |
Color Harmonies of #C48033
Complementary color
Monochromatic Colors of #C48033
Black with #C48033
Text Example
Text Example
White with #C48033
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C48033; }
p { color: rgb(196,128,51); }
H1.HeaderClassName
{
color: #C48033;
}
.AnyTagClassName
{
color: #C48033;
}
</style>
background-color css
<style>
a { background-color: #C48033; }
a { background-color: rgb(196,128,51); }
div.DivClassName
{
background-color: #C48033;
}
.BgClassName
{
background-color: #C48033;
}
</style>
border-color css
<style>
span { border-color: #C48033; }
span { border-color: rgb(196,128,51); }
td.TdClassName
{
border-color: #C48033;
}
.TagClassName
{
border-color: #C48033;
}
</style>