Shades of Geebung #C38329
Tints of Geebung #C38329
RGB
CMYK
RGB Variations
Color information
#C38329 (or 0xC38329) is known color: Geebung. HEX triplet: C3, 83 and 29. RGB value is (195,131,41). Sum of RGB (Red+Green+Blue) = 195+131+41=367 (48% of max value = 765). Red value is 195 (76.56% from 255 or 53.13% from 367); Green value is 131 (51.56% from 255 or 35.69% from 367); Blue value is 41 (16.41% from 255 or 11.17% from 367); Max value from RGB is 195 - color contains mainly: red. Hex color #C38329 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C38329 is #3C7CD6. Grayscale: #8C8C8C. Windows color (decimal): -3964119 or 2720707. OLE color: 2720707.
HSL color Cylindrical-coordinate representation of color #C38329: hue angle of 35.06º degrees, saturation: 0.65, 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 #C38329 is Cyan = 0, Magento = 0.33, Yellow = 0.79 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 131 | 41 | - |
| CMYK | 0 | 0.33 | 0.79 | 0.24 |
| HSL | 35.06º | 0.65% | 0.46% | - |
| HSV(B) | 35.06º | 0.79% | 0.76% | - |
| XYZ | 31.02 | 27.99 | 5.87 | - |
| YUV | 139.88 | 72.2 | 167.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 131 | 41 | 0 | 0.33 | 0.79 | 0.24 | 35.06 | 0.65 | 0.46 |
| Hex | C3 | 83 | 29 | 0 | 21 | 4F | 18 | 23 | 41 | 2E |
| Octal | 303 | 203 | 51 | 0 | 41 | 117 | 30 | 43 | 101 | 56 |
| Binary | 11000011 | 10000011 | 101001 | 0 | 100001 | 1001111 | 11000 | 100011 | 1000001 | 101110 |
Color Harmonies of #C38329
Complementary color
Monochromatic Colors of #C38329
Black with #C38329
Text Example
Text Example
White with #C38329
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C38329; }
p { color: rgb(195,131,41); }
H1.HeaderClassName
{
color: #C38329;
}
.AnyTagClassName
{
color: #C38329;
}
</style>
background-color css
<style>
a { background-color: #C38329; }
a { background-color: rgb(195,131,41); }
div.DivClassName
{
background-color: #C38329;
}
.BgClassName
{
background-color: #C38329;
}
</style>
border-color css
<style>
span { border-color: #C38329; }
span { border-color: rgb(195,131,41); }
td.TdClassName
{
border-color: #C38329;
}
.TagClassName
{
border-color: #C38329;
}
</style>