Shades of Geebung #C38931
Tints of Geebung #C38931
RGB
CMYK
RGB Variations
Color information
#C38931 (or 0xC38931) is known color: Geebung. HEX triplet: C3, 89 and 31. RGB value is (195,137,49). Sum of RGB (Red+Green+Blue) = 195+137+49=381 (50% of max value = 765). Red value is 195 (76.56% from 255 or 51.18% from 381); Green value is 137 (53.91% from 255 or 35.96% from 381); Blue value is 49 (19.53% from 255 or 12.86% from 381); Max value from RGB is 195 - color contains mainly: red. Hex color #C38931 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C38931 is #3C76CE. Grayscale: #909090. Windows color (decimal): -3962575 or 3246531. OLE color: 3246531.
HSL color Cylindrical-coordinate representation of color #C38931: hue angle of 36.16º 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 #C38931 is Cyan = 0, Magento = 0.30, Yellow = 0.75 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 137 | 49 | - |
| CMYK | 0 | 0.30 | 0.75 | 0.24 |
| HSL | 36.16º | 0.6% | 0.48% | - |
| HSV(B) | 36.16º | 0.75% | 0.76% | - |
| XYZ | 32.01 | 29.72 | 6.95 | - |
| YUV | 144.31 | 74.22 | 164.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 137 | 49 | 0 | 0.30 | 0.75 | 0.24 | 36.16 | 0.6 | 0.48 |
| Hex | C3 | 89 | 31 | 0 | 1E | 4B | 18 | 24 | 3C | 30 |
| Octal | 303 | 211 | 61 | 0 | 36 | 113 | 30 | 44 | 74 | 60 |
| Binary | 11000011 | 10001001 | 110001 | 0 | 11110 | 1001011 | 11000 | 100100 | 111100 | 110000 |
Color Harmonies of #C38931
Complementary color
Monochromatic Colors of #C38931
Black with #C38931
Text Example
Text Example
White with #C38931
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C38931; }
p { color: rgb(195,137,49); }
H1.HeaderClassName
{
color: #C38931;
}
.AnyTagClassName
{
color: #C38931;
}
</style>
background-color css
<style>
a { background-color: #C38931; }
a { background-color: rgb(195,137,49); }
div.DivClassName
{
background-color: #C38931;
}
.BgClassName
{
background-color: #C38931;
}
</style>
border-color css
<style>
span { border-color: #C38931; }
span { border-color: rgb(195,137,49); }
td.TdClassName
{
border-color: #C38931;
}
.TagClassName
{
border-color: #C38931;
}
</style>