Shades of Geebung #C78226
Tints of Geebung #C78226
RGB
CMYK
RGB Variations
Color information
#C78226 (or 0xC78226) is known color: Geebung. HEX triplet: C7, 82 and 26. RGB value is (199,130,38). Sum of RGB (Red+Green+Blue) = 199+130+38=367 (48% of max value = 765). Red value is 199 (78.12% from 255 or 54.22% from 367); Green value is 130 (51.17% from 255 or 35.42% from 367); Blue value is 38 (15.23% from 255 or 10.35% from 367); Max value from RGB is 199 - color contains mainly: red. Hex color #C78226 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C78226 is #387DD9. Grayscale: #8C8C8C. Windows color (decimal): -3702234 or 2523847. OLE color: 2523847.
HSL color Cylindrical-coordinate representation of color #C78226: hue angle of 34.29º degrees, saturation: 0.68, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #C78226 is Cyan = 0, Magento = 0.35, Yellow = 0.81 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 130 | 38 | - |
| CMYK | 0 | 0.35 | 0.81 | 0.22 |
| HSL | 34.29º | 0.68% | 0.46% | - |
| HSV(B) | 34.29º | 0.81% | 0.78% | - |
| XYZ | 31.89 | 28.25 | 5.61 | - |
| YUV | 140.14 | 70.36 | 169.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 130 | 38 | 0 | 0.35 | 0.81 | 0.22 | 34.29 | 0.68 | 0.46 |
| Hex | C7 | 82 | 26 | 0 | 23 | 51 | 16 | 22 | 44 | 2E |
| Octal | 307 | 202 | 46 | 0 | 43 | 121 | 26 | 42 | 104 | 56 |
| Binary | 11000111 | 10000010 | 100110 | 0 | 100011 | 1010001 | 10110 | 100010 | 1000100 | 101110 |
Color Harmonies of #C78226
Complementary color
Monochromatic Colors of #C78226
Black with #C78226
Text Example
Text Example
White with #C78226
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C78226; }
p { color: rgb(199,130,38); }
H1.HeaderClassName
{
color: #C78226;
}
.AnyTagClassName
{
color: #C78226;
}
</style>
background-color css
<style>
a { background-color: #C78226; }
a { background-color: rgb(199,130,38); }
div.DivClassName
{
background-color: #C78226;
}
.BgClassName
{
background-color: #C78226;
}
</style>
border-color css
<style>
span { border-color: #C78226; }
span { border-color: rgb(199,130,38); }
td.TdClassName
{
border-color: #C78226;
}
.TagClassName
{
border-color: #C78226;
}
</style>