Shades of Geebung #C28235
Tints of Geebung #C28235
RGB
CMYK
RGB Variations
Color information
#C28235 (or 0xC28235) is known color: Geebung. HEX triplet: C2, 82 and 35. RGB value is (194,130,53). Sum of RGB (Red+Green+Blue) = 194+130+53=377 (49% of max value = 765). Red value is 194 (76.17% from 255 or 51.46% from 377); Green value is 130 (51.17% from 255 or 34.48% from 377); Blue value is 53 (21.09% from 255 or 14.06% from 377); Max value from RGB is 194 - color contains mainly: red. Hex color #C28235 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C28235 is #3D7DCA. Grayscale: #8C8C8C. Windows color (decimal): -4029899 or 3506882. OLE color: 3506882.
HSL color Cylindrical-coordinate representation of color #C28235: hue angle of 32.77º 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 #C28235 is Cyan = 0, Magento = 0.33, Yellow = 0.73 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 130 | 53 | - |
| CMYK | 0 | 0.33 | 0.73 | 0.24 |
| HSL | 32.77º | 0.57% | 0.48% | - |
| HSV(B) | 32.77º | 0.73% | 0.76% | - |
| XYZ | 30.87 | 27.69 | 7.09 | - |
| YUV | 140.36 | 78.7 | 166.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 130 | 53 | 0 | 0.33 | 0.73 | 0.24 | 32.77 | 0.57 | 0.48 |
| Hex | C2 | 82 | 35 | 0 | 21 | 49 | 18 | 21 | 39 | 30 |
| Octal | 302 | 202 | 65 | 0 | 41 | 111 | 30 | 41 | 71 | 60 |
| Binary | 11000010 | 10000010 | 110101 | 0 | 100001 | 1001001 | 11000 | 100001 | 111001 | 110000 |
Color Harmonies of #C28235
Complementary color
Monochromatic Colors of #C28235
Black with #C28235
Text Example
Text Example
White with #C28235
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C28235; }
p { color: rgb(194,130,53); }
H1.HeaderClassName
{
color: #C28235;
}
.AnyTagClassName
{
color: #C28235;
}
</style>
background-color css
<style>
a { background-color: #C28235; }
a { background-color: rgb(194,130,53); }
div.DivClassName
{
background-color: #C28235;
}
.BgClassName
{
background-color: #C28235;
}
</style>
border-color css
<style>
span { border-color: #C28235; }
span { border-color: rgb(194,130,53); }
td.TdClassName
{
border-color: #C28235;
}
.TagClassName
{
border-color: #C28235;
}
</style>