Shades of Geebung #C18436
Tints of Geebung #C18436
RGB
CMYK
RGB Variations
Color information
#C18436 (or 0xC18436) is known color: Geebung. HEX triplet: C1, 84 and 36. RGB value is (193,132,54). Sum of RGB (Red+Green+Blue) = 193+132+54=379 (50% of max value = 765). Red value is 193 (75.78% from 255 or 50.92% from 379); Green value is 132 (51.95% from 255 or 34.83% from 379); Blue value is 54 (21.48% from 255 or 14.25% from 379); Max value from RGB is 193 - color contains mainly: red. Hex color #C18436 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C18436 is #3E7BC9. Grayscale: #8D8D8D. Windows color (decimal): -4094922 or 3572929. OLE color: 3572929.
HSL color Cylindrical-coordinate representation of color #C18436: hue angle of 33.67º degrees, saturation: 0.56, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #C18436 is Cyan = 0, Magento = 0.32, Yellow = 0.72 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 132 | 54 | - |
| CMYK | 0 | 0.32 | 0.72 | 0.24 |
| HSL | 33.67º | 0.56% | 0.48% | - |
| HSV(B) | 33.67º | 0.72% | 0.76% | - |
| XYZ | 30.91 | 28.11 | 7.29 | - |
| YUV | 141.35 | 78.71 | 164.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 132 | 54 | 0 | 0.32 | 0.72 | 0.24 | 33.67 | 0.56 | 0.48 |
| Hex | C1 | 84 | 36 | 0 | 20 | 48 | 18 | 22 | 38 | 30 |
| Octal | 301 | 204 | 66 | 0 | 40 | 110 | 30 | 42 | 70 | 60 |
| Binary | 11000001 | 10000100 | 110110 | 0 | 100000 | 1001000 | 11000 | 100010 | 111000 | 110000 |
Color Harmonies of #C18436
Complementary color
Monochromatic Colors of #C18436
Black with #C18436
Text Example
Text Example
White with #C18436
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C18436; }
p { color: rgb(193,132,54); }
H1.HeaderClassName
{
color: #C18436;
}
.AnyTagClassName
{
color: #C18436;
}
</style>
background-color css
<style>
a { background-color: #C18436; }
a { background-color: rgb(193,132,54); }
div.DivClassName
{
background-color: #C18436;
}
.BgClassName
{
background-color: #C18436;
}
</style>
border-color css
<style>
span { border-color: #C18436; }
span { border-color: rgb(193,132,54); }
td.TdClassName
{
border-color: #C18436;
}
.TagClassName
{
border-color: #C18436;
}
</style>