Shades of Geebung #C78821
Tints of Geebung #C78821
RGB
CMYK
RGB Variations
Color information
#C78821 (or 0xC78821) is known color: Geebung. HEX triplet: C7, 88 and 21. RGB value is (199,136,33). Sum of RGB (Red+Green+Blue) = 199+136+33=368 (48% of max value = 765). Red value is 199 (78.12% from 255 or 54.08% from 368); Green value is 136 (53.52% from 255 or 36.96% from 368); Blue value is 33 (13.28% from 255 or 8.97% from 368); Max value from RGB is 199 - color contains mainly: red. Hex color #C78821 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C78821 is #3877DE. Grayscale: #8F8F8F. Windows color (decimal): -3700703 or 2197703. OLE color: 2197703.
HSL color Cylindrical-coordinate representation of color #C78821: hue angle of 37.23º degrees, saturation: 0.72, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #C78821 is Cyan = 0, Magento = 0.32, Yellow = 0.83 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 136 | 33 | - |
| CMYK | 0 | 0.32 | 0.83 | 0.22 |
| HSL | 37.23º | 0.72% | 0.45% | - |
| HSV(B) | 37.23º | 0.83% | 0.78% | - |
| XYZ | 32.63 | 29.86 | 5.48 | - |
| YUV | 143.1 | 65.87 | 167.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 136 | 33 | 0 | 0.32 | 0.83 | 0.22 | 37.23 | 0.72 | 0.45 |
| Hex | C7 | 88 | 21 | 0 | 20 | 53 | 16 | 25 | 48 | 2D |
| Octal | 307 | 210 | 41 | 0 | 40 | 123 | 26 | 45 | 110 | 55 |
| Binary | 11000111 | 10001000 | 100001 | 0 | 100000 | 1010011 | 10110 | 100101 | 1001000 | 101101 |
Color Harmonies of #C78821
Complementary color
Monochromatic Colors of #C78821
Black with #C78821
Text Example
Text Example
White with #C78821
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C78821; }
p { color: rgb(199,136,33); }
H1.HeaderClassName
{
color: #C78821;
}
.AnyTagClassName
{
color: #C78821;
}
</style>
background-color css
<style>
a { background-color: #C78821; }
a { background-color: rgb(199,136,33); }
div.DivClassName
{
background-color: #C78821;
}
.BgClassName
{
background-color: #C78821;
}
</style>
border-color css
<style>
span { border-color: #C78821; }
span { border-color: rgb(199,136,33); }
td.TdClassName
{
border-color: #C78821;
}
.TagClassName
{
border-color: #C78821;
}
</style>