Shades of Geebung #C18437
Tints of Geebung #C18437
RGB
CMYK
RGB Variations
Color information
#C18437 (or 0xC18437) is known color: Geebung. HEX triplet: C1, 84 and 37. RGB value is (193,132,55). Sum of RGB (Red+Green+Blue) = 193+132+55=380 (50% of max value = 765). Red value is 193 (75.78% from 255 or 50.79% from 380); Green value is 132 (51.95% from 255 or 34.74% from 380); Blue value is 55 (21.88% from 255 or 14.47% from 380); Max value from RGB is 193 - color contains mainly: red. Hex color #C18437 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C18437 is #3E7BC8. Grayscale: #8D8D8D. Windows color (decimal): -4094921 or 3638465. OLE color: 3638465.
HSL color Cylindrical-coordinate representation of color #C18437: hue angle of 33.48º degrees, saturation: 0.56, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #C18437 is Cyan = 0, Magento = 0.32, Yellow = 0.72 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 132 | 55 | - |
| CMYK | 0 | 0.32 | 0.72 | 0.24 |
| HSL | 33.48º | 0.56% | 0.49% | - |
| HSV(B) | 33.48º | 0.72% | 0.76% | - |
| XYZ | 30.93 | 28.12 | 7.41 | - |
| YUV | 141.46 | 79.21 | 164.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 132 | 55 | 0 | 0.32 | 0.72 | 0.24 | 33.48 | 0.56 | 0.49 |
| Hex | C1 | 84 | 37 | 0 | 20 | 48 | 18 | 21 | 38 | 31 |
| Octal | 301 | 204 | 67 | 0 | 40 | 110 | 30 | 41 | 70 | 61 |
| Binary | 11000001 | 10000100 | 110111 | 0 | 100000 | 1001000 | 11000 | 100001 | 111000 | 110001 |
Color Harmonies of #C18437
Complementary color
Monochromatic Colors of #C18437
Black with #C18437
Text Example
Text Example
White with #C18437
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C18437; }
p { color: rgb(193,132,55); }
H1.HeaderClassName
{
color: #C18437;
}
.AnyTagClassName
{
color: #C18437;
}
</style>
background-color css
<style>
a { background-color: #C18437; }
a { background-color: rgb(193,132,55); }
div.DivClassName
{
background-color: #C18437;
}
.BgClassName
{
background-color: #C18437;
}
</style>
border-color css
<style>
span { border-color: #C18437; }
span { border-color: rgb(193,132,55); }
td.TdClassName
{
border-color: #C18437;
}
.TagClassName
{
border-color: #C18437;
}
</style>