Shades of Geebung #C28134
Tints of Geebung #C28134
RGB
CMYK
RGB Variations
Color information
#C28134 (or 0xC28134) is known color: Geebung. HEX triplet: C2, 81 and 34. RGB value is (194,129,52). Sum of RGB (Red+Green+Blue) = 194+129+52=375 (49% of max value = 765). Red value is 194 (76.17% from 255 or 51.73% from 375); Green value is 129 (50.78% from 255 or 34.4% from 375); Blue value is 52 (20.70% from 255 or 13.87% from 375); Max value from RGB is 194 - color contains mainly: red. Hex color #C28134 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C28134 is #3D7ECB. Grayscale: #8C8C8C. Windows color (decimal): -4030156 or 3441090. OLE color: 3441090.
HSL color Cylindrical-coordinate representation of color #C28134: hue angle of 32.54º 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 #C28134 is Cyan = 0, Magento = 0.34, Yellow = 0.73 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 129 | 52 | - |
| CMYK | 0 | 0.34 | 0.73 | 0.24 |
| HSL | 32.54º | 0.58% | 0.48% | - |
| HSV(B) | 32.54º | 0.73% | 0.76% | - |
| XYZ | 30.72 | 27.42 | 6.92 | - |
| YUV | 139.66 | 78.53 | 166.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 129 | 52 | 0 | 0.34 | 0.73 | 0.24 | 32.54 | 0.58 | 0.48 |
| Hex | C2 | 81 | 34 | 0 | 22 | 49 | 18 | 21 | 3A | 30 |
| Octal | 302 | 201 | 64 | 0 | 42 | 111 | 30 | 41 | 72 | 60 |
| Binary | 11000010 | 10000001 | 110100 | 0 | 100010 | 1001001 | 11000 | 100001 | 111010 | 110000 |
Color Harmonies of #C28134
Complementary color
Monochromatic Colors of #C28134
Black with #C28134
Text Example
Text Example
White with #C28134
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C28134; }
p { color: rgb(194,129,52); }
H1.HeaderClassName
{
color: #C28134;
}
.AnyTagClassName
{
color: #C28134;
}
</style>
background-color css
<style>
a { background-color: #C28134; }
a { background-color: rgb(194,129,52); }
div.DivClassName
{
background-color: #C28134;
}
.BgClassName
{
background-color: #C28134;
}
</style>
border-color css
<style>
span { border-color: #C28134; }
span { border-color: rgb(194,129,52); }
td.TdClassName
{
border-color: #C28134;
}
.TagClassName
{
border-color: #C28134;
}
</style>