Shades of Geebung #C28627
Tints of Geebung #C28627
RGB
CMYK
RGB Variations
Color information
#C28627 (or 0xC28627) is known color: Geebung. HEX triplet: C2, 86 and 27. RGB value is (194,134,39). Sum of RGB (Red+Green+Blue) = 194+134+39=367 (48% of max value = 765). Red value is 194 (76.17% from 255 or 52.86% from 367); Green value is 134 (52.73% from 255 or 36.51% from 367); Blue value is 39 (15.62% from 255 or 10.63% from 367); Max value from RGB is 194 - color contains mainly: red. Hex color #C28627 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C28627 is #3D79D8. Grayscale: #8D8D8D. Windows color (decimal): -4028889 or 2590402. OLE color: 2590402.
HSL color Cylindrical-coordinate representation of color #C28627: hue angle of 36.77º degrees, saturation: 0.67, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #C28627 is Cyan = 0, Magento = 0.31, Yellow = 0.80 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 134 | 39 | - |
| CMYK | 0 | 0.31 | 0.80 | 0.24 |
| HSL | 36.77º | 0.67% | 0.46% | - |
| HSV(B) | 36.77º | 0.8% | 0.76% | - |
| XYZ | 31.14 | 28.67 | 5.81 | - |
| YUV | 141.11 | 70.38 | 165.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 134 | 39 | 0 | 0.31 | 0.80 | 0.24 | 36.77 | 0.67 | 0.46 |
| Hex | C2 | 86 | 27 | 0 | 1F | 50 | 18 | 25 | 43 | 2E |
| Octal | 302 | 206 | 47 | 0 | 37 | 120 | 30 | 45 | 103 | 56 |
| Binary | 11000010 | 10000110 | 100111 | 0 | 11111 | 1010000 | 11000 | 100101 | 1000011 | 101110 |
Color Harmonies of #C28627
Complementary color
Monochromatic Colors of #C28627
Black with #C28627
Text Example
Text Example
White with #C28627
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C28627; }
p { color: rgb(194,134,39); }
H1.HeaderClassName
{
color: #C28627;
}
.AnyTagClassName
{
color: #C28627;
}
</style>
background-color css
<style>
a { background-color: #C28627; }
a { background-color: rgb(194,134,39); }
div.DivClassName
{
background-color: #C28627;
}
.BgClassName
{
background-color: #C28627;
}
</style>
border-color css
<style>
span { border-color: #C28627; }
span { border-color: rgb(194,134,39); }
td.TdClassName
{
border-color: #C28627;
}
.TagClassName
{
border-color: #C28627;
}
</style>