Shades of Geebung #C78029
Tints of Geebung #C78029
RGB
CMYK
RGB Variations
Color information
#C78029 (or 0xC78029) is known color: Geebung. HEX triplet: C7, 80 and 29. RGB value is (199,128,41). Sum of RGB (Red+Green+Blue) = 199+128+41=368 (48% of max value = 765). Red value is 199 (78.12% from 255 or 54.08% from 368); Green value is 128 (50.39% from 255 or 34.78% from 368); Blue value is 41 (16.41% from 255 or 11.14% from 368); Max value from RGB is 199 - color contains mainly: red. Hex color #C78029 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C78029 is #387FD6. Grayscale: #8B8B8B. Windows color (decimal): -3702743 or 2719943. OLE color: 2719943.
HSL color Cylindrical-coordinate representation of color #C78029: hue angle of 33.04º 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 #C78029 is Cyan = 0, Magento = 0.36, Yellow = 0.79 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 128 | 41 | - |
| CMYK | 0 | 0.36 | 0.79 | 0.22 |
| HSL | 33.04º | 0.66% | 0.47% | - |
| HSV(B) | 33.04º | 0.79% | 0.78% | - |
| XYZ | 31.67 | 27.74 | 5.78 | - |
| YUV | 139.31 | 72.52 | 170.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 128 | 41 | 0 | 0.36 | 0.79 | 0.22 | 33.04 | 0.66 | 0.47 |
| Hex | C7 | 80 | 29 | 0 | 24 | 4F | 16 | 21 | 42 | 2F |
| Octal | 307 | 200 | 51 | 0 | 44 | 117 | 26 | 41 | 102 | 57 |
| Binary | 11000111 | 10000000 | 101001 | 0 | 100100 | 1001111 | 10110 | 100001 | 1000010 | 101111 |
Color Harmonies of #C78029
Complementary color
Monochromatic Colors of #C78029
Black with #C78029
Text Example
Text Example
White with #C78029
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C78029; }
p { color: rgb(199,128,41); }
H1.HeaderClassName
{
color: #C78029;
}
.AnyTagClassName
{
color: #C78029;
}
</style>
background-color css
<style>
a { background-color: #C78029; }
a { background-color: rgb(199,128,41); }
div.DivClassName
{
background-color: #C78029;
}
.BgClassName
{
background-color: #C78029;
}
</style>
border-color css
<style>
span { border-color: #C78029; }
span { border-color: rgb(199,128,41); }
td.TdClassName
{
border-color: #C78029;
}
.TagClassName
{
border-color: #C78029;
}
</style>