Shades of Geebung #C78326
Tints of Geebung #C78326
RGB
CMYK
RGB Variations
Color information
#C78326 (or 0xC78326) is known color: Geebung. HEX triplet: C7, 83 and 26. RGB value is (199,131,38). Sum of RGB (Red+Green+Blue) = 199+131+38=368 (48% of max value = 765). Red value is 199 (78.12% from 255 or 54.08% from 368); Green value is 131 (51.56% from 255 or 35.60% from 368); Blue value is 38 (15.23% from 255 or 10.33% from 368); Max value from RGB is 199 - color contains mainly: red. Hex color #C78326 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C78326 is #387CD9. Grayscale: #8D8D8D. Windows color (decimal): -3701978 or 2524103. OLE color: 2524103.
HSL color Cylindrical-coordinate representation of color #C78326: hue angle of 34.66º 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 #C78326 is Cyan = 0, Magento = 0.34, Yellow = 0.81 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 131 | 38 | - |
| CMYK | 0 | 0.34 | 0.81 | 0.22 |
| HSL | 34.66º | 0.68% | 0.46% | - |
| HSV(B) | 34.66º | 0.81% | 0.78% | - |
| XYZ | 32.02 | 28.51 | 5.65 | - |
| YUV | 140.73 | 70.03 | 169.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 131 | 38 | 0 | 0.34 | 0.81 | 0.22 | 34.66 | 0.68 | 0.46 |
| Hex | C7 | 83 | 26 | 0 | 22 | 51 | 16 | 23 | 44 | 2E |
| Octal | 307 | 203 | 46 | 0 | 42 | 121 | 26 | 43 | 104 | 56 |
| Binary | 11000111 | 10000011 | 100110 | 0 | 100010 | 1010001 | 10110 | 100011 | 1000100 | 101110 |
Color Harmonies of #C78326
Complementary color
Monochromatic Colors of #C78326
Black with #C78326
Text Example
Text Example
White with #C78326
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C78326; }
p { color: rgb(199,131,38); }
H1.HeaderClassName
{
color: #C78326;
}
.AnyTagClassName
{
color: #C78326;
}
</style>
background-color css
<style>
a { background-color: #C78326; }
a { background-color: rgb(199,131,38); }
div.DivClassName
{
background-color: #C78326;
}
.BgClassName
{
background-color: #C78326;
}
</style>
border-color css
<style>
span { border-color: #C78326; }
span { border-color: rgb(199,131,38); }
td.TdClassName
{
border-color: #C78326;
}
.TagClassName
{
border-color: #C78326;
}
</style>