Shades of Geebung #C48327
Tints of Geebung #C48327
RGB
CMYK
RGB Variations
Color information
#C48327 (or 0xC48327) is known color: Geebung. HEX triplet: C4, 83 and 27. RGB value is (196,131,39). Sum of RGB (Red+Green+Blue) = 196+131+39=366 (48% of max value = 765). Red value is 196 (76.95% from 255 or 53.55% from 366); Green value is 131 (51.56% from 255 or 35.79% from 366); Blue value is 39 (15.62% from 255 or 10.66% from 366); Max value from RGB is 196 - color contains mainly: red. Hex color #C48327 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C48327 is #3B7CD8. Grayscale: #8C8C8C. Windows color (decimal): -3898585 or 2589636. OLE color: 2589636.
HSL color Cylindrical-coordinate representation of color #C48327: hue angle of 35.16º 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 #C48327 is Cyan = 0, Magento = 0.33, Yellow = 0.80 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 131 | 39 | - |
| CMYK | 0 | 0.33 | 0.80 | 0.23 |
| HSL | 35.16º | 0.67% | 0.46% | - |
| HSV(B) | 35.16º | 0.8% | 0.77% | - |
| XYZ | 31.25 | 28.11 | 5.7 | - |
| YUV | 139.95 | 71.03 | 167.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 131 | 39 | 0 | 0.33 | 0.80 | 0.23 | 35.16 | 0.67 | 0.46 |
| Hex | C4 | 83 | 27 | 0 | 21 | 50 | 17 | 23 | 43 | 2E |
| Octal | 304 | 203 | 47 | 0 | 41 | 120 | 27 | 43 | 103 | 56 |
| Binary | 11000100 | 10000011 | 100111 | 0 | 100001 | 1010000 | 10111 | 100011 | 1000011 | 101110 |
Color Harmonies of #C48327
Complementary color
Monochromatic Colors of #C48327
Black with #C48327
Text Example
Text Example
White with #C48327
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C48327; }
p { color: rgb(196,131,39); }
H1.HeaderClassName
{
color: #C48327;
}
.AnyTagClassName
{
color: #C48327;
}
</style>
background-color css
<style>
a { background-color: #C48327; }
a { background-color: rgb(196,131,39); }
div.DivClassName
{
background-color: #C48327;
}
.BgClassName
{
background-color: #C48327;
}
</style>
border-color css
<style>
span { border-color: #C48327; }
span { border-color: rgb(196,131,39); }
td.TdClassName
{
border-color: #C48327;
}
.TagClassName
{
border-color: #C48327;
}
</style>