Shades of Geebung #C28220
Tints of Geebung #C28220
RGB
CMYK
RGB Variations
Color information
#C28220 (or 0xC28220) is known color: Geebung. HEX triplet: C2, 82 and 20. RGB value is (194,130,32). Sum of RGB (Red+Green+Blue) = 194+130+32=356 (47% of max value = 765). Red value is 194 (76.17% from 255 or 54.49% from 356); Green value is 130 (51.17% from 255 or 36.52% from 356); Blue value is 32 (12.89% from 255 or 8.99% from 356); Max value from RGB is 194 - color contains mainly: red. Hex color #C28220 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C28220 is #3D7DDF. Grayscale: #8A8A8A. Windows color (decimal): -4029920 or 2130626. OLE color: 2130626.
HSL color Cylindrical-coordinate representation of color #C28220: hue angle of 36.3º 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 #C28220 is Cyan = 0, Magento = 0.33, Yellow = 0.84 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 130 | 32 | - |
| CMYK | 0 | 0.33 | 0.84 | 0.24 |
| HSL | 36.3º | 0.72% | 0.44% | - |
| HSV(B) | 36.3º | 0.84% | 0.76% | - |
| XYZ | 30.49 | 27.54 | 5.07 | - |
| YUV | 137.96 | 68.2 | 167.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 130 | 32 | 0 | 0.33 | 0.84 | 0.24 | 36.3 | 0.72 | 0.44 |
| Hex | C2 | 82 | 20 | 0 | 21 | 54 | 18 | 24 | 48 | 2C |
| Octal | 302 | 202 | 40 | 0 | 41 | 124 | 30 | 44 | 110 | 54 |
| Binary | 11000010 | 10000010 | 100000 | 0 | 100001 | 1010100 | 11000 | 100100 | 1001000 | 101100 |
Color Harmonies of #C28220
Complementary color
Monochromatic Colors of #C28220
Black with #C28220
Text Example
Text Example
White with #C28220
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C28220; }
p { color: rgb(194,130,32); }
H1.HeaderClassName
{
color: #C28220;
}
.AnyTagClassName
{
color: #C28220;
}
</style>
background-color css
<style>
a { background-color: #C28220; }
a { background-color: rgb(194,130,32); }
div.DivClassName
{
background-color: #C28220;
}
.BgClassName
{
background-color: #C28220;
}
</style>
border-color css
<style>
span { border-color: #C28220; }
span { border-color: rgb(194,130,32); }
td.TdClassName
{
border-color: #C28220;
}
.TagClassName
{
border-color: #C28220;
}
</style>