Shades of Geebung #C28733
Tints of Geebung #C28733
RGB
CMYK
RGB Variations
Color information
#C28733 (or 0xC28733) is known color: Geebung. HEX triplet: C2, 87 and 33. RGB value is (194,135,51). Sum of RGB (Red+Green+Blue) = 194+135+51=380 (50% of max value = 765). Red value is 194 (76.17% from 255 or 51.05% from 380); Green value is 135 (53.12% from 255 or 35.53% from 380); Blue value is 51 (20.31% from 255 or 13.42% from 380); Max value from RGB is 194 - color contains mainly: red. Hex color #C28733 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C28733 is #3D78CC. Grayscale: #8F8F8F. Windows color (decimal): -4028621 or 3377090. OLE color: 3377090.
HSL color Cylindrical-coordinate representation of color #C28733: hue angle of 35.24º 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 #C28733 is Cyan = 0, Magento = 0.30, Yellow = 0.74 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 135 | 51 | - |
| CMYK | 0 | 0.30 | 0.74 | 0.24 |
| HSL | 35.24º | 0.58% | 0.48% | - |
| HSV(B) | 35.24º | 0.74% | 0.76% | - |
| XYZ | 31.51 | 29.04 | 7.08 | - |
| YUV | 143.07 | 76.05 | 164.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 135 | 51 | 0 | 0.30 | 0.74 | 0.24 | 35.24 | 0.58 | 0.48 |
| Hex | C2 | 87 | 33 | 0 | 1E | 4A | 18 | 23 | 3A | 30 |
| Octal | 302 | 207 | 63 | 0 | 36 | 112 | 30 | 43 | 72 | 60 |
| Binary | 11000010 | 10000111 | 110011 | 0 | 11110 | 1001010 | 11000 | 100011 | 111010 | 110000 |
Color Harmonies of #C28733
Complementary color
Monochromatic Colors of #C28733
Black with #C28733
Text Example
Text Example
White with #C28733
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C28733; }
p { color: rgb(194,135,51); }
H1.HeaderClassName
{
color: #C28733;
}
.AnyTagClassName
{
color: #C28733;
}
</style>
background-color css
<style>
a { background-color: #C28733; }
a { background-color: rgb(194,135,51); }
div.DivClassName
{
background-color: #C28733;
}
.BgClassName
{
background-color: #C28733;
}
</style>
border-color css
<style>
span { border-color: #C28733; }
span { border-color: rgb(194,135,51); }
td.TdClassName
{
border-color: #C28733;
}
.TagClassName
{
border-color: #C28733;
}
</style>