Shades of Geebung #C78725
Tints of Geebung #C78725
RGB
CMYK
RGB Variations
Color information
#C78725 (or 0xC78725) is known color: Geebung. HEX triplet: C7, 87 and 25. RGB value is (199,135,37). Sum of RGB (Red+Green+Blue) = 199+135+37=371 (49% of max value = 765). Red value is 199 (78.12% from 255 or 53.64% from 371); Green value is 135 (53.12% from 255 or 36.39% from 371); Blue value is 37 (14.84% from 255 or 9.97% from 371); Max value from RGB is 199 - color contains mainly: red. Hex color #C78725 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C78725 is #3878DA. Grayscale: #8F8F8F. Windows color (decimal): -3700955 or 2459591. OLE color: 2459591.
HSL color Cylindrical-coordinate representation of color #C78725: hue angle of 36.3º 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 #C78725 is Cyan = 0, Magento = 0.32, Yellow = 0.81 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 135 | 37 | - |
| CMYK | 0 | 0.32 | 0.81 | 0.22 |
| HSL | 36.3º | 0.69% | 0.46% | - |
| HSV(B) | 36.3º | 0.81% | 0.78% | - |
| XYZ | 32.55 | 29.6 | 5.75 | - |
| YUV | 142.96 | 68.2 | 167.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 135 | 37 | 0 | 0.32 | 0.81 | 0.22 | 36.3 | 0.69 | 0.46 |
| Hex | C7 | 87 | 25 | 0 | 20 | 51 | 16 | 24 | 45 | 2E |
| Octal | 307 | 207 | 45 | 0 | 40 | 121 | 26 | 44 | 105 | 56 |
| Binary | 11000111 | 10000111 | 100101 | 0 | 100000 | 1010001 | 10110 | 100100 | 1000101 | 101110 |
Color Harmonies of #C78725
Complementary color
Monochromatic Colors of #C78725
Black with #C78725
Text Example
Text Example
White with #C78725
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C78725; }
p { color: rgb(199,135,37); }
H1.HeaderClassName
{
color: #C78725;
}
.AnyTagClassName
{
color: #C78725;
}
</style>
background-color css
<style>
a { background-color: #C78725; }
a { background-color: rgb(199,135,37); }
div.DivClassName
{
background-color: #C78725;
}
.BgClassName
{
background-color: #C78725;
}
</style>
border-color css
<style>
span { border-color: #C78725; }
span { border-color: rgb(199,135,37); }
td.TdClassName
{
border-color: #C78725;
}
.TagClassName
{
border-color: #C78725;
}
</style>