Shades of Geebung #C18122
Tints of Geebung #C18122
RGB
CMYK
RGB Variations
Color information
#C18122 (or 0xC18122) is known color: Geebung. HEX triplet: C1, 81 and 22. RGB value is (193,129,34). Sum of RGB (Red+Green+Blue) = 193+129+34=356 (47% of max value = 765). Red value is 193 (75.78% from 255 or 54.21% from 356); Green value is 129 (50.78% from 255 or 36.24% from 356); Blue value is 34 (13.67% from 255 or 9.55% from 356); Max value from RGB is 193 - color contains mainly: red. Hex color #C18122 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C18122 is #3E7EDD. Grayscale: #898989. Windows color (decimal): -4095710 or 2261441. OLE color: 2261441.
HSL color Cylindrical-coordinate representation of color #C18122: hue angle of 35.85º degrees, saturation: 0.7, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #C18122 is Cyan = 0, Magento = 0.33, Yellow = 0.82 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 129 | 34 | - |
| CMYK | 0 | 0.33 | 0.82 | 0.24 |
| HSL | 35.85º | 0.7% | 0.45% | - |
| HSV(B) | 35.85º | 0.82% | 0.76% | - |
| XYZ | 30.13 | 27.15 | 5.17 | - |
| YUV | 137.31 | 69.7 | 167.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 129 | 34 | 0 | 0.33 | 0.82 | 0.24 | 35.85 | 0.7 | 0.45 |
| Hex | C1 | 81 | 22 | 0 | 21 | 52 | 18 | 24 | 46 | 2D |
| Octal | 301 | 201 | 42 | 0 | 41 | 122 | 30 | 44 | 106 | 55 |
| Binary | 11000001 | 10000001 | 100010 | 0 | 100001 | 1010010 | 11000 | 100100 | 1000110 | 101101 |
Color Harmonies of #C18122
Complementary color
Monochromatic Colors of #C18122
Black with #C18122
Text Example
Text Example
White with #C18122
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C18122; }
p { color: rgb(193,129,34); }
H1.HeaderClassName
{
color: #C18122;
}
.AnyTagClassName
{
color: #C18122;
}
</style>
background-color css
<style>
a { background-color: #C18122; }
a { background-color: rgb(193,129,34); }
div.DivClassName
{
background-color: #C18122;
}
.BgClassName
{
background-color: #C18122;
}
</style>
border-color css
<style>
span { border-color: #C18122; }
span { border-color: rgb(193,129,34); }
td.TdClassName
{
border-color: #C18122;
}
.TagClassName
{
border-color: #C18122;
}
</style>