Shades of Geebung #C98827
Tints of Geebung #C98827
RGB
CMYK
RGB Variations
Color information
#C98827 (or 0xC98827) is known color: Geebung. HEX triplet: C9, 88 and 27. RGB value is (201,136,39). Sum of RGB (Red+Green+Blue) = 201+136+39=376 (49% of max value = 765). Red value is 201 (78.91% from 255 or 53.46% from 376); Green value is 136 (53.52% from 255 or 36.17% from 376); Blue value is 39 (15.62% from 255 or 10.37% from 376); Max value from RGB is 201 - color contains mainly: red. Hex color #C98827 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C98827 is #3677D8. Grayscale: #909090. Windows color (decimal): -3569625 or 2590921. OLE color: 2590921.
HSL color Cylindrical-coordinate representation of color #C98827: hue angle of 35.93º 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 #C98827 is Cyan = 0, Magento = 0.32, Yellow = 0.81 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 136 | 39 | - |
| CMYK | 0 | 0.32 | 0.81 | 0.21 |
| HSL | 35.93º | 0.68% | 0.47% | - |
| HSV(B) | 35.93º | 0.81% | 0.79% | - |
| XYZ | 33.26 | 30.17 | 5.99 | - |
| YUV | 144.38 | 68.53 | 168.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 136 | 39 | 0 | 0.32 | 0.81 | 0.21 | 35.93 | 0.68 | 0.47 |
| Hex | C9 | 88 | 27 | 0 | 20 | 51 | 15 | 24 | 44 | 2F |
| Octal | 311 | 210 | 47 | 0 | 40 | 121 | 25 | 44 | 104 | 57 |
| Binary | 11001001 | 10001000 | 100111 | 0 | 100000 | 1010001 | 10101 | 100100 | 1000100 | 101111 |
Color Harmonies of #C98827
Complementary color
Monochromatic Colors of #C98827
Black with #C98827
Text Example
Text Example
White with #C98827
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C98827; }
p { color: rgb(201,136,39); }
H1.HeaderClassName
{
color: #C98827;
}
.AnyTagClassName
{
color: #C98827;
}
</style>
background-color css
<style>
a { background-color: #C98827; }
a { background-color: rgb(201,136,39); }
div.DivClassName
{
background-color: #C98827;
}
.BgClassName
{
background-color: #C98827;
}
</style>
border-color css
<style>
span { border-color: #C98827; }
span { border-color: rgb(201,136,39); }
td.TdClassName
{
border-color: #C98827;
}
.TagClassName
{
border-color: #C98827;
}
</style>