Shades of Geebung #C28533
Tints of Geebung #C28533
RGB
CMYK
RGB Variations
Color information
#C28533 (or 0xC28533) is known color: Geebung. HEX triplet: C2, 85 and 33. RGB value is (194,133,51). Sum of RGB (Red+Green+Blue) = 194+133+51=378 (50% of max value = 765). Red value is 194 (76.17% from 255 or 51.32% from 378); Green value is 133 (52.34% from 255 or 35.19% from 378); Blue value is 51 (20.31% from 255 or 13.49% from 378); Max value from RGB is 194 - color contains mainly: red. Hex color #C28533 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C28533 is #3D7ACC. Grayscale: #8E8E8E. Windows color (decimal): -4029133 or 3376578. OLE color: 3376578.
HSL color Cylindrical-coordinate representation of color #C28533: hue angle of 34.41º 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 #C28533 is Cyan = 0, Magento = 0.31, Yellow = 0.74 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 133 | 51 | - |
| CMYK | 0 | 0.31 | 0.74 | 0.24 |
| HSL | 34.41º | 0.58% | 0.48% | - |
| HSV(B) | 34.41º | 0.74% | 0.76% | - |
| XYZ | 31.23 | 28.48 | 6.98 | - |
| YUV | 141.89 | 76.71 | 165.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 133 | 51 | 0 | 0.31 | 0.74 | 0.24 | 34.41 | 0.58 | 0.48 |
| Hex | C2 | 85 | 33 | 0 | 1F | 4A | 18 | 22 | 3A | 30 |
| Octal | 302 | 205 | 63 | 0 | 37 | 112 | 30 | 42 | 72 | 60 |
| Binary | 11000010 | 10000101 | 110011 | 0 | 11111 | 1001010 | 11000 | 100010 | 111010 | 110000 |
Color Harmonies of #C28533
Complementary color
Monochromatic Colors of #C28533
Black with #C28533
Text Example
Text Example
White with #C28533
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C28533; }
p { color: rgb(194,133,51); }
H1.HeaderClassName
{
color: #C28533;
}
.AnyTagClassName
{
color: #C28533;
}
</style>
background-color css
<style>
a { background-color: #C28533; }
a { background-color: rgb(194,133,51); }
div.DivClassName
{
background-color: #C28533;
}
.BgClassName
{
background-color: #C28533;
}
</style>
border-color css
<style>
span { border-color: #C28533; }
span { border-color: rgb(194,133,51); }
td.TdClassName
{
border-color: #C28533;
}
.TagClassName
{
border-color: #C28533;
}
</style>