Shades of Geebung #C18A2E
Tints of Geebung #C18A2E
RGB
CMYK
RGB Variations
Color information
#C18A2E (or 0xC18A2E) is known color: Geebung. HEX triplet: C1, 8A and 2E. RGB value is (193,138,46). Sum of RGB (Red+Green+Blue) = 193+138+46=377 (49% of max value = 765). Red value is 193 (75.78% from 255 or 51.19% from 377); Green value is 138 (54.30% from 255 or 36.60% from 377); Blue value is 46 (18.36% from 255 or 12.20% from 377); Max value from RGB is 193 - color contains mainly: red. Hex color #C18A2E is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C18A2E is #3E75D1. Grayscale: #909090. Windows color (decimal): -4093394 or 3050177. OLE color: 3050177.
HSL color Cylindrical-coordinate representation of color #C18A2E: hue angle of 37.55º degrees, saturation: 0.62, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #C18A2E is Cyan = 0, Magento = 0.28, Yellow = 0.76 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 138 | 46 | - |
| CMYK | 0 | 0.28 | 0.76 | 0.24 |
| HSL | 37.55º | 0.62% | 0.47% | - |
| HSV(B) | 37.55º | 0.76% | 0.76% | - |
| XYZ | 31.57 | 29.71 | 6.66 | - |
| YUV | 143.96 | 72.72 | 162.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 138 | 46 | 0 | 0.28 | 0.76 | 0.24 | 37.55 | 0.62 | 0.47 |
| Hex | C1 | 8A | 2E | 0 | 1C | 4C | 18 | 26 | 3E | 2F |
| Octal | 301 | 212 | 56 | 0 | 34 | 114 | 30 | 46 | 76 | 57 |
| Binary | 11000001 | 10001010 | 101110 | 0 | 11100 | 1001100 | 11000 | 100110 | 111110 | 101111 |
Color Harmonies of #C18A2E
Complementary color
Monochromatic Colors of #C18A2E
Black with #C18A2E
Text Example
Text Example
White with #C18A2E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C18A2E; }
p { color: rgb(193,138,46); }
H1.HeaderClassName
{
color: #C18A2E;
}
.AnyTagClassName
{
color: #C18A2E;
}
</style>
background-color css
<style>
a { background-color: #C18A2E; }
a { background-color: rgb(193,138,46); }
div.DivClassName
{
background-color: #C18A2E;
}
.BgClassName
{
background-color: #C18A2E;
}
</style>
border-color css
<style>
span { border-color: #C18A2E; }
span { border-color: rgb(193,138,46); }
td.TdClassName
{
border-color: #C18A2E;
}
.TagClassName
{
border-color: #C18A2E;
}
</style>