Shades of Geebung #C38934
Tints of Geebung #C38934
RGB
CMYK
RGB Variations
Color information
#C38934 (or 0xC38934) is known color: Geebung. HEX triplet: C3, 89 and 34. RGB value is (195,137,52). Sum of RGB (Red+Green+Blue) = 195+137+52=384 (50% of max value = 765). Red value is 195 (76.56% from 255 or 50.78% from 384); Green value is 137 (53.91% from 255 or 35.68% from 384); Blue value is 52 (20.70% from 255 or 13.54% from 384); Max value from RGB is 195 - color contains mainly: red. Hex color #C38934 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C38934 is #3C76CB. Grayscale: #919191. Windows color (decimal): -3962572 or 3443139. OLE color: 3443139.
HSL color Cylindrical-coordinate representation of color #C38934: hue angle of 35.66º degrees, saturation: 0.58, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #C38934 is Cyan = 0, Magento = 0.30, Yellow = 0.73 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 137 | 52 | - |
| CMYK | 0 | 0.30 | 0.73 | 0.24 |
| HSL | 35.66º | 0.58% | 0.48% | - |
| HSV(B) | 35.66º | 0.73% | 0.76% | - |
| XYZ | 32.07 | 29.74 | 7.3 | - |
| YUV | 144.65 | 75.72 | 163.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 137 | 52 | 0 | 0.30 | 0.73 | 0.24 | 35.66 | 0.58 | 0.48 |
| Hex | C3 | 89 | 34 | 0 | 1E | 49 | 18 | 24 | 3A | 30 |
| Octal | 303 | 211 | 64 | 0 | 36 | 111 | 30 | 44 | 72 | 60 |
| Binary | 11000011 | 10001001 | 110100 | 0 | 11110 | 1001001 | 11000 | 100100 | 111010 | 110000 |
Color Harmonies of #C38934
Complementary color
Monochromatic Colors of #C38934
Black with #C38934
Text Example
Text Example
White with #C38934
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C38934; }
p { color: rgb(195,137,52); }
H1.HeaderClassName
{
color: #C38934;
}
.AnyTagClassName
{
color: #C38934;
}
</style>
background-color css
<style>
a { background-color: #C38934; }
a { background-color: rgb(195,137,52); }
div.DivClassName
{
background-color: #C38934;
}
.BgClassName
{
background-color: #C38934;
}
</style>
border-color css
<style>
span { border-color: #C38934; }
span { border-color: rgb(195,137,52); }
td.TdClassName
{
border-color: #C38934;
}
.TagClassName
{
border-color: #C38934;
}
</style>