Shades of Geebung #C28629
Tints of Geebung #C28629
RGB
CMYK
RGB Variations
Color information
#C28629 (or 0xC28629) is known color: Geebung. HEX triplet: C2, 86 and 29. RGB value is (194,134,41). Sum of RGB (Red+Green+Blue) = 194+134+41=369 (48% of max value = 765). Red value is 194 (76.17% from 255 or 52.57% from 369); Green value is 134 (52.73% from 255 or 36.31% from 369); Blue value is 41 (16.41% from 255 or 11.11% from 369); Max value from RGB is 194 - color contains mainly: red. Hex color #C28629 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C28629 is #3D79D6. Grayscale: #8D8D8D. Windows color (decimal): -4028887 or 2721474. OLE color: 2721474.
HSL color Cylindrical-coordinate representation of color #C28629: hue angle of 36.47º degrees, saturation: 0.65, 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 #C28629 is Cyan = 0, Magento = 0.31, Yellow = 0.79 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 134 | 41 | - |
| CMYK | 0 | 0.31 | 0.79 | 0.24 |
| HSL | 36.47º | 0.65% | 0.46% | - |
| HSV(B) | 36.47º | 0.79% | 0.76% | - |
| XYZ | 31.17 | 28.68 | 5.99 | - |
| YUV | 141.34 | 71.38 | 165.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 134 | 41 | 0 | 0.31 | 0.79 | 0.24 | 36.47 | 0.65 | 0.46 |
| Hex | C2 | 86 | 29 | 0 | 1F | 4F | 18 | 24 | 41 | 2E |
| Octal | 302 | 206 | 51 | 0 | 37 | 117 | 30 | 44 | 101 | 56 |
| Binary | 11000010 | 10000110 | 101001 | 0 | 11111 | 1001111 | 11000 | 100100 | 1000001 | 101110 |
Color Harmonies of #C28629
Complementary color
Monochromatic Colors of #C28629
Black with #C28629
Text Example
Text Example
White with #C28629
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C28629; }
p { color: rgb(194,134,41); }
H1.HeaderClassName
{
color: #C28629;
}
.AnyTagClassName
{
color: #C28629;
}
</style>
background-color css
<style>
a { background-color: #C28629; }
a { background-color: rgb(194,134,41); }
div.DivClassName
{
background-color: #C28629;
}
.BgClassName
{
background-color: #C28629;
}
</style>
border-color css
<style>
span { border-color: #C28629; }
span { border-color: rgb(194,134,41); }
td.TdClassName
{
border-color: #C28629;
}
.TagClassName
{
border-color: #C28629;
}
</style>