Shades of Geebung #C48328
Tints of Geebung #C48328
RGB
CMYK
RGB Variations
Color information
#C48328 (or 0xC48328) is known color: Geebung. HEX triplet: C4, 83 and 28. RGB value is (196,131,40). Sum of RGB (Red+Green+Blue) = 196+131+40=367 (48% of max value = 765). Red value is 196 (76.95% from 255 or 53.41% from 367); Green value is 131 (51.56% from 255 or 35.69% from 367); Blue value is 40 (16.02% from 255 or 10.90% from 367); Max value from RGB is 196 - color contains mainly: red. Hex color #C48328 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C48328 is #3B7CD7. Grayscale: #8C8C8C. Windows color (decimal): -3898584 or 2655172. OLE color: 2655172.
HSL color Cylindrical-coordinate representation of color #C48328: hue angle of 35º 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 #C48328 is Cyan = 0, Magento = 0.33, Yellow = 0.80 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 131 | 40 | - |
| CMYK | 0 | 0.33 | 0.80 | 0.23 |
| HSL | 35º | 0.66% | 0.46% | - |
| HSV(B) | 35º | 0.8% | 0.77% | - |
| XYZ | 31.26 | 28.12 | 5.79 | - |
| YUV | 140.06 | 71.53 | 167.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 131 | 40 | 0 | 0.33 | 0.80 | 0.23 | 35 | 0.66 | 0.46 |
| Hex | C4 | 83 | 28 | 0 | 21 | 50 | 17 | 23 | 42 | 2E |
| Octal | 304 | 203 | 50 | 0 | 41 | 120 | 27 | 43 | 102 | 56 |
| Binary | 11000100 | 10000011 | 101000 | 0 | 100001 | 1010000 | 10111 | 100011 | 1000010 | 101110 |
Color Harmonies of #C48328
Complementary color
Monochromatic Colors of #C48328
Black with #C48328
Text Example
Text Example
White with #C48328
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C48328; }
p { color: rgb(196,131,40); }
H1.HeaderClassName
{
color: #C48328;
}
.AnyTagClassName
{
color: #C48328;
}
</style>
background-color css
<style>
a { background-color: #C48328; }
a { background-color: rgb(196,131,40); }
div.DivClassName
{
background-color: #C48328;
}
.BgClassName
{
background-color: #C48328;
}
</style>
border-color css
<style>
span { border-color: #C48328; }
span { border-color: rgb(196,131,40); }
td.TdClassName
{
border-color: #C48328;
}
.TagClassName
{
border-color: #C48328;
}
</style>