Shades of Geebung #C28536
Tints of Geebung #C28536
RGB
CMYK
RGB Variations
Color information
#C28536 (or 0xC28536) is known color: Geebung. HEX triplet: C2, 85 and 36. RGB value is (194,133,54). Sum of RGB (Red+Green+Blue) = 194+133+54=381 (50% of max value = 765). Red value is 194 (76.17% from 255 or 50.92% from 381); Green value is 133 (52.34% from 255 or 34.91% from 381); Blue value is 54 (21.48% from 255 or 14.17% from 381); Max value from RGB is 194 - color contains mainly: red. Hex color #C28536 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C28536 is #3D7AC9. Grayscale: #8E8E8E. Windows color (decimal): -4029130 or 3573186. OLE color: 3573186.
HSL color Cylindrical-coordinate representation of color #C28536: hue angle of 33.86º degrees, saturation: 0.56, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #C28536 is Cyan = 0, Magento = 0.31, Yellow = 0.72 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 133 | 54 | - |
| CMYK | 0 | 0.31 | 0.72 | 0.24 |
| HSL | 33.86º | 0.56% | 0.49% | - |
| HSV(B) | 33.86º | 0.72% | 0.76% | - |
| XYZ | 31.3 | 28.51 | 7.34 | - |
| YUV | 142.23 | 78.21 | 164.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 133 | 54 | 0 | 0.31 | 0.72 | 0.24 | 33.86 | 0.56 | 0.49 |
| Hex | C2 | 85 | 36 | 0 | 1F | 48 | 18 | 22 | 38 | 31 |
| Octal | 302 | 205 | 66 | 0 | 37 | 110 | 30 | 42 | 70 | 61 |
| Binary | 11000010 | 10000101 | 110110 | 0 | 11111 | 1001000 | 11000 | 100010 | 111000 | 110001 |
Color Harmonies of #C28536
Complementary color
Monochromatic Colors of #C28536
Black with #C28536
Text Example
Text Example
White with #C28536
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C28536; }
p { color: rgb(194,133,54); }
H1.HeaderClassName
{
color: #C28536;
}
.AnyTagClassName
{
color: #C28536;
}
</style>
background-color css
<style>
a { background-color: #C28536; }
a { background-color: rgb(194,133,54); }
div.DivClassName
{
background-color: #C28536;
}
.BgClassName
{
background-color: #C28536;
}
</style>
border-color css
<style>
span { border-color: #C28536; }
span { border-color: rgb(194,133,54); }
td.TdClassName
{
border-color: #C28536;
}
.TagClassName
{
border-color: #C28536;
}
</style>