Shades of Geebung #C28632
Tints of Geebung #C28632
RGB
CMYK
RGB Variations
Color information
#C28632 (or 0xC28632) is known color: Geebung. HEX triplet: C2, 86 and 32. RGB value is (194,134,50). Sum of RGB (Red+Green+Blue) = 194+134+50=378 (50% of max value = 765). Red value is 194 (76.17% from 255 or 51.32% from 378); Green value is 134 (52.73% from 255 or 35.45% from 378); Blue value is 50 (19.92% from 255 or 13.23% from 378); Max value from RGB is 194 - color contains mainly: red. Hex color #C28632 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C28632 is #3D79CD. Grayscale: #8E8E8E. Windows color (decimal): -4028878 or 3311298. OLE color: 3311298.
HSL color Cylindrical-coordinate representation of color #C28632: hue angle of 35º degrees, saturation: 0.59, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #C28632 is Cyan = 0, Magento = 0.31, Yellow = 0.74 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 134 | 50 | - |
| CMYK | 0 | 0.31 | 0.74 | 0.24 |
| HSL | 35º | 0.59% | 0.48% | - |
| HSV(B) | 35º | 0.74% | 0.76% | - |
| XYZ | 31.35 | 28.75 | 6.91 | - |
| YUV | 142.36 | 75.88 | 164.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 134 | 50 | 0 | 0.31 | 0.74 | 0.24 | 35 | 0.59 | 0.48 |
| Hex | C2 | 86 | 32 | 0 | 1F | 4A | 18 | 23 | 3B | 30 |
| Octal | 302 | 206 | 62 | 0 | 37 | 112 | 30 | 43 | 73 | 60 |
| Binary | 11000010 | 10000110 | 110010 | 0 | 11111 | 1001010 | 11000 | 100011 | 111011 | 110000 |
Color Harmonies of #C28632
Complementary color
Monochromatic Colors of #C28632
Black with #C28632
Text Example
Text Example
White with #C28632
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C28632; }
p { color: rgb(194,134,50); }
H1.HeaderClassName
{
color: #C28632;
}
.AnyTagClassName
{
color: #C28632;
}
</style>
background-color css
<style>
a { background-color: #C28632; }
a { background-color: rgb(194,134,50); }
div.DivClassName
{
background-color: #C28632;
}
.BgClassName
{
background-color: #C28632;
}
</style>
border-color css
<style>
span { border-color: #C28632; }
span { border-color: rgb(194,134,50); }
td.TdClassName
{
border-color: #C28632;
}
.TagClassName
{
border-color: #C28632;
}
</style>