Shades of Geebung #C28520
Tints of Geebung #C28520
RGB
CMYK
RGB Variations
Color information
#C28520 (or 0xC28520) is known color: Geebung. HEX triplet: C2, 85 and 20. RGB value is (194,133,32). Sum of RGB (Red+Green+Blue) = 194+133+32=359 (47% of max value = 765). Red value is 194 (76.17% from 255 or 54.04% from 359); Green value is 133 (52.34% from 255 or 37.05% from 359); Blue value is 32 (12.89% from 255 or 8.91% from 359); Max value from RGB is 194 - color contains mainly: red. Hex color #C28520 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C28520 is #3D7ADF. Grayscale: #8C8C8C. Windows color (decimal): -4029152 or 2131394. OLE color: 2131394.
HSL color Cylindrical-coordinate representation of color #C28520: hue angle of 37.41º 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 #C28520 is Cyan = 0, Magento = 0.31, Yellow = 0.84 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 133 | 32 | - |
| CMYK | 0 | 0.31 | 0.84 | 0.24 |
| HSL | 37.41º | 0.72% | 0.44% | - |
| HSV(B) | 37.41º | 0.84% | 0.76% | - |
| XYZ | 30.9 | 28.35 | 5.21 | - |
| YUV | 139.73 | 67.21 | 166.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 133 | 32 | 0 | 0.31 | 0.84 | 0.24 | 37.41 | 0.72 | 0.44 |
| Hex | C2 | 85 | 20 | 0 | 1F | 54 | 18 | 25 | 48 | 2C |
| Octal | 302 | 205 | 40 | 0 | 37 | 124 | 30 | 45 | 110 | 54 |
| Binary | 11000010 | 10000101 | 100000 | 0 | 11111 | 1010100 | 11000 | 100101 | 1001000 | 101100 |
Color Harmonies of #C28520
Complementary color
Monochromatic Colors of #C28520
Black with #C28520
Text Example
Text Example
White with #C28520
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C28520; }
p { color: rgb(194,133,32); }
H1.HeaderClassName
{
color: #C28520;
}
.AnyTagClassName
{
color: #C28520;
}
</style>
background-color css
<style>
a { background-color: #C28520; }
a { background-color: rgb(194,133,32); }
div.DivClassName
{
background-color: #C28520;
}
.BgClassName
{
background-color: #C28520;
}
</style>
border-color css
<style>
span { border-color: #C28520; }
span { border-color: rgb(194,133,32); }
td.TdClassName
{
border-color: #C28520;
}
.TagClassName
{
border-color: #C28520;
}
</style>