Shades of Geebung #C28028
Tints of Geebung #C28028
RGB
CMYK
RGB Variations
Color information
#C28028 (or 0xC28028) is known color: Geebung. HEX triplet: C2, 80 and 28. RGB value is (194,128,40). Sum of RGB (Red+Green+Blue) = 194+128+40=362 (47% of max value = 765). Red value is 194 (76.17% from 255 or 53.59% from 362); Green value is 128 (50.39% from 255 or 35.36% from 362); Blue value is 40 (16.02% from 255 or 11.05% from 362); Max value from RGB is 194 - color contains mainly: red. Hex color #C28028 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C28028 is #3D7FD7. Grayscale: #8A8A8A. Windows color (decimal): -4030424 or 2654402. OLE color: 2654402.
HSL color Cylindrical-coordinate representation of color #C28028: hue angle of 34.29º 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 #C28028 is Cyan = 0, Magento = 0.34, Yellow = 0.79 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 128 | 40 | - |
| CMYK | 0 | 0.34 | 0.79 | 0.24 |
| HSL | 34.29º | 0.66% | 0.46% | - |
| HSV(B) | 34.29º | 0.79% | 0.76% | - |
| XYZ | 30.35 | 27.06 | 5.63 | - |
| YUV | 137.7 | 72.87 | 168.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 128 | 40 | 0 | 0.34 | 0.79 | 0.24 | 34.29 | 0.66 | 0.46 |
| Hex | C2 | 80 | 28 | 0 | 22 | 4F | 18 | 22 | 42 | 2E |
| Octal | 302 | 200 | 50 | 0 | 42 | 117 | 30 | 42 | 102 | 56 |
| Binary | 11000010 | 10000000 | 101000 | 0 | 100010 | 1001111 | 11000 | 100010 | 1000010 | 101110 |
Color Harmonies of #C28028
Complementary color
Monochromatic Colors of #C28028
Black with #C28028
Text Example
Text Example
White with #C28028
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C28028; }
p { color: rgb(194,128,40); }
H1.HeaderClassName
{
color: #C28028;
}
.AnyTagClassName
{
color: #C28028;
}
</style>
background-color css
<style>
a { background-color: #C28028; }
a { background-color: rgb(194,128,40); }
div.DivClassName
{
background-color: #C28028;
}
.BgClassName
{
background-color: #C28028;
}
</style>
border-color css
<style>
span { border-color: #C28028; }
span { border-color: rgb(194,128,40); }
td.TdClassName
{
border-color: #C28028;
}
.TagClassName
{
border-color: #C28028;
}
</style>