Shades of Geebung #C28621
Tints of Geebung #C28621
RGB
CMYK
RGB Variations
Color information
#C28621 (or 0xC28621) is known color: Geebung. HEX triplet: C2, 86 and 21. RGB value is (194,134,33). Sum of RGB (Red+Green+Blue) = 194+134+33=361 (47% of max value = 765). Red value is 194 (76.17% from 255 or 53.74% from 361); Green value is 134 (52.73% from 255 or 37.12% from 361); Blue value is 33 (13.28% from 255 or 9.14% from 361); Max value from RGB is 194 - color contains mainly: red. Hex color #C28621 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C28621 is #3D79DE. Grayscale: #8C8C8C. Windows color (decimal): -4028895 or 2197186. OLE color: 2197186.
HSL color Cylindrical-coordinate representation of color #C28621: hue angle of 37.64º degrees, saturation: 0.71, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #C28621 is Cyan = 0, Magento = 0.31, Yellow = 0.83 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 134 | 33 | - |
| CMYK | 0 | 0.31 | 0.83 | 0.24 |
| HSL | 37.64º | 0.71% | 0.45% | - |
| HSV(B) | 37.64º | 0.83% | 0.76% | - |
| XYZ | 31.05 | 28.63 | 5.33 | - |
| YUV | 140.43 | 67.38 | 166.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 134 | 33 | 0 | 0.31 | 0.83 | 0.24 | 37.64 | 0.71 | 0.45 |
| Hex | C2 | 86 | 21 | 0 | 1F | 53 | 18 | 26 | 47 | 2D |
| Octal | 302 | 206 | 41 | 0 | 37 | 123 | 30 | 46 | 107 | 55 |
| Binary | 11000010 | 10000110 | 100001 | 0 | 11111 | 1010011 | 11000 | 100110 | 1000111 | 101101 |
Color Harmonies of #C28621
Complementary color
Monochromatic Colors of #C28621
Black with #C28621
Text Example
Text Example
White with #C28621
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C28621; }
p { color: rgb(194,134,33); }
H1.HeaderClassName
{
color: #C28621;
}
.AnyTagClassName
{
color: #C28621;
}
</style>
background-color css
<style>
a { background-color: #C28621; }
a { background-color: rgb(194,134,33); }
div.DivClassName
{
background-color: #C28621;
}
.BgClassName
{
background-color: #C28621;
}
</style>
border-color css
<style>
span { border-color: #C28621; }
span { border-color: rgb(194,134,33); }
td.TdClassName
{
border-color: #C28621;
}
.TagClassName
{
border-color: #C28621;
}
</style>