Shades of Geebung #C28320
Tints of Geebung #C28320
RGB
CMYK
RGB Variations
Color information
#C28320 (or 0xC28320) is known color: Geebung. HEX triplet: C2, 83 and 20. RGB value is (194,131,32). Sum of RGB (Red+Green+Blue) = 194+131+32=357 (47% of max value = 765). Red value is 194 (76.17% from 255 or 54.34% from 357); Green value is 131 (51.56% from 255 or 36.69% from 357); Blue value is 32 (12.89% from 255 or 8.96% from 357); Max value from RGB is 194 - color contains mainly: red. Hex color #C28320 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C28320 is #3D7CDF. Grayscale: #8B8B8B. Windows color (decimal): -4029664 or 2130882. OLE color: 2130882.
HSL color Cylindrical-coordinate representation of color #C28320: hue angle of 36.67º 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 #C28320 is Cyan = 0, Magento = 0.32, Yellow = 0.84 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 131 | 32 | - |
| CMYK | 0 | 0.32 | 0.84 | 0.24 |
| HSL | 36.67º | 0.72% | 0.44% | - |
| HSV(B) | 36.67º | 0.84% | 0.76% | - |
| XYZ | 30.63 | 27.81 | 5.12 | - |
| YUV | 138.55 | 67.87 | 167.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 131 | 32 | 0 | 0.32 | 0.84 | 0.24 | 36.67 | 0.72 | 0.44 |
| Hex | C2 | 83 | 20 | 0 | 20 | 54 | 18 | 25 | 48 | 2C |
| Octal | 302 | 203 | 40 | 0 | 40 | 124 | 30 | 45 | 110 | 54 |
| Binary | 11000010 | 10000011 | 100000 | 0 | 100000 | 1010100 | 11000 | 100101 | 1001000 | 101100 |
Color Harmonies of #C28320
Complementary color
Monochromatic Colors of #C28320
Black with #C28320
Text Example
Text Example
White with #C28320
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C28320; }
p { color: rgb(194,131,32); }
H1.HeaderClassName
{
color: #C28320;
}
.AnyTagClassName
{
color: #C28320;
}
</style>
background-color css
<style>
a { background-color: #C28320; }
a { background-color: rgb(194,131,32); }
div.DivClassName
{
background-color: #C28320;
}
.BgClassName
{
background-color: #C28320;
}
</style>
border-color css
<style>
span { border-color: #C28320; }
span { border-color: rgb(194,131,32); }
td.TdClassName
{
border-color: #C28320;
}
.TagClassName
{
border-color: #C28320;
}
</style>