Shades of Geebung #C78430
Tints of Geebung #C78430
RGB
CMYK
RGB Variations
Color information
#C78430 (or 0xC78430) is known color: Geebung. HEX triplet: C7, 84 and 30. RGB value is (199,132,48). Sum of RGB (Red+Green+Blue) = 199+132+48=379 (50% of max value = 765). Red value is 199 (78.12% from 255 or 52.51% from 379); Green value is 132 (51.95% from 255 or 34.83% from 379); Blue value is 48 (19.14% from 255 or 12.66% from 379); Max value from RGB is 199 - color contains mainly: red. Hex color #C78430 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C78430 is #387BCF. Grayscale: #8E8E8E. Windows color (decimal): -3701712 or 3179719. OLE color: 3179719.
HSL color Cylindrical-coordinate representation of color #C78430: hue angle of 33.38º degrees, saturation: 0.61, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #C78430 is Cyan = 0, Magento = 0.34, Yellow = 0.76 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 132 | 48 | - |
| CMYK | 0 | 0.34 | 0.76 | 0.22 |
| HSL | 33.38º | 0.61% | 0.48% | - |
| HSV(B) | 33.38º | 0.76% | 0.78% | - |
| XYZ | 32.34 | 28.86 | 6.66 | - |
| YUV | 142.46 | 74.7 | 168.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 132 | 48 | 0 | 0.34 | 0.76 | 0.22 | 33.38 | 0.61 | 0.48 |
| Hex | C7 | 84 | 30 | 0 | 22 | 4C | 16 | 21 | 3D | 30 |
| Octal | 307 | 204 | 60 | 0 | 42 | 114 | 26 | 41 | 75 | 60 |
| Binary | 11000111 | 10000100 | 110000 | 0 | 100010 | 1001100 | 10110 | 100001 | 111101 | 110000 |
Color Harmonies of #C78430
Complementary color
Monochromatic Colors of #C78430
Black with #C78430
Text Example
Text Example
White with #C78430
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C78430; }
p { color: rgb(199,132,48); }
H1.HeaderClassName
{
color: #C78430;
}
.AnyTagClassName
{
color: #C78430;
}
</style>
background-color css
<style>
a { background-color: #C78430; }
a { background-color: rgb(199,132,48); }
div.DivClassName
{
background-color: #C78430;
}
.BgClassName
{
background-color: #C78430;
}
</style>
border-color css
<style>
span { border-color: #C78430; }
span { border-color: rgb(199,132,48); }
td.TdClassName
{
border-color: #C78430;
}
.TagClassName
{
border-color: #C78430;
}
</style>