Shades of Geebung #C28628
Tints of Geebung #C28628
RGB
CMYK
RGB Variations
Color information
#C28628 (or 0xC28628) is known color: Geebung. HEX triplet: C2, 86 and 28. RGB value is (194,134,40). Sum of RGB (Red+Green+Blue) = 194+134+40=368 (48% of max value = 765). Red value is 194 (76.17% from 255 or 52.72% from 368); Green value is 134 (52.73% from 255 or 36.41% from 368); Blue value is 40 (16.02% from 255 or 10.87% from 368); Max value from RGB is 194 - color contains mainly: red. Hex color #C28628 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C28628 is #3D79D7. Grayscale: #8D8D8D. Windows color (decimal): -4028888 or 2655938. OLE color: 2655938.
HSL color Cylindrical-coordinate representation of color #C28628: hue angle of 36.62º degrees, saturation: 0.66, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #C28628 is Cyan = 0, Magento = 0.31, Yellow = 0.79 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 134 | 40 | - |
| CMYK | 0 | 0.31 | 0.79 | 0.24 |
| HSL | 36.62º | 0.66% | 0.46% | - |
| HSV(B) | 36.62º | 0.79% | 0.76% | - |
| XYZ | 31.16 | 28.67 | 5.9 | - |
| YUV | 141.22 | 70.88 | 165.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 134 | 40 | 0 | 0.31 | 0.79 | 0.24 | 36.62 | 0.66 | 0.46 |
| Hex | C2 | 86 | 28 | 0 | 1F | 4F | 18 | 25 | 42 | 2E |
| Octal | 302 | 206 | 50 | 0 | 37 | 117 | 30 | 45 | 102 | 56 |
| Binary | 11000010 | 10000110 | 101000 | 0 | 11111 | 1001111 | 11000 | 100101 | 1000010 | 101110 |
Color Harmonies of #C28628
Complementary color
Monochromatic Colors of #C28628
Black with #C28628
Text Example
Text Example
White with #C28628
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C28628; }
p { color: rgb(194,134,40); }
H1.HeaderClassName
{
color: #C28628;
}
.AnyTagClassName
{
color: #C28628;
}
</style>
background-color css
<style>
a { background-color: #C28628; }
a { background-color: rgb(194,134,40); }
div.DivClassName
{
background-color: #C28628;
}
.BgClassName
{
background-color: #C28628;
}
</style>
border-color css
<style>
span { border-color: #C28628; }
span { border-color: rgb(194,134,40); }
td.TdClassName
{
border-color: #C28628;
}
.TagClassName
{
border-color: #C28628;
}
</style>