Shades of Geebung #C98A27
Tints of Geebung #C98A27
RGB
CMYK
RGB Variations
Color information
#C98A27 (or 0xC98A27) is known color: Geebung. HEX triplet: C9, 8A and 27. RGB value is (201,138,39). Sum of RGB (Red+Green+Blue) = 201+138+39=378 (50% of max value = 765). Red value is 201 (78.91% from 255 or 53.17% from 378); Green value is 138 (54.30% from 255 or 36.51% from 378); Blue value is 39 (15.62% from 255 or 10.32% from 378); Max value from RGB is 201 - color contains mainly: red. Hex color #C98A27 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C98A27 is #3675D8. Grayscale: #929292. Windows color (decimal): -3569113 or 2591433. OLE color: 2591433.
HSL color Cylindrical-coordinate representation of color #C98A27: hue angle of 36.67º degrees, saturation: 0.68, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #C98A27 is Cyan = 0, Magento = 0.31, Yellow = 0.81 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 138 | 39 | - |
| CMYK | 0 | 0.31 | 0.81 | 0.21 |
| HSL | 36.67º | 0.68% | 0.47% | - |
| HSV(B) | 36.67º | 0.81% | 0.79% | - |
| XYZ | 33.54 | 30.74 | 6.09 | - |
| YUV | 145.55 | 67.87 | 167.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 138 | 39 | 0 | 0.31 | 0.81 | 0.21 | 36.67 | 0.68 | 0.47 |
| Hex | C9 | 8A | 27 | 0 | 1F | 51 | 15 | 25 | 44 | 2F |
| Octal | 311 | 212 | 47 | 0 | 37 | 121 | 25 | 45 | 104 | 57 |
| Binary | 11001001 | 10001010 | 100111 | 0 | 11111 | 1010001 | 10101 | 100101 | 1000100 | 101111 |
Color Harmonies of #C98A27
Complementary color
Monochromatic Colors of #C98A27
Black with #C98A27
Text Example
Text Example
White with #C98A27
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C98A27; }
p { color: rgb(201,138,39); }
H1.HeaderClassName
{
color: #C98A27;
}
.AnyTagClassName
{
color: #C98A27;
}
</style>
background-color css
<style>
a { background-color: #C98A27; }
a { background-color: rgb(201,138,39); }
div.DivClassName
{
background-color: #C98A27;
}
.BgClassName
{
background-color: #C98A27;
}
</style>
border-color css
<style>
span { border-color: #C98A27; }
span { border-color: rgb(201,138,39); }
td.TdClassName
{
border-color: #C98A27;
}
.TagClassName
{
border-color: #C98A27;
}
</style>