Shades of Geebung #C28620
Tints of Geebung #C28620
RGB
CMYK
RGB Variations
Color information
#C28620 (or 0xC28620) is known color: Geebung. HEX triplet: C2, 86 and 20. RGB value is (194,134,32). Sum of RGB (Red+Green+Blue) = 194+134+32=360 (47% of max value = 765). Red value is 194 (76.17% from 255 or 53.89% from 360); Green value is 134 (52.73% from 255 or 37.22% from 360); Blue value is 32 (12.89% from 255 or 8.89% from 360); Max value from RGB is 194 - color contains mainly: red. Hex color #C28620 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C28620 is #3D79DF. Grayscale: #8C8C8C. Windows color (decimal): -4028896 or 2131650. OLE color: 2131650.
HSL color Cylindrical-coordinate representation of color #C28620: hue angle of 37.78º degrees, saturation: 0.72, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #C28620 is Cyan = 0, Magento = 0.31, Yellow = 0.84 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 134 | 32 | - |
| CMYK | 0 | 0.31 | 0.84 | 0.24 |
| HSL | 37.78º | 0.72% | 0.44% | - |
| HSV(B) | 37.78º | 0.84% | 0.76% | - |
| XYZ | 31.03 | 28.62 | 5.26 | - |
| YUV | 140.31 | 66.88 | 166.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 134 | 32 | 0 | 0.31 | 0.84 | 0.24 | 37.78 | 0.72 | 0.44 |
| Hex | C2 | 86 | 20 | 0 | 1F | 54 | 18 | 26 | 48 | 2C |
| Octal | 302 | 206 | 40 | 0 | 37 | 124 | 30 | 46 | 110 | 54 |
| Binary | 11000010 | 10000110 | 100000 | 0 | 11111 | 1010100 | 11000 | 100110 | 1001000 | 101100 |
Color Harmonies of #C28620
Complementary color
Monochromatic Colors of #C28620
Black with #C28620
Text Example
Text Example
White with #C28620
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C28620; }
p { color: rgb(194,134,32); }
H1.HeaderClassName
{
color: #C28620;
}
.AnyTagClassName
{
color: #C28620;
}
</style>
background-color css
<style>
a { background-color: #C28620; }
a { background-color: rgb(194,134,32); }
div.DivClassName
{
background-color: #C28620;
}
.BgClassName
{
background-color: #C28620;
}
</style>
border-color css
<style>
span { border-color: #C28620; }
span { border-color: rgb(194,134,32); }
td.TdClassName
{
border-color: #C28620;
}
.TagClassName
{
border-color: #C28620;
}
</style>