Shades of Geebung #C28631
Tints of Geebung #C28631
RGB
CMYK
RGB Variations
Color information
#C28631 (or 0xC28631) is known color: Geebung. HEX triplet: C2, 86 and 31. RGB value is (194,134,49). Sum of RGB (Red+Green+Blue) = 194+134+49=377 (49% of max value = 765). Red value is 194 (76.17% from 255 or 51.46% from 377); Green value is 134 (52.73% from 255 or 35.54% from 377); Blue value is 49 (19.53% from 255 or 13.00% from 377); Max value from RGB is 194 - color contains mainly: red. Hex color #C28631 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C28631 is #3D79CE. Grayscale: #8E8E8E. Windows color (decimal): -4028879 or 3245762. OLE color: 3245762.
HSL color Cylindrical-coordinate representation of color #C28631: hue angle of 35.17º degrees, saturation: 0.6, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #C28631 is Cyan = 0, Magento = 0.31, Yellow = 0.75 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 134 | 49 | - |
| CMYK | 0 | 0.31 | 0.75 | 0.24 |
| HSL | 35.17º | 0.6% | 0.48% | - |
| HSV(B) | 35.17º | 0.75% | 0.76% | - |
| XYZ | 31.33 | 28.74 | 6.8 | - |
| YUV | 142.25 | 75.38 | 164.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 134 | 49 | 0 | 0.31 | 0.75 | 0.24 | 35.17 | 0.6 | 0.48 |
| Hex | C2 | 86 | 31 | 0 | 1F | 4B | 18 | 23 | 3C | 30 |
| Octal | 302 | 206 | 61 | 0 | 37 | 113 | 30 | 43 | 74 | 60 |
| Binary | 11000010 | 10000110 | 110001 | 0 | 11111 | 1001011 | 11000 | 100011 | 111100 | 110000 |
Color Harmonies of #C28631
Complementary color
Monochromatic Colors of #C28631
Black with #C28631
Text Example
Text Example
White with #C28631
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C28631; }
p { color: rgb(194,134,49); }
H1.HeaderClassName
{
color: #C28631;
}
.AnyTagClassName
{
color: #C28631;
}
</style>
background-color css
<style>
a { background-color: #C28631; }
a { background-color: rgb(194,134,49); }
div.DivClassName
{
background-color: #C28631;
}
.BgClassName
{
background-color: #C28631;
}
</style>
border-color css
<style>
span { border-color: #C28631; }
span { border-color: rgb(194,134,49); }
td.TdClassName
{
border-color: #C28631;
}
.TagClassName
{
border-color: #C28631;
}
</style>