Shades of Geebung #C78028
Tints of Geebung #C78028
RGB
CMYK
RGB Variations
Color information
#C78028 (or 0xC78028) is known color: Geebung. HEX triplet: C7, 80 and 28. RGB value is (199,128,40). Sum of RGB (Red+Green+Blue) = 199+128+40=367 (48% of max value = 765). Red value is 199 (78.12% from 255 or 54.22% from 367); Green value is 128 (50.39% from 255 or 34.88% from 367); Blue value is 40 (16.02% from 255 or 10.90% from 367); Max value from RGB is 199 - color contains mainly: red. Hex color #C78028 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C78028 is #387FD7. Grayscale: #8B8B8B. Windows color (decimal): -3702744 or 2654407. OLE color: 2654407.
HSL color Cylindrical-coordinate representation of color #C78028: hue angle of 33.21º degrees, saturation: 0.67, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #C78028 is Cyan = 0, Magento = 0.36, Yellow = 0.80 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 128 | 40 | - |
| CMYK | 0 | 0.36 | 0.80 | 0.22 |
| HSL | 33.21º | 0.67% | 0.47% | - |
| HSV(B) | 33.21º | 0.8% | 0.78% | - |
| XYZ | 31.66 | 27.73 | 5.69 | - |
| YUV | 139.2 | 72.02 | 170.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 128 | 40 | 0 | 0.36 | 0.80 | 0.22 | 33.21 | 0.67 | 0.47 |
| Hex | C7 | 80 | 28 | 0 | 24 | 50 | 16 | 21 | 43 | 2F |
| Octal | 307 | 200 | 50 | 0 | 44 | 120 | 26 | 41 | 103 | 57 |
| Binary | 11000111 | 10000000 | 101000 | 0 | 100100 | 1010000 | 10110 | 100001 | 1000011 | 101111 |
Color Harmonies of #C78028
Complementary color
Monochromatic Colors of #C78028
Black with #C78028
Text Example
Text Example
White with #C78028
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C78028; }
p { color: rgb(199,128,40); }
H1.HeaderClassName
{
color: #C78028;
}
.AnyTagClassName
{
color: #C78028;
}
</style>
background-color css
<style>
a { background-color: #C78028; }
a { background-color: rgb(199,128,40); }
div.DivClassName
{
background-color: #C78028;
}
.BgClassName
{
background-color: #C78028;
}
</style>
border-color css
<style>
span { border-color: #C78028; }
span { border-color: rgb(199,128,40); }
td.TdClassName
{
border-color: #C78028;
}
.TagClassName
{
border-color: #C78028;
}
</style>