Shades of Geebung #C78823
Tints of Geebung #C78823
RGB
CMYK
RGB Variations
Color information
#C78823 (or 0xC78823) is known color: Geebung. HEX triplet: C7, 88 and 23. RGB value is (199,136,35). Sum of RGB (Red+Green+Blue) = 199+136+35=370 (49% of max value = 765). Red value is 199 (78.12% from 255 or 53.78% from 370); Green value is 136 (53.52% from 255 or 36.76% from 370); Blue value is 35 (14.06% from 255 or 9.46% from 370); Max value from RGB is 199 - color contains mainly: red. Hex color #C78823 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C78823 is #3877DC. Grayscale: #8F8F8F. Windows color (decimal): -3700701 or 2328775. OLE color: 2328775.
HSL color Cylindrical-coordinate representation of color #C78823: hue angle of 36.95º degrees, saturation: 0.7, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #C78823 is Cyan = 0, Magento = 0.32, Yellow = 0.82 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 136 | 35 | - |
| CMYK | 0 | 0.32 | 0.82 | 0.22 |
| HSL | 36.95º | 0.7% | 0.46% | - |
| HSV(B) | 36.95º | 0.82% | 0.78% | - |
| XYZ | 32.66 | 29.87 | 5.63 | - |
| YUV | 143.32 | 66.87 | 167.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 136 | 35 | 0 | 0.32 | 0.82 | 0.22 | 36.95 | 0.7 | 0.46 |
| Hex | C7 | 88 | 23 | 0 | 20 | 52 | 16 | 25 | 46 | 2E |
| Octal | 307 | 210 | 43 | 0 | 40 | 122 | 26 | 45 | 106 | 56 |
| Binary | 11000111 | 10001000 | 100011 | 0 | 100000 | 1010010 | 10110 | 100101 | 1000110 | 101110 |
Color Harmonies of #C78823
Complementary color
Monochromatic Colors of #C78823
Black with #C78823
Text Example
Text Example
White with #C78823
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C78823; }
p { color: rgb(199,136,35); }
H1.HeaderClassName
{
color: #C78823;
}
.AnyTagClassName
{
color: #C78823;
}
</style>
background-color css
<style>
a { background-color: #C78823; }
a { background-color: rgb(199,136,35); }
div.DivClassName
{
background-color: #C78823;
}
.BgClassName
{
background-color: #C78823;
}
</style>
border-color css
<style>
span { border-color: #C78823; }
span { border-color: rgb(199,136,35); }
td.TdClassName
{
border-color: #C78823;
}
.TagClassName
{
border-color: #C78823;
}
</style>