Shades of Geebung #C78225
Tints of Geebung #C78225
RGB
CMYK
RGB Variations
Color information
#C78225 (or 0xC78225) is known color: Geebung. HEX triplet: C7, 82 and 25. RGB value is (199,130,37). Sum of RGB (Red+Green+Blue) = 199+130+37=366 (48% of max value = 765). Red value is 199 (78.12% from 255 or 54.37% from 366); Green value is 130 (51.17% from 255 or 35.52% from 366); Blue value is 37 (14.84% from 255 or 10.11% from 366); Max value from RGB is 199 - color contains mainly: red. Hex color #C78225 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C78225 is #387DDA. Grayscale: #8C8C8C. Windows color (decimal): -3702235 or 2458311. OLE color: 2458311.
HSL color Cylindrical-coordinate representation of color #C78225: hue angle of 34.44º 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 #C78225 is Cyan = 0, Magento = 0.35, Yellow = 0.81 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 130 | 37 | - |
| CMYK | 0 | 0.35 | 0.81 | 0.22 |
| HSL | 34.44º | 0.69% | 0.46% | - |
| HSV(B) | 34.44º | 0.81% | 0.78% | - |
| XYZ | 31.87 | 28.24 | 5.52 | - |
| YUV | 140.03 | 69.86 | 170.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 130 | 37 | 0 | 0.35 | 0.81 | 0.22 | 34.44 | 0.69 | 0.46 |
| Hex | C7 | 82 | 25 | 0 | 23 | 51 | 16 | 22 | 45 | 2E |
| Octal | 307 | 202 | 45 | 0 | 43 | 121 | 26 | 42 | 105 | 56 |
| Binary | 11000111 | 10000010 | 100101 | 0 | 100011 | 1010001 | 10110 | 100010 | 1000101 | 101110 |
Color Harmonies of #C78225
Complementary color
Monochromatic Colors of #C78225
Black with #C78225
Text Example
Text Example
White with #C78225
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C78225; }
p { color: rgb(199,130,37); }
H1.HeaderClassName
{
color: #C78225;
}
.AnyTagClassName
{
color: #C78225;
}
</style>
background-color css
<style>
a { background-color: #C78225; }
a { background-color: rgb(199,130,37); }
div.DivClassName
{
background-color: #C78225;
}
.BgClassName
{
background-color: #C78225;
}
</style>
border-color css
<style>
span { border-color: #C78225; }
span { border-color: rgb(199,130,37); }
td.TdClassName
{
border-color: #C78225;
}
.TagClassName
{
border-color: #C78225;
}
</style>