Shades of Geebung #C18427
Tints of Geebung #C18427
RGB
CMYK
RGB Variations
Color information
#C18427 (or 0xC18427) is known color: Geebung. HEX triplet: C1, 84 and 27. RGB value is (193,132,39). Sum of RGB (Red+Green+Blue) = 193+132+39=364 (48% of max value = 765). Red value is 193 (75.78% from 255 or 53.02% from 364); Green value is 132 (51.95% from 255 or 36.26% from 364); Blue value is 39 (15.62% from 255 or 10.71% from 364); Max value from RGB is 193 - color contains mainly: red. Hex color #C18427 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C18427 is #3E7BD8. Grayscale: #8C8C8C. Windows color (decimal): -4094937 or 2589889. OLE color: 2589889.
HSL color Cylindrical-coordinate representation of color #C18427: hue angle of 36.23º degrees, saturation: 0.66, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #C18427 is Cyan = 0, Magento = 0.32, Yellow = 0.80 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 132 | 39 | - |
| CMYK | 0 | 0.32 | 0.80 | 0.24 |
| HSL | 36.23º | 0.66% | 0.45% | - |
| HSV(B) | 36.23º | 0.8% | 0.76% | - |
| XYZ | 30.61 | 27.99 | 5.71 | - |
| YUV | 139.64 | 71.21 | 166.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 132 | 39 | 0 | 0.32 | 0.80 | 0.24 | 36.23 | 0.66 | 0.45 |
| Hex | C1 | 84 | 27 | 0 | 20 | 50 | 18 | 24 | 42 | 2D |
| Octal | 301 | 204 | 47 | 0 | 40 | 120 | 30 | 44 | 102 | 55 |
| Binary | 11000001 | 10000100 | 100111 | 0 | 100000 | 1010000 | 11000 | 100100 | 1000010 | 101101 |
Color Harmonies of #C18427
Complementary color
Monochromatic Colors of #C18427
Black with #C18427
Text Example
Text Example
White with #C18427
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C18427; }
p { color: rgb(193,132,39); }
H1.HeaderClassName
{
color: #C18427;
}
.AnyTagClassName
{
color: #C18427;
}
</style>
background-color css
<style>
a { background-color: #C18427; }
a { background-color: rgb(193,132,39); }
div.DivClassName
{
background-color: #C18427;
}
.BgClassName
{
background-color: #C18427;
}
</style>
border-color css
<style>
span { border-color: #C18427; }
span { border-color: rgb(193,132,39); }
td.TdClassName
{
border-color: #C18427;
}
.TagClassName
{
border-color: #C18427;
}
</style>