Shades of Geebung #C38031
Tints of Geebung #C38031
RGB
CMYK
RGB Variations
Color information
#C38031 (or 0xC38031) is known color: Geebung. HEX triplet: C3, 80 and 31. RGB value is (195,128,49). Sum of RGB (Red+Green+Blue) = 195+128+49=372 (49% of max value = 765). Red value is 195 (76.56% from 255 or 52.42% from 372); Green value is 128 (50.39% from 255 or 34.41% from 372); Blue value is 49 (19.53% from 255 or 13.17% from 372); Max value from RGB is 195 - color contains mainly: red. Hex color #C38031 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C38031 is #3C7FCE. Grayscale: #8B8B8B. Windows color (decimal): -3964879 or 3244227. OLE color: 3244227.
HSL color Cylindrical-coordinate representation of color #C38031: hue angle of 32.47º degrees, saturation: 0.6, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #C38031 is Cyan = 0, Magento = 0.34, Yellow = 0.75 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 128 | 49 | - |
| CMYK | 0 | 0.34 | 0.75 | 0.24 |
| HSL | 32.47º | 0.6% | 0.48% | - |
| HSV(B) | 32.47º | 0.75% | 0.76% | - |
| XYZ | 30.78 | 27.26 | 6.55 | - |
| YUV | 139.03 | 77.2 | 167.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 128 | 49 | 0 | 0.34 | 0.75 | 0.24 | 32.47 | 0.6 | 0.48 |
| Hex | C3 | 80 | 31 | 0 | 22 | 4B | 18 | 20 | 3C | 30 |
| Octal | 303 | 200 | 61 | 0 | 42 | 113 | 30 | 40 | 74 | 60 |
| Binary | 11000011 | 10000000 | 110001 | 0 | 100010 | 1001011 | 11000 | 100000 | 111100 | 110000 |
Color Harmonies of #C38031
Complementary color
Monochromatic Colors of #C38031
Black with #C38031
Text Example
Text Example
White with #C38031
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C38031; }
p { color: rgb(195,128,49); }
H1.HeaderClassName
{
color: #C38031;
}
.AnyTagClassName
{
color: #C38031;
}
</style>
background-color css
<style>
a { background-color: #C38031; }
a { background-color: rgb(195,128,49); }
div.DivClassName
{
background-color: #C38031;
}
.BgClassName
{
background-color: #C38031;
}
</style>
border-color css
<style>
span { border-color: #C38031; }
span { border-color: rgb(195,128,49); }
td.TdClassName
{
border-color: #C38031;
}
.TagClassName
{
border-color: #C38031;
}
</style>