Shades of Geebung #C38330
Tints of Geebung #C38330
RGB
CMYK
RGB Variations
Color information
#C38330 (or 0xC38330) is known color: Geebung. HEX triplet: C3, 83 and 30. RGB value is (195,131,48). Sum of RGB (Red+Green+Blue) = 195+131+48=374 (49% of max value = 765). Red value is 195 (76.56% from 255 or 52.14% from 374); Green value is 131 (51.56% from 255 or 35.03% from 374); Blue value is 48 (19.14% from 255 or 12.83% from 374); Max value from RGB is 195 - color contains mainly: red. Hex color #C38330 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C38330 is #3C7CCF. Grayscale: #8D8D8D. Windows color (decimal): -3964112 or 3179459. OLE color: 3179459.
HSL color Cylindrical-coordinate representation of color #C38330: hue angle of 33.88º 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 #C38330 is Cyan = 0, Magento = 0.33, Yellow = 0.75 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 131 | 48 | - |
| CMYK | 0 | 0.33 | 0.75 | 0.24 |
| HSL | 33.88º | 0.6% | 0.48% | - |
| HSV(B) | 33.88º | 0.75% | 0.76% | - |
| XYZ | 31.16 | 28.05 | 6.57 | - |
| YUV | 140.67 | 75.7 | 166.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 131 | 48 | 0 | 0.33 | 0.75 | 0.24 | 33.88 | 0.6 | 0.48 |
| Hex | C3 | 83 | 30 | 0 | 21 | 4B | 18 | 22 | 3C | 30 |
| Octal | 303 | 203 | 60 | 0 | 41 | 113 | 30 | 42 | 74 | 60 |
| Binary | 11000011 | 10000011 | 110000 | 0 | 100001 | 1001011 | 11000 | 100010 | 111100 | 110000 |
Color Harmonies of #C38330
Complementary color
Monochromatic Colors of #C38330
Black with #C38330
Text Example
Text Example
White with #C38330
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C38330; }
p { color: rgb(195,131,48); }
H1.HeaderClassName
{
color: #C38330;
}
.AnyTagClassName
{
color: #C38330;
}
</style>
background-color css
<style>
a { background-color: #C38330; }
a { background-color: rgb(195,131,48); }
div.DivClassName
{
background-color: #C38330;
}
.BgClassName
{
background-color: #C38330;
}
</style>
border-color css
<style>
span { border-color: #C38330; }
span { border-color: rgb(195,131,48); }
td.TdClassName
{
border-color: #C38330;
}
.TagClassName
{
border-color: #C38330;
}
</style>