Shades of Geebung #C28626
Tints of Geebung #C28626
RGB
CMYK
RGB Variations
Color information
#C28626 (or 0xC28626) is known color: Geebung. HEX triplet: C2, 86 and 26. RGB value is (194,134,38). Sum of RGB (Red+Green+Blue) = 194+134+38=366 (48% of max value = 765). Red value is 194 (76.17% from 255 or 53.01% from 366); Green value is 134 (52.73% from 255 or 36.61% from 366); Blue value is 38 (15.23% from 255 or 10.38% from 366); Max value from RGB is 194 - color contains mainly: red. Hex color #C28626 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C28626 is #3D79D9. Grayscale: #8D8D8D. Windows color (decimal): -4028890 or 2524866. OLE color: 2524866.
HSL color Cylindrical-coordinate representation of color #C28626: hue angle of 36.92º degrees, saturation: 0.67, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #C28626 is Cyan = 0, Magento = 0.31, Yellow = 0.80 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 134 | 38 | - |
| CMYK | 0 | 0.31 | 0.80 | 0.24 |
| HSL | 36.92º | 0.67% | 0.45% | - |
| HSV(B) | 36.92º | 0.8% | 0.76% | - |
| XYZ | 31.12 | 28.66 | 5.73 | - |
| YUV | 141 | 69.88 | 165.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 134 | 38 | 0 | 0.31 | 0.80 | 0.24 | 36.92 | 0.67 | 0.45 |
| Hex | C2 | 86 | 26 | 0 | 1F | 50 | 18 | 25 | 43 | 2D |
| Octal | 302 | 206 | 46 | 0 | 37 | 120 | 30 | 45 | 103 | 55 |
| Binary | 11000010 | 10000110 | 100110 | 0 | 11111 | 1010000 | 11000 | 100101 | 1000011 | 101101 |
Color Harmonies of #C28626
Complementary color
Monochromatic Colors of #C28626
Black with #C28626
Text Example
Text Example
White with #C28626
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C28626; }
p { color: rgb(194,134,38); }
H1.HeaderClassName
{
color: #C28626;
}
.AnyTagClassName
{
color: #C28626;
}
</style>
background-color css
<style>
a { background-color: #C28626; }
a { background-color: rgb(194,134,38); }
div.DivClassName
{
background-color: #C28626;
}
.BgClassName
{
background-color: #C28626;
}
</style>
border-color css
<style>
span { border-color: #C28626; }
span { border-color: rgb(194,134,38); }
td.TdClassName
{
border-color: #C28626;
}
.TagClassName
{
border-color: #C28626;
}
</style>