Shades of Geebung #C28728
Tints of Geebung #C28728
RGB
CMYK
RGB Variations
Color information
#C28728 (or 0xC28728) is known color: Geebung. HEX triplet: C2, 87 and 28. RGB value is (194,135,40). Sum of RGB (Red+Green+Blue) = 194+135+40=369 (48% of max value = 765). Red value is 194 (76.17% from 255 or 52.57% from 369); Green value is 135 (53.12% from 255 or 36.59% from 369); Blue value is 40 (16.02% from 255 or 10.84% from 369); Max value from RGB is 194 - color contains mainly: red. Hex color #C28728 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C28728 is #3D78D7. Grayscale: #8E8E8E. Windows color (decimal): -4028632 or 2656194. OLE color: 2656194.
HSL color Cylindrical-coordinate representation of color #C28728: hue angle of 37.01º 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 #C28728 is Cyan = 0, Magento = 0.30, Yellow = 0.79 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 135 | 40 | - |
| CMYK | 0 | 0.30 | 0.79 | 0.24 |
| HSL | 37.01º | 0.66% | 0.46% | - |
| HSV(B) | 37.01º | 0.79% | 0.76% | - |
| XYZ | 31.3 | 28.95 | 5.95 | - |
| YUV | 141.81 | 70.55 | 165.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 135 | 40 | 0 | 0.30 | 0.79 | 0.24 | 37.01 | 0.66 | 0.46 |
| Hex | C2 | 87 | 28 | 0 | 1E | 4F | 18 | 25 | 42 | 2E |
| Octal | 302 | 207 | 50 | 0 | 36 | 117 | 30 | 45 | 102 | 56 |
| Binary | 11000010 | 10000111 | 101000 | 0 | 11110 | 1001111 | 11000 | 100101 | 1000010 | 101110 |
Color Harmonies of #C28728
Complementary color
Monochromatic Colors of #C28728
Black with #C28728
Text Example
Text Example
White with #C28728
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C28728; }
p { color: rgb(194,135,40); }
H1.HeaderClassName
{
color: #C28728;
}
.AnyTagClassName
{
color: #C28728;
}
</style>
background-color css
<style>
a { background-color: #C28728; }
a { background-color: rgb(194,135,40); }
div.DivClassName
{
background-color: #C28728;
}
.BgClassName
{
background-color: #C28728;
}
</style>
border-color css
<style>
span { border-color: #C28728; }
span { border-color: rgb(194,135,40); }
td.TdClassName
{
border-color: #C28728;
}
.TagClassName
{
border-color: #C28728;
}
</style>