Shades of Geebung #C5892D
Tints of Geebung #C5892D
RGB
CMYK
RGB Variations
Color information
#C5892D (or 0xC5892D) is known color: Geebung. HEX triplet: C5, 89 and 2D. RGB value is (197,137,45). Sum of RGB (Red+Green+Blue) = 197+137+45=379 (50% of max value = 765). Red value is 197 (77.34% from 255 or 51.98% from 379); Green value is 137 (53.91% from 255 or 36.15% from 379); Blue value is 45 (17.97% from 255 or 11.87% from 379); Max value from RGB is 197 - color contains mainly: red. Hex color #C5892D is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C5892D is #3A76D2. Grayscale: #909090. Windows color (decimal): -3831507 or 2984389. OLE color: 2984389.
HSL color Cylindrical-coordinate representation of color #C5892D: hue angle of 36.32º degrees, saturation: 0.63, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #C5892D is Cyan = 0, Magento = 0.30, Yellow = 0.77 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 137 | 45 | - |
| CMYK | 0 | 0.30 | 0.77 | 0.23 |
| HSL | 36.32º | 0.63% | 0.47% | - |
| HSV(B) | 36.32º | 0.77% | 0.77% | - |
| XYZ | 32.45 | 29.95 | 6.55 | - |
| YUV | 144.45 | 71.88 | 165.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 137 | 45 | 0 | 0.30 | 0.77 | 0.23 | 36.32 | 0.63 | 0.47 |
| Hex | C5 | 89 | 2D | 0 | 1E | 4D | 17 | 24 | 3F | 2F |
| Octal | 305 | 211 | 55 | 0 | 36 | 115 | 27 | 44 | 77 | 57 |
| Binary | 11000101 | 10001001 | 101101 | 0 | 11110 | 1001101 | 10111 | 100100 | 111111 | 101111 |
Color Harmonies of #C5892D
Complementary color
Monochromatic Colors of #C5892D
Black with #C5892D
Text Example
Text Example
White with #C5892D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5892D; }
p { color: rgb(197,137,45); }
H1.HeaderClassName
{
color: #C5892D;
}
.AnyTagClassName
{
color: #C5892D;
}
</style>
background-color css
<style>
a { background-color: #C5892D; }
a { background-color: rgb(197,137,45); }
div.DivClassName
{
background-color: #C5892D;
}
.BgClassName
{
background-color: #C5892D;
}
</style>
border-color css
<style>
span { border-color: #C5892D; }
span { border-color: rgb(197,137,45); }
td.TdClassName
{
border-color: #C5892D;
}
.TagClassName
{
border-color: #C5892D;
}
</style>