Shades of Geebung #C18534
Tints of Geebung #C18534
RGB
CMYK
RGB Variations
Color information
#C18534 (or 0xC18534) is known color: Geebung. HEX triplet: C1, 85 and 34. RGB value is (193,133,52). Sum of RGB (Red+Green+Blue) = 193+133+52=378 (50% of max value = 765). Red value is 193 (75.78% from 255 or 51.06% from 378); Green value is 133 (52.34% from 255 or 35.19% from 378); Blue value is 52 (20.70% from 255 or 13.76% from 378); Max value from RGB is 193 - color contains mainly: red. Hex color #C18534 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C18534 is #3E7ACB. Grayscale: #8E8E8E. Windows color (decimal): -4094668 or 3442113. OLE color: 3442113.
HSL color Cylindrical-coordinate representation of color #C18534: hue angle of 34.47º degrees, saturation: 0.58, 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 #C18534 is Cyan = 0, Magento = 0.31, Yellow = 0.73 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 133 | 52 | - |
| CMYK | 0 | 0.31 | 0.73 | 0.24 |
| HSL | 34.47º | 0.58% | 0.48% | - |
| HSV(B) | 34.47º | 0.73% | 0.76% | - |
| XYZ | 31 | 28.36 | 7.09 | - |
| YUV | 141.71 | 77.38 | 164.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 133 | 52 | 0 | 0.31 | 0.73 | 0.24 | 34.47 | 0.58 | 0.48 |
| Hex | C1 | 85 | 34 | 0 | 1F | 49 | 18 | 22 | 3A | 30 |
| Octal | 301 | 205 | 64 | 0 | 37 | 111 | 30 | 42 | 72 | 60 |
| Binary | 11000001 | 10000101 | 110100 | 0 | 11111 | 1001001 | 11000 | 100010 | 111010 | 110000 |
Color Harmonies of #C18534
Complementary color
Monochromatic Colors of #C18534
Black with #C18534
Text Example
Text Example
White with #C18534
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C18534; }
p { color: rgb(193,133,52); }
H1.HeaderClassName
{
color: #C18534;
}
.AnyTagClassName
{
color: #C18534;
}
</style>
background-color css
<style>
a { background-color: #C18534; }
a { background-color: rgb(193,133,52); }
div.DivClassName
{
background-color: #C18534;
}
.BgClassName
{
background-color: #C18534;
}
</style>
border-color css
<style>
span { border-color: #C18534; }
span { border-color: rgb(193,133,52); }
td.TdClassName
{
border-color: #C18534;
}
.TagClassName
{
border-color: #C18534;
}
</style>