Shades of Geebung #C78429
Tints of Geebung #C78429
RGB
CMYK
RGB Variations
Color information
#C78429 (or 0xC78429) is known color: Geebung. HEX triplet: C7, 84 and 29. RGB value is (199,132,41). Sum of RGB (Red+Green+Blue) = 199+132+41=372 (49% of max value = 765). Red value is 199 (78.12% from 255 or 53.49% from 372); Green value is 132 (51.95% from 255 or 35.48% from 372); Blue value is 41 (16.41% from 255 or 11.02% from 372); Max value from RGB is 199 - color contains mainly: red. Hex color #C78429 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C78429 is #387BD6. Grayscale: #8E8E8E. Windows color (decimal): -3701719 or 2720967. OLE color: 2720967.
HSL color Cylindrical-coordinate representation of color #C78429: hue angle of 34.56º degrees, saturation: 0.66, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #C78429 is Cyan = 0, Magento = 0.34, Yellow = 0.79 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 132 | 41 | - |
| CMYK | 0 | 0.34 | 0.79 | 0.22 |
| HSL | 34.56º | 0.66% | 0.47% | - |
| HSV(B) | 34.56º | 0.79% | 0.78% | - |
| XYZ | 32.2 | 28.8 | 5.96 | - |
| YUV | 141.66 | 71.2 | 168.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 132 | 41 | 0 | 0.34 | 0.79 | 0.22 | 34.56 | 0.66 | 0.47 |
| Hex | C7 | 84 | 29 | 0 | 22 | 4F | 16 | 23 | 42 | 2F |
| Octal | 307 | 204 | 51 | 0 | 42 | 117 | 26 | 43 | 102 | 57 |
| Binary | 11000111 | 10000100 | 101001 | 0 | 100010 | 1001111 | 10110 | 100011 | 1000010 | 101111 |
Color Harmonies of #C78429
Complementary color
Monochromatic Colors of #C78429
Black with #C78429
Text Example
Text Example
White with #C78429
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C78429; }
p { color: rgb(199,132,41); }
H1.HeaderClassName
{
color: #C78429;
}
.AnyTagClassName
{
color: #C78429;
}
</style>
background-color css
<style>
a { background-color: #C78429; }
a { background-color: rgb(199,132,41); }
div.DivClassName
{
background-color: #C78429;
}
.BgClassName
{
background-color: #C78429;
}
</style>
border-color css
<style>
span { border-color: #C78429; }
span { border-color: rgb(199,132,41); }
td.TdClassName
{
border-color: #C78429;
}
.TagClassName
{
border-color: #C78429;
}
</style>