Shades of Geebung #C28633
Tints of Geebung #C28633
RGB
CMYK
RGB Variations
Color information
#C28633 (or 0xC28633) is known color: Geebung. HEX triplet: C2, 86 and 33. RGB value is (194,134,51). Sum of RGB (Red+Green+Blue) = 194+134+51=379 (50% of max value = 765). Red value is 194 (76.17% from 255 or 51.19% from 379); Green value is 134 (52.73% from 255 or 35.36% from 379); Blue value is 51 (20.31% from 255 or 13.46% from 379); Max value from RGB is 194 - color contains mainly: red. Hex color #C28633 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C28633 is #3D79CC. Grayscale: #8E8E8E. Windows color (decimal): -4028877 or 3376834. OLE color: 3376834.
HSL color Cylindrical-coordinate representation of color #C28633: hue angle of 34.83º degrees, saturation: 0.58, 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 #C28633 is Cyan = 0, Magento = 0.31, Yellow = 0.74 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 134 | 51 | - |
| CMYK | 0 | 0.31 | 0.74 | 0.24 |
| HSL | 34.83º | 0.58% | 0.48% | - |
| HSV(B) | 34.83º | 0.74% | 0.76% | - |
| XYZ | 31.37 | 28.76 | 7.03 | - |
| YUV | 142.48 | 76.38 | 164.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 134 | 51 | 0 | 0.31 | 0.74 | 0.24 | 34.83 | 0.58 | 0.48 |
| Hex | C2 | 86 | 33 | 0 | 1F | 4A | 18 | 23 | 3A | 30 |
| Octal | 302 | 206 | 63 | 0 | 37 | 112 | 30 | 43 | 72 | 60 |
| Binary | 11000010 | 10000110 | 110011 | 0 | 11111 | 1001010 | 11000 | 100011 | 111010 | 110000 |
Color Harmonies of #C28633
Complementary color
Monochromatic Colors of #C28633
Black with #C28633
Text Example
Text Example
White with #C28633
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C28633; }
p { color: rgb(194,134,51); }
H1.HeaderClassName
{
color: #C28633;
}
.AnyTagClassName
{
color: #C28633;
}
</style>
background-color css
<style>
a { background-color: #C28633; }
a { background-color: rgb(194,134,51); }
div.DivClassName
{
background-color: #C28633;
}
.BgClassName
{
background-color: #C28633;
}
</style>
border-color css
<style>
span { border-color: #C28633; }
span { border-color: rgb(194,134,51); }
td.TdClassName
{
border-color: #C28633;
}
.TagClassName
{
border-color: #C28633;
}
</style>