Shades of Geebung #C48A27
Tints of Geebung #C48A27
RGB
CMYK
RGB Variations
Color information
#C48A27 (or 0xC48A27) is known color: Geebung. HEX triplet: C4, 8A and 27. RGB value is (196,138,39). Sum of RGB (Red+Green+Blue) = 196+138+39=373 (49% of max value = 765). Red value is 196 (76.95% from 255 or 52.55% from 373); Green value is 138 (54.30% from 255 or 37.00% from 373); Blue value is 39 (15.62% from 255 or 10.46% from 373); Max value from RGB is 196 - color contains mainly: red. Hex color #C48A27 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C48A27 is #3B75D8. Grayscale: #909090. Windows color (decimal): -3896793 or 2591428. OLE color: 2591428.
HSL color Cylindrical-coordinate representation of color #C48A27: hue angle of 37.83º degrees, saturation: 0.67, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #C48A27 is Cyan = 0, Magento = 0.30, Yellow = 0.80 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 138 | 39 | - |
| CMYK | 0 | 0.30 | 0.80 | 0.23 |
| HSL | 37.83º | 0.67% | 0.46% | - |
| HSV(B) | 37.83º | 0.8% | 0.77% | - |
| XYZ | 32.22 | 30.06 | 6.02 | - |
| YUV | 144.06 | 68.72 | 165.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 138 | 39 | 0 | 0.30 | 0.80 | 0.23 | 37.83 | 0.67 | 0.46 |
| Hex | C4 | 8A | 27 | 0 | 1E | 50 | 17 | 26 | 43 | 2E |
| Octal | 304 | 212 | 47 | 0 | 36 | 120 | 27 | 46 | 103 | 56 |
| Binary | 11000100 | 10001010 | 100111 | 0 | 11110 | 1010000 | 10111 | 100110 | 1000011 | 101110 |
Color Harmonies of #C48A27
Complementary color
Monochromatic Colors of #C48A27
Black with #C48A27
Text Example
Text Example
White with #C48A27
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C48A27; }
p { color: rgb(196,138,39); }
H1.HeaderClassName
{
color: #C48A27;
}
.AnyTagClassName
{
color: #C48A27;
}
</style>
background-color css
<style>
a { background-color: #C48A27; }
a { background-color: rgb(196,138,39); }
div.DivClassName
{
background-color: #C48A27;
}
.BgClassName
{
background-color: #C48A27;
}
</style>
border-color css
<style>
span { border-color: #C48A27; }
span { border-color: rgb(196,138,39); }
td.TdClassName
{
border-color: #C48A27;
}
.TagClassName
{
border-color: #C48A27;
}
</style>