Shades of Geebung #C18435
Tints of Geebung #C18435
RGB
CMYK
RGB Variations
Color information
#C18435 (or 0xC18435) is known color: Geebung. HEX triplet: C1, 84 and 35. RGB value is (193,132,53). Sum of RGB (Red+Green+Blue) = 193+132+53=378 (50% of max value = 765). Red value is 193 (75.78% from 255 or 51.06% from 378); Green value is 132 (51.95% from 255 or 34.92% from 378); Blue value is 53 (21.09% from 255 or 14.02% from 378); Max value from RGB is 193 - color contains mainly: red. Hex color #C18435 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C18435 is #3E7BCA. Grayscale: #8D8D8D. Windows color (decimal): -4094923 or 3507393. OLE color: 3507393.
HSL color Cylindrical-coordinate representation of color #C18435: hue angle of 33.86º degrees, saturation: 0.57, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #C18435 is Cyan = 0, Magento = 0.32, Yellow = 0.73 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 132 | 53 | - |
| CMYK | 0 | 0.32 | 0.73 | 0.24 |
| HSL | 33.86º | 0.57% | 0.48% | - |
| HSV(B) | 33.86º | 0.73% | 0.76% | - |
| XYZ | 30.89 | 28.1 | 7.16 | - |
| YUV | 141.23 | 78.21 | 164.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 132 | 53 | 0 | 0.32 | 0.73 | 0.24 | 33.86 | 0.57 | 0.48 |
| Hex | C1 | 84 | 35 | 0 | 20 | 49 | 18 | 22 | 39 | 30 |
| Octal | 301 | 204 | 65 | 0 | 40 | 111 | 30 | 42 | 71 | 60 |
| Binary | 11000001 | 10000100 | 110101 | 0 | 100000 | 1001001 | 11000 | 100010 | 111001 | 110000 |
Color Harmonies of #C18435
Complementary color
Monochromatic Colors of #C18435
Black with #C18435
Text Example
Text Example
White with #C18435
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C18435; }
p { color: rgb(193,132,53); }
H1.HeaderClassName
{
color: #C18435;
}
.AnyTagClassName
{
color: #C18435;
}
</style>
background-color css
<style>
a { background-color: #C18435; }
a { background-color: rgb(193,132,53); }
div.DivClassName
{
background-color: #C18435;
}
.BgClassName
{
background-color: #C18435;
}
</style>
border-color css
<style>
span { border-color: #C18435; }
span { border-color: rgb(193,132,53); }
td.TdClassName
{
border-color: #C18435;
}
.TagClassName
{
border-color: #C18435;
}
</style>