Shades of Geebung #C78C2C
Tints of Geebung #C78C2C
RGB
CMYK
RGB Variations
Color information
#C78C2C (or 0xC78C2C) is known color: Geebung. HEX triplet: C7, 8C and 2C. RGB value is (199,140,44). Sum of RGB (Red+Green+Blue) = 199+140+44=383 (50% of max value = 765). Red value is 199 (78.12% from 255 or 51.96% from 383); Green value is 140 (55.08% from 255 or 36.55% from 383); Blue value is 44 (17.58% from 255 or 11.49% from 383); Max value from RGB is 199 - color contains mainly: red. Hex color #C78C2C is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C78C2C is #3873D3. Grayscale: #939393. Windows color (decimal): -3699668 or 2919623. OLE color: 2919623.
HSL color Cylindrical-coordinate representation of color #C78C2C: hue angle of 37.16º degrees, saturation: 0.64, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #C78C2C is Cyan = 0, Magento = 0.30, Yellow = 0.78 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 140 | 44 | - |
| CMYK | 0 | 0.30 | 0.78 | 0.22 |
| HSL | 37.16º | 0.64% | 0.48% | - |
| HSV(B) | 37.16º | 0.78% | 0.78% | - |
| XYZ | 33.39 | 31.08 | 6.62 | - |
| YUV | 146.7 | 70.05 | 165.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 140 | 44 | 0 | 0.30 | 0.78 | 0.22 | 37.16 | 0.64 | 0.48 |
| Hex | C7 | 8C | 2C | 0 | 1E | 4E | 16 | 25 | 40 | 30 |
| Octal | 307 | 214 | 54 | 0 | 36 | 116 | 26 | 45 | 100 | 60 |
| Binary | 11000111 | 10001100 | 101100 | 0 | 11110 | 1001110 | 10110 | 100101 | 1000000 | 110000 |
Color Harmonies of #C78C2C
Complementary color
Monochromatic Colors of #C78C2C
Black with #C78C2C
Text Example
Text Example
White with #C78C2C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C78C2C; }
p { color: rgb(199,140,44); }
H1.HeaderClassName
{
color: #C78C2C;
}
.AnyTagClassName
{
color: #C78C2C;
}
</style>
background-color css
<style>
a { background-color: #C78C2C; }
a { background-color: rgb(199,140,44); }
div.DivClassName
{
background-color: #C78C2C;
}
.BgClassName
{
background-color: #C78C2C;
}
</style>
border-color css
<style>
span { border-color: #C78C2C; }
span { border-color: rgb(199,140,44); }
td.TdClassName
{
border-color: #C78C2C;
}
.TagClassName
{
border-color: #C78C2C;
}
</style>