Shades of Geebung #C28535
Tints of Geebung #C28535
RGB
CMYK
RGB Variations
Color information
#C28535 (or 0xC28535) is known color: Geebung. HEX triplet: C2, 85 and 35. RGB value is (194,133,53). Sum of RGB (Red+Green+Blue) = 194+133+53=380 (50% of max value = 765). Red value is 194 (76.17% from 255 or 51.05% from 380); Green value is 133 (52.34% from 255 or 35% from 380); Blue value is 53 (21.09% from 255 or 13.95% from 380); Max value from RGB is 194 - color contains mainly: red. Hex color #C28535 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C28535 is #3D7ACA. Grayscale: #8E8E8E. Windows color (decimal): -4029131 or 3507650. OLE color: 3507650.
HSL color Cylindrical-coordinate representation of color #C28535: hue angle of 34.04º degrees, saturation: 0.57, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #C28535 is Cyan = 0, Magento = 0.31, Yellow = 0.73 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 133 | 53 | - |
| CMYK | 0 | 0.31 | 0.73 | 0.24 |
| HSL | 34.04º | 0.57% | 0.48% | - |
| HSV(B) | 34.04º | 0.73% | 0.76% | - |
| XYZ | 31.28 | 28.5 | 7.22 | - |
| YUV | 142.12 | 77.71 | 165 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 133 | 53 | 0 | 0.31 | 0.73 | 0.24 | 34.04 | 0.57 | 0.48 |
| Hex | C2 | 85 | 35 | 0 | 1F | 49 | 18 | 22 | 39 | 30 |
| Octal | 302 | 205 | 65 | 0 | 37 | 111 | 30 | 42 | 71 | 60 |
| Binary | 11000010 | 10000101 | 110101 | 0 | 11111 | 1001001 | 11000 | 100010 | 111001 | 110000 |
Color Harmonies of #C28535
Complementary color
Monochromatic Colors of #C28535
Black with #C28535
Text Example
Text Example
White with #C28535
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C28535; }
p { color: rgb(194,133,53); }
H1.HeaderClassName
{
color: #C28535;
}
.AnyTagClassName
{
color: #C28535;
}
</style>
background-color css
<style>
a { background-color: #C28535; }
a { background-color: rgb(194,133,53); }
div.DivClassName
{
background-color: #C28535;
}
.BgClassName
{
background-color: #C28535;
}
</style>
border-color css
<style>
span { border-color: #C28535; }
span { border-color: rgb(194,133,53); }
td.TdClassName
{
border-color: #C28535;
}
.TagClassName
{
border-color: #C28535;
}
</style>