Shades of Geebung #C78B27
Tints of Geebung #C78B27
RGB
CMYK
RGB Variations
Color information
#C78B27 (or 0xC78B27) is known color: Geebung. HEX triplet: C7, 8B and 27. RGB value is (199,139,39). Sum of RGB (Red+Green+Blue) = 199+139+39=377 (49% of max value = 765). Red value is 199 (78.12% from 255 or 52.79% from 377); Green value is 139 (54.69% from 255 or 36.87% from 377); Blue value is 39 (15.62% from 255 or 10.34% from 377); Max value from RGB is 199 - color contains mainly: red. Hex color #C78B27 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C78B27 is #3874D8. Grayscale: #919191. Windows color (decimal): -3699929 or 2591687. OLE color: 2591687.
HSL color Cylindrical-coordinate representation of color #C78B27: hue angle of 37.5º 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 #C78B27 is Cyan = 0, Magento = 0.30, Yellow = 0.80 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 139 | 39 | - |
| CMYK | 0 | 0.30 | 0.80 | 0.22 |
| HSL | 37.5º | 0.67% | 0.47% | - |
| HSV(B) | 37.5º | 0.8% | 0.78% | - |
| XYZ | 33.15 | 30.75 | 6.11 | - |
| YUV | 145.54 | 67.88 | 166.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 139 | 39 | 0 | 0.30 | 0.80 | 0.22 | 37.5 | 0.67 | 0.47 |
| Hex | C7 | 8B | 27 | 0 | 1E | 50 | 16 | 26 | 43 | 2F |
| Octal | 307 | 213 | 47 | 0 | 36 | 120 | 26 | 46 | 103 | 57 |
| Binary | 11000111 | 10001011 | 100111 | 0 | 11110 | 1010000 | 10110 | 100110 | 1000011 | 101111 |
Color Harmonies of #C78B27
Complementary color
Monochromatic Colors of #C78B27
Black with #C78B27
Text Example
Text Example
White with #C78B27
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C78B27; }
p { color: rgb(199,139,39); }
H1.HeaderClassName
{
color: #C78B27;
}
.AnyTagClassName
{
color: #C78B27;
}
</style>
background-color css
<style>
a { background-color: #C78B27; }
a { background-color: rgb(199,139,39); }
div.DivClassName
{
background-color: #C78B27;
}
.BgClassName
{
background-color: #C78B27;
}
</style>
border-color css
<style>
span { border-color: #C78B27; }
span { border-color: rgb(199,139,39); }
td.TdClassName
{
border-color: #C78B27;
}
.TagClassName
{
border-color: #C78B27;
}
</style>