Shades of Geebung #C18729
Tints of Geebung #C18729
RGB
CMYK
RGB Variations
Color information
#C18729 (or 0xC18729) is known color: Geebung. HEX triplet: C1, 87 and 29. RGB value is (193,135,41). Sum of RGB (Red+Green+Blue) = 193+135+41=369 (48% of max value = 765). Red value is 193 (75.78% from 255 or 52.30% from 369); Green value is 135 (53.12% from 255 or 36.59% from 369); Blue value is 41 (16.41% from 255 or 11.11% from 369); Max value from RGB is 193 - color contains mainly: red. Hex color #C18729 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C18729 is #3E78D6. Grayscale: #8E8E8E. Windows color (decimal): -4094167 or 2721729. OLE color: 2721729.
HSL color Cylindrical-coordinate representation of color #C18729: hue angle of 37.11º degrees, saturation: 0.65, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #C18729 is Cyan = 0, Magento = 0.30, Yellow = 0.79 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 135 | 41 | - |
| CMYK | 0 | 0.30 | 0.79 | 0.24 |
| HSL | 37.11º | 0.65% | 0.46% | - |
| HSV(B) | 37.11º | 0.79% | 0.76% | - |
| XYZ | 31.06 | 28.83 | 6.02 | - |
| YUV | 141.63 | 71.22 | 164.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 135 | 41 | 0 | 0.30 | 0.79 | 0.24 | 37.11 | 0.65 | 0.46 |
| Hex | C1 | 87 | 29 | 0 | 1E | 4F | 18 | 25 | 41 | 2E |
| Octal | 301 | 207 | 51 | 0 | 36 | 117 | 30 | 45 | 101 | 56 |
| Binary | 11000001 | 10000111 | 101001 | 0 | 11110 | 1001111 | 11000 | 100101 | 1000001 | 101110 |
Color Harmonies of #C18729
Complementary color
Monochromatic Colors of #C18729
Black with #C18729
Text Example
Text Example
White with #C18729
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C18729; }
p { color: rgb(193,135,41); }
H1.HeaderClassName
{
color: #C18729;
}
.AnyTagClassName
{
color: #C18729;
}
</style>
background-color css
<style>
a { background-color: #C18729; }
a { background-color: rgb(193,135,41); }
div.DivClassName
{
background-color: #C18729;
}
.BgClassName
{
background-color: #C18729;
}
</style>
border-color css
<style>
span { border-color: #C18729; }
span { border-color: rgb(193,135,41); }
td.TdClassName
{
border-color: #C18729;
}
.TagClassName
{
border-color: #C18729;
}
</style>