Shades of Geebung #C28027
Tints of Geebung #C28027
RGB
CMYK
RGB Variations
Color information
#C28027 (or 0xC28027) is known color: Geebung. HEX triplet: C2, 80 and 27. RGB value is (194,128,39). Sum of RGB (Red+Green+Blue) = 194+128+39=361 (47% of max value = 765). Red value is 194 (76.17% from 255 or 53.74% from 361); Green value is 128 (50.39% from 255 or 35.46% from 361); Blue value is 39 (15.62% from 255 or 10.80% from 361); Max value from RGB is 194 - color contains mainly: red. Hex color #C28027 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C28027 is #3D7FD8. Grayscale: #8A8A8A. Windows color (decimal): -4030425 or 2588866. OLE color: 2588866.
HSL color Cylindrical-coordinate representation of color #C28027: hue angle of 34.45º 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 #C28027 is Cyan = 0, Magento = 0.34, Yellow = 0.80 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 128 | 39 | - |
| CMYK | 0 | 0.34 | 0.80 | 0.24 |
| HSL | 34.45º | 0.67% | 0.46% | - |
| HSV(B) | 34.45º | 0.8% | 0.76% | - |
| XYZ | 30.33 | 27.05 | 5.54 | - |
| YUV | 137.59 | 72.37 | 168.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 128 | 39 | 0 | 0.34 | 0.80 | 0.24 | 34.45 | 0.67 | 0.46 |
| Hex | C2 | 80 | 27 | 0 | 22 | 50 | 18 | 22 | 43 | 2E |
| Octal | 302 | 200 | 47 | 0 | 42 | 120 | 30 | 42 | 103 | 56 |
| Binary | 11000010 | 10000000 | 100111 | 0 | 100010 | 1010000 | 11000 | 100010 | 1000011 | 101110 |
Color Harmonies of #C28027
Complementary color
Monochromatic Colors of #C28027
Black with #C28027
Text Example
Text Example
White with #C28027
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C28027; }
p { color: rgb(194,128,39); }
H1.HeaderClassName
{
color: #C28027;
}
.AnyTagClassName
{
color: #C28027;
}
</style>
background-color css
<style>
a { background-color: #C28027; }
a { background-color: rgb(194,128,39); }
div.DivClassName
{
background-color: #C28027;
}
.BgClassName
{
background-color: #C28027;
}
</style>
border-color css
<style>
span { border-color: #C28027; }
span { border-color: rgb(194,128,39); }
td.TdClassName
{
border-color: #C28027;
}
.TagClassName
{
border-color: #C28027;
}
</style>