Shades of Geebung #C18632
Tints of Geebung #C18632
RGB
CMYK
RGB Variations
Color information
#C18632 (or 0xC18632) is known color: Geebung. HEX triplet: C1, 86 and 32. RGB value is (193,134,50). Sum of RGB (Red+Green+Blue) = 193+134+50=377 (49% of max value = 765). Red value is 193 (75.78% from 255 or 51.19% from 377); Green value is 134 (52.73% from 255 or 35.54% from 377); Blue value is 50 (19.92% from 255 or 13.26% from 377); Max value from RGB is 193 - color contains mainly: red. Hex color #C18632 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C18632 is #3E79CD. Grayscale: #8E8E8E. Windows color (decimal): -4094414 or 3311297. OLE color: 3311297.
HSL color Cylindrical-coordinate representation of color #C18632: hue angle of 35.24º degrees, saturation: 0.59, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #C18632 is Cyan = 0, Magento = 0.31, Yellow = 0.74 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 134 | 50 | - |
| CMYK | 0 | 0.31 | 0.74 | 0.24 |
| HSL | 35.24º | 0.59% | 0.48% | - |
| HSV(B) | 35.24º | 0.74% | 0.76% | - |
| XYZ | 31.09 | 28.62 | 6.9 | - |
| YUV | 142.07 | 76.05 | 164.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 134 | 50 | 0 | 0.31 | 0.74 | 0.24 | 35.24 | 0.59 | 0.48 |
| Hex | C1 | 86 | 32 | 0 | 1F | 4A | 18 | 23 | 3B | 30 |
| Octal | 301 | 206 | 62 | 0 | 37 | 112 | 30 | 43 | 73 | 60 |
| Binary | 11000001 | 10000110 | 110010 | 0 | 11111 | 1001010 | 11000 | 100011 | 111011 | 110000 |
Color Harmonies of #C18632
Complementary color
Monochromatic Colors of #C18632
Black with #C18632
Text Example
Text Example
White with #C18632
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C18632; }
p { color: rgb(193,134,50); }
H1.HeaderClassName
{
color: #C18632;
}
.AnyTagClassName
{
color: #C18632;
}
</style>
background-color css
<style>
a { background-color: #C18632; }
a { background-color: rgb(193,134,50); }
div.DivClassName
{
background-color: #C18632;
}
.BgClassName
{
background-color: #C18632;
}
</style>
border-color css
<style>
span { border-color: #C18632; }
span { border-color: rgb(193,134,50); }
td.TdClassName
{
border-color: #C18632;
}
.TagClassName
{
border-color: #C18632;
}
</style>