Shades of Geebung #C38932
Tints of Geebung #C38932
RGB
CMYK
RGB Variations
Color information
#C38932 (or 0xC38932) is known color: Geebung. HEX triplet: C3, 89 and 32. RGB value is (195,137,50). Sum of RGB (Red+Green+Blue) = 195+137+50=382 (50% of max value = 765). Red value is 195 (76.56% from 255 or 51.05% from 382); Green value is 137 (53.91% from 255 or 35.86% from 382); Blue value is 50 (19.92% from 255 or 13.09% from 382); Max value from RGB is 195 - color contains mainly: red. Hex color #C38932 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C38932 is #3C76CD. Grayscale: #909090. Windows color (decimal): -3962574 or 3312067. OLE color: 3312067.
HSL color Cylindrical-coordinate representation of color #C38932: hue angle of 36º degrees, saturation: 0.59, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #C38932 is Cyan = 0, Magento = 0.30, Yellow = 0.74 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 137 | 50 | - |
| CMYK | 0 | 0.30 | 0.74 | 0.24 |
| HSL | 36º | 0.59% | 0.48% | - |
| HSV(B) | 36º | 0.74% | 0.76% | - |
| XYZ | 32.03 | 29.72 | 7.07 | - |
| YUV | 144.42 | 74.72 | 164.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 137 | 50 | 0 | 0.30 | 0.74 | 0.24 | 36 | 0.59 | 0.48 |
| Hex | C3 | 89 | 32 | 0 | 1E | 4A | 18 | 24 | 3B | 30 |
| Octal | 303 | 211 | 62 | 0 | 36 | 112 | 30 | 44 | 73 | 60 |
| Binary | 11000011 | 10001001 | 110010 | 0 | 11110 | 1001010 | 11000 | 100100 | 111011 | 110000 |
Color Harmonies of #C38932
Complementary color
Monochromatic Colors of #C38932
Black with #C38932
Text Example
Text Example
White with #C38932
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C38932; }
p { color: rgb(195,137,50); }
H1.HeaderClassName
{
color: #C38932;
}
.AnyTagClassName
{
color: #C38932;
}
</style>
background-color css
<style>
a { background-color: #C38932; }
a { background-color: rgb(195,137,50); }
div.DivClassName
{
background-color: #C38932;
}
.BgClassName
{
background-color: #C38932;
}
</style>
border-color css
<style>
span { border-color: #C38932; }
span { border-color: rgb(195,137,50); }
td.TdClassName
{
border-color: #C38932;
}
.TagClassName
{
border-color: #C38932;
}
</style>