Shades of Geebung #C78A24
Tints of Geebung #C78A24
RGB
CMYK
RGB Variations
Color information
#C78A24 (or 0xC78A24) is known color: Geebung. HEX triplet: C7, 8A and 24. RGB value is (199,138,36). Sum of RGB (Red+Green+Blue) = 199+138+36=373 (49% of max value = 765). Red value is 199 (78.12% from 255 or 53.35% from 373); Green value is 138 (54.30% from 255 or 37.00% from 373); Blue value is 36 (14.45% from 255 or 9.65% from 373); Max value from RGB is 199 - color contains mainly: red. Hex color #C78A24 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C78A24 is #3875DB. Grayscale: #919191. Windows color (decimal): -3700188 or 2394823. OLE color: 2394823.
HSL color Cylindrical-coordinate representation of color #C78A24: hue angle of 37.55º degrees, saturation: 0.69, 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 #C78A24 is Cyan = 0, Magento = 0.31, Yellow = 0.82 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 138 | 36 | - |
| CMYK | 0 | 0.31 | 0.82 | 0.22 |
| HSL | 37.55º | 0.69% | 0.46% | - |
| HSV(B) | 37.55º | 0.82% | 0.78% | - |
| XYZ | 32.96 | 30.45 | 5.81 | - |
| YUV | 144.61 | 66.71 | 166.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 138 | 36 | 0 | 0.31 | 0.82 | 0.22 | 37.55 | 0.69 | 0.46 |
| Hex | C7 | 8A | 24 | 0 | 1F | 52 | 16 | 26 | 45 | 2E |
| Octal | 307 | 212 | 44 | 0 | 37 | 122 | 26 | 46 | 105 | 56 |
| Binary | 11000111 | 10001010 | 100100 | 0 | 11111 | 1010010 | 10110 | 100110 | 1000101 | 101110 |
Color Harmonies of #C78A24
Complementary color
Monochromatic Colors of #C78A24
Black with #C78A24
Text Example
Text Example
White with #C78A24
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C78A24; }
p { color: rgb(199,138,36); }
H1.HeaderClassName
{
color: #C78A24;
}
.AnyTagClassName
{
color: #C78A24;
}
</style>
background-color css
<style>
a { background-color: #C78A24; }
a { background-color: rgb(199,138,36); }
div.DivClassName
{
background-color: #C78A24;
}
.BgClassName
{
background-color: #C78A24;
}
</style>
border-color css
<style>
span { border-color: #C78A24; }
span { border-color: rgb(199,138,36); }
td.TdClassName
{
border-color: #C78A24;
}
.TagClassName
{
border-color: #C78A24;
}
</style>