Shades of Geebung #C18520
Tints of Geebung #C18520
RGB
CMYK
RGB Variations
Color information
#C18520 (or 0xC18520) is known color: Geebung. HEX triplet: C1, 85 and 20. RGB value is (193,133,32). Sum of RGB (Red+Green+Blue) = 193+133+32=358 (47% of max value = 765). Red value is 193 (75.78% from 255 or 53.91% from 358); Green value is 133 (52.34% from 255 or 37.15% from 358); Blue value is 32 (12.89% from 255 or 8.94% from 358); Max value from RGB is 193 - color contains mainly: red. Hex color #C18520 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C18520 is #3E7ADF. Grayscale: #8B8B8B. Windows color (decimal): -4094688 or 2131393. OLE color: 2131393.
HSL color Cylindrical-coordinate representation of color #C18520: hue angle of 37.64º degrees, saturation: 0.72, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #C18520 is Cyan = 0, Magento = 0.31, Yellow = 0.83 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 133 | 32 | - |
| CMYK | 0 | 0.31 | 0.83 | 0.24 |
| HSL | 37.64º | 0.72% | 0.44% | - |
| HSV(B) | 37.64º | 0.83% | 0.76% | - |
| XYZ | 30.64 | 28.22 | 5.2 | - |
| YUV | 139.43 | 67.38 | 166.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 133 | 32 | 0 | 0.31 | 0.83 | 0.24 | 37.64 | 0.72 | 0.44 |
| Hex | C1 | 85 | 20 | 0 | 1F | 53 | 18 | 26 | 48 | 2C |
| Octal | 301 | 205 | 40 | 0 | 37 | 123 | 30 | 46 | 110 | 54 |
| Binary | 11000001 | 10000101 | 100000 | 0 | 11111 | 1010011 | 11000 | 100110 | 1001000 | 101100 |
Color Harmonies of #C18520
Complementary color
Monochromatic Colors of #C18520
Black with #C18520
Text Example
Text Example
White with #C18520
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C18520; }
p { color: rgb(193,133,32); }
H1.HeaderClassName
{
color: #C18520;
}
.AnyTagClassName
{
color: #C18520;
}
</style>
background-color css
<style>
a { background-color: #C18520; }
a { background-color: rgb(193,133,32); }
div.DivClassName
{
background-color: #C18520;
}
.BgClassName
{
background-color: #C18520;
}
</style>
border-color css
<style>
span { border-color: #C18520; }
span { border-color: rgb(193,133,32); }
td.TdClassName
{
border-color: #C18520;
}
.TagClassName
{
border-color: #C18520;
}
</style>