Shades of Geebung #C78825
Tints of Geebung #C78825
RGB
CMYK
RGB Variations
Color information
#C78825 (or 0xC78825) is known color: Geebung. HEX triplet: C7, 88 and 25. RGB value is (199,136,37). Sum of RGB (Red+Green+Blue) = 199+136+37=372 (49% of max value = 765). Red value is 199 (78.12% from 255 or 53.49% from 372); Green value is 136 (53.52% from 255 or 36.56% from 372); Blue value is 37 (14.84% from 255 or 9.95% from 372); Max value from RGB is 199 - color contains mainly: red. Hex color #C78825 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C78825 is #3877DA. Grayscale: #909090. Windows color (decimal): -3700699 or 2459847. OLE color: 2459847.
HSL color Cylindrical-coordinate representation of color #C78825: hue angle of 36.67º degrees, saturation: 0.69, 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 #C78825 is Cyan = 0, Magento = 0.32, Yellow = 0.81 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 136 | 37 | - |
| CMYK | 0 | 0.32 | 0.81 | 0.22 |
| HSL | 36.67º | 0.69% | 0.46% | - |
| HSV(B) | 36.67º | 0.81% | 0.78% | - |
| XYZ | 32.69 | 29.88 | 5.8 | - |
| YUV | 143.55 | 67.87 | 167.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 136 | 37 | 0 | 0.32 | 0.81 | 0.22 | 36.67 | 0.69 | 0.46 |
| Hex | C7 | 88 | 25 | 0 | 20 | 51 | 16 | 25 | 45 | 2E |
| Octal | 307 | 210 | 45 | 0 | 40 | 121 | 26 | 45 | 105 | 56 |
| Binary | 11000111 | 10001000 | 100101 | 0 | 100000 | 1010001 | 10110 | 100101 | 1000101 | 101110 |
Color Harmonies of #C78825
Complementary color
Monochromatic Colors of #C78825
Black with #C78825
Text Example
Text Example
White with #C78825
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C78825; }
p { color: rgb(199,136,37); }
H1.HeaderClassName
{
color: #C78825;
}
.AnyTagClassName
{
color: #C78825;
}
</style>
background-color css
<style>
a { background-color: #C78825; }
a { background-color: rgb(199,136,37); }
div.DivClassName
{
background-color: #C78825;
}
.BgClassName
{
background-color: #C78825;
}
</style>
border-color css
<style>
span { border-color: #C78825; }
span { border-color: rgb(199,136,37); }
td.TdClassName
{
border-color: #C78825;
}
.TagClassName
{
border-color: #C78825;
}
</style>