Shades of Geebung #C38928
Tints of Geebung #C38928
RGB
CMYK
RGB Variations
Color information
#C38928 (or 0xC38928) is known color: Geebung. HEX triplet: C3, 89 and 28. RGB value is (195,137,40). Sum of RGB (Red+Green+Blue) = 195+137+40=372 (49% of max value = 765). Red value is 195 (76.56% from 255 or 52.42% from 372); Green value is 137 (53.91% from 255 or 36.83% from 372); Blue value is 40 (16.02% from 255 or 10.75% from 372); Max value from RGB is 195 - color contains mainly: red. Hex color #C38928 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C38928 is #3C76D7. Grayscale: #8F8F8F. Windows color (decimal): -3962584 or 2656707. OLE color: 2656707.
HSL color Cylindrical-coordinate representation of color #C38928: hue angle of 37.55º degrees, saturation: 0.66, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #C38928 is Cyan = 0, Magento = 0.30, Yellow = 0.79 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 137 | 40 | - |
| CMYK | 0 | 0.30 | 0.79 | 0.24 |
| HSL | 37.55º | 0.66% | 0.46% | - |
| HSV(B) | 37.55º | 0.79% | 0.76% | - |
| XYZ | 31.83 | 29.65 | 6.05 | - |
| YUV | 143.28 | 69.72 | 164.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 137 | 40 | 0 | 0.30 | 0.79 | 0.24 | 37.55 | 0.66 | 0.46 |
| Hex | C3 | 89 | 28 | 0 | 1E | 4F | 18 | 26 | 42 | 2E |
| Octal | 303 | 211 | 50 | 0 | 36 | 117 | 30 | 46 | 102 | 56 |
| Binary | 11000011 | 10001001 | 101000 | 0 | 11110 | 1001111 | 11000 | 100110 | 1000010 | 101110 |
Color Harmonies of #C38928
Complementary color
Monochromatic Colors of #C38928
Black with #C38928
Text Example
Text Example
White with #C38928
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C38928; }
p { color: rgb(195,137,40); }
H1.HeaderClassName
{
color: #C38928;
}
.AnyTagClassName
{
color: #C38928;
}
</style>
background-color css
<style>
a { background-color: #C38928; }
a { background-color: rgb(195,137,40); }
div.DivClassName
{
background-color: #C38928;
}
.BgClassName
{
background-color: #C38928;
}
</style>
border-color css
<style>
span { border-color: #C38928; }
span { border-color: rgb(195,137,40); }
td.TdClassName
{
border-color: #C38928;
}
.TagClassName
{
border-color: #C38928;
}
</style>