Shades of Geebung #C48120
Tints of Geebung #C48120
RGB
CMYK
RGB Variations
Color information
#C48120 (or 0xC48120) is known color: Geebung. HEX triplet: C4, 81 and 20. RGB value is (196,129,32). Sum of RGB (Red+Green+Blue) = 196+129+32=357 (47% of max value = 765). Red value is 196 (76.95% from 255 or 54.90% from 357); Green value is 129 (50.78% from 255 or 36.13% from 357); Blue value is 32 (12.89% from 255 or 8.96% from 357); Max value from RGB is 196 - color contains mainly: red. Hex color #C48120 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C48120 is #3B7EDF. Grayscale: #8A8A8A. Windows color (decimal): -3899104 or 2130372. OLE color: 2130372.
HSL color Cylindrical-coordinate representation of color #C48120: hue angle of 35.49º degrees, saturation: 0.72, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #C48120 is Cyan = 0, Magento = 0.34, Yellow = 0.84 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 129 | 32 | - |
| CMYK | 0 | 0.34 | 0.84 | 0.23 |
| HSL | 35.49º | 0.72% | 0.45% | - |
| HSV(B) | 35.49º | 0.84% | 0.77% | - |
| XYZ | 30.88 | 27.54 | 5.06 | - |
| YUV | 137.98 | 68.2 | 169.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 129 | 32 | 0 | 0.34 | 0.84 | 0.23 | 35.49 | 0.72 | 0.45 |
| Hex | C4 | 81 | 20 | 0 | 22 | 54 | 17 | 23 | 48 | 2D |
| Octal | 304 | 201 | 40 | 0 | 42 | 124 | 27 | 43 | 110 | 55 |
| Binary | 11000100 | 10000001 | 100000 | 0 | 100010 | 1010100 | 10111 | 100011 | 1001000 | 101101 |
Color Harmonies of #C48120
Complementary color
Monochromatic Colors of #C48120
Black with #C48120
Text Example
Text Example
White with #C48120
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C48120; }
p { color: rgb(196,129,32); }
H1.HeaderClassName
{
color: #C48120;
}
.AnyTagClassName
{
color: #C48120;
}
</style>
background-color css
<style>
a { background-color: #C48120; }
a { background-color: rgb(196,129,32); }
div.DivClassName
{
background-color: #C48120;
}
.BgClassName
{
background-color: #C48120;
}
</style>
border-color css
<style>
span { border-color: #C48120; }
span { border-color: rgb(196,129,32); }
td.TdClassName
{
border-color: #C48120;
}
.TagClassName
{
border-color: #C48120;
}
</style>