Shades of Geebung #C98B28
Tints of Geebung #C98B28
RGB
CMYK
RGB Variations
Color information
#C98B28 (or 0xC98B28) is known color: Geebung. HEX triplet: C9, 8B and 28. RGB value is (201,139,40). Sum of RGB (Red+Green+Blue) = 201+139+40=380 (50% of max value = 765). Red value is 201 (78.91% from 255 or 52.89% from 380); Green value is 139 (54.69% from 255 or 36.58% from 380); Blue value is 40 (16.02% from 255 or 10.53% from 380); Max value from RGB is 201 - color contains mainly: red. Hex color #C98B28 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C98B28 is #3674D7. Grayscale: #929292. Windows color (decimal): -3568856 or 2657225. OLE color: 2657225.
HSL color Cylindrical-coordinate representation of color #C98B28: hue angle of 36.89º degrees, saturation: 0.67, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #C98B28 is Cyan = 0, Magento = 0.31, Yellow = 0.80 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 139 | 40 | - |
| CMYK | 0 | 0.31 | 0.80 | 0.21 |
| HSL | 36.89º | 0.67% | 0.47% | - |
| HSV(B) | 36.89º | 0.8% | 0.79% | - |
| XYZ | 33.7 | 31.04 | 6.22 | - |
| YUV | 146.25 | 68.04 | 167.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 139 | 40 | 0 | 0.31 | 0.80 | 0.21 | 36.89 | 0.67 | 0.47 |
| Hex | C9 | 8B | 28 | 0 | 1F | 50 | 15 | 25 | 43 | 2F |
| Octal | 311 | 213 | 50 | 0 | 37 | 120 | 25 | 45 | 103 | 57 |
| Binary | 11001001 | 10001011 | 101000 | 0 | 11111 | 1010000 | 10101 | 100101 | 1000011 | 101111 |
Color Harmonies of #C98B28
Complementary color
Monochromatic Colors of #C98B28
Black with #C98B28
Text Example
Text Example
White with #C98B28
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C98B28; }
p { color: rgb(201,139,40); }
H1.HeaderClassName
{
color: #C98B28;
}
.AnyTagClassName
{
color: #C98B28;
}
</style>
background-color css
<style>
a { background-color: #C98B28; }
a { background-color: rgb(201,139,40); }
div.DivClassName
{
background-color: #C98B28;
}
.BgClassName
{
background-color: #C98B28;
}
</style>
border-color css
<style>
span { border-color: #C98B28; }
span { border-color: rgb(201,139,40); }
td.TdClassName
{
border-color: #C98B28;
}
.TagClassName
{
border-color: #C98B28;
}
</style>