Shades of Geebung #C48627
Tints of Geebung #C48627
RGB
CMYK
RGB Variations
Color information
#C48627 (or 0xC48627) is known color: Geebung. HEX triplet: C4, 86 and 27. RGB value is (196,134,39). Sum of RGB (Red+Green+Blue) = 196+134+39=369 (48% of max value = 765). Red value is 196 (76.95% from 255 or 53.12% from 369); Green value is 134 (52.73% from 255 or 36.31% from 369); Blue value is 39 (15.62% from 255 or 10.57% from 369); Max value from RGB is 196 - color contains mainly: red. Hex color #C48627 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C48627 is #3B79D8. Grayscale: #8E8E8E. Windows color (decimal): -3897817 or 2590404. OLE color: 2590404.
HSL color Cylindrical-coordinate representation of color #C48627: hue angle of 36.31º 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 #C48627 is Cyan = 0, Magento = 0.32, Yellow = 0.80 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 134 | 39 | - |
| CMYK | 0 | 0.32 | 0.80 | 0.23 |
| HSL | 36.31º | 0.67% | 0.46% | - |
| HSV(B) | 36.31º | 0.8% | 0.77% | - |
| XYZ | 31.66 | 28.93 | 5.84 | - |
| YUV | 141.71 | 70.04 | 166.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 134 | 39 | 0 | 0.32 | 0.80 | 0.23 | 36.31 | 0.67 | 0.46 |
| Hex | C4 | 86 | 27 | 0 | 20 | 50 | 17 | 24 | 43 | 2E |
| Octal | 304 | 206 | 47 | 0 | 40 | 120 | 27 | 44 | 103 | 56 |
| Binary | 11000100 | 10000110 | 100111 | 0 | 100000 | 1010000 | 10111 | 100100 | 1000011 | 101110 |
Color Harmonies of #C48627
Complementary color
Monochromatic Colors of #C48627
Black with #C48627
Text Example
Text Example
White with #C48627
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C48627; }
p { color: rgb(196,134,39); }
H1.HeaderClassName
{
color: #C48627;
}
.AnyTagClassName
{
color: #C48627;
}
</style>
background-color css
<style>
a { background-color: #C48627; }
a { background-color: rgb(196,134,39); }
div.DivClassName
{
background-color: #C48627;
}
.BgClassName
{
background-color: #C48627;
}
</style>
border-color css
<style>
span { border-color: #C48627; }
span { border-color: rgb(196,134,39); }
td.TdClassName
{
border-color: #C48627;
}
.TagClassName
{
border-color: #C48627;
}
</style>