Shades of Geebung #C28932
Tints of Geebung #C28932
RGB
CMYK
RGB Variations
Color information
#C28932 (or 0xC28932) is known color: Geebung. HEX triplet: C2, 89 and 32. RGB value is (194,137,50). Sum of RGB (Red+Green+Blue) = 194+137+50=381 (50% of max value = 765). Red value is 194 (76.17% from 255 or 50.92% from 381); Green value is 137 (53.91% from 255 or 35.96% from 381); Blue value is 50 (19.92% from 255 or 13.12% from 381); Max value from RGB is 194 - color contains mainly: red. Hex color #C28932 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C28932 is #3D76CD. Grayscale: #909090. Windows color (decimal): -4028110 or 3312066. OLE color: 3312066.
HSL color Cylindrical-coordinate representation of color #C28932: hue angle of 36.25º degrees, saturation: 0.59, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #C28932 is Cyan = 0, Magento = 0.29, Yellow = 0.74 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 137 | 50 | - |
| CMYK | 0 | 0.29 | 0.74 | 0.24 |
| HSL | 36.25º | 0.59% | 0.48% | - |
| HSV(B) | 36.25º | 0.74% | 0.76% | - |
| XYZ | 31.77 | 29.59 | 7.05 | - |
| YUV | 144.13 | 74.88 | 163.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 137 | 50 | 0 | 0.29 | 0.74 | 0.24 | 36.25 | 0.59 | 0.48 |
| Hex | C2 | 89 | 32 | 0 | 1D | 4A | 18 | 24 | 3B | 30 |
| Octal | 302 | 211 | 62 | 0 | 35 | 112 | 30 | 44 | 73 | 60 |
| Binary | 11000010 | 10001001 | 110010 | 0 | 11101 | 1001010 | 11000 | 100100 | 111011 | 110000 |
Color Harmonies of #C28932
Complementary color
Monochromatic Colors of #C28932
Black with #C28932
Text Example
Text Example
White with #C28932
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C28932; }
p { color: rgb(194,137,50); }
H1.HeaderClassName
{
color: #C28932;
}
.AnyTagClassName
{
color: #C28932;
}
</style>
background-color css
<style>
a { background-color: #C28932; }
a { background-color: rgb(194,137,50); }
div.DivClassName
{
background-color: #C28932;
}
.BgClassName
{
background-color: #C28932;
}
</style>
border-color css
<style>
span { border-color: #C28932; }
span { border-color: rgb(194,137,50); }
td.TdClassName
{
border-color: #C28932;
}
.TagClassName
{
border-color: #C28932;
}
</style>