Shades of Geebung #C18131
Tints of Geebung #C18131
RGB
CMYK
RGB Variations
Color information
#C18131 (or 0xC18131) is known color: Geebung. HEX triplet: C1, 81 and 31. RGB value is (193,129,49). Sum of RGB (Red+Green+Blue) = 193+129+49=371 (49% of max value = 765). Red value is 193 (75.78% from 255 or 52.02% from 371); Green value is 129 (50.78% from 255 or 34.77% from 371); Blue value is 49 (19.53% from 255 or 13.21% from 371); Max value from RGB is 193 - color contains mainly: red. Hex color #C18131 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C18131 is #3E7ECE. Grayscale: #8B8B8B. Windows color (decimal): -4095695 or 3244481. OLE color: 3244481.
HSL color Cylindrical-coordinate representation of color #C18131: hue angle of 33.33º degrees, saturation: 0.6, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #C18131 is Cyan = 0, Magento = 0.33, Yellow = 0.75 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 129 | 49 | - |
| CMYK | 0 | 0.33 | 0.75 | 0.24 |
| HSL | 33.33º | 0.6% | 0.47% | - |
| HSV(B) | 33.33º | 0.75% | 0.76% | - |
| XYZ | 30.4 | 27.26 | 6.57 | - |
| YUV | 139.02 | 77.2 | 166.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 129 | 49 | 0 | 0.33 | 0.75 | 0.24 | 33.33 | 0.6 | 0.47 |
| Hex | C1 | 81 | 31 | 0 | 21 | 4B | 18 | 21 | 3C | 2F |
| Octal | 301 | 201 | 61 | 0 | 41 | 113 | 30 | 41 | 74 | 57 |
| Binary | 11000001 | 10000001 | 110001 | 0 | 100001 | 1001011 | 11000 | 100001 | 111100 | 101111 |
Color Harmonies of #C18131
Complementary color
Monochromatic Colors of #C18131
Black with #C18131
Text Example
Text Example
White with #C18131
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C18131; }
p { color: rgb(193,129,49); }
H1.HeaderClassName
{
color: #C18131;
}
.AnyTagClassName
{
color: #C18131;
}
</style>
background-color css
<style>
a { background-color: #C18131; }
a { background-color: rgb(193,129,49); }
div.DivClassName
{
background-color: #C18131;
}
.BgClassName
{
background-color: #C18131;
}
</style>
border-color css
<style>
span { border-color: #C18131; }
span { border-color: rgb(193,129,49); }
td.TdClassName
{
border-color: #C18131;
}
.TagClassName
{
border-color: #C18131;
}
</style>