Shades of Geebung #C38032
Tints of Geebung #C38032
RGB
CMYK
RGB Variations
Color information
#C38032 (or 0xC38032) is known color: Geebung. HEX triplet: C3, 80 and 32. RGB value is (195,128,50). Sum of RGB (Red+Green+Blue) = 195+128+50=373 (49% of max value = 765). Red value is 195 (76.56% from 255 or 52.28% from 373); Green value is 128 (50.39% from 255 or 34.32% from 373); Blue value is 50 (19.92% from 255 or 13.40% from 373); Max value from RGB is 195 - color contains mainly: red. Hex color #C38032 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C38032 is #3C7FCD. Grayscale: #8B8B8B. Windows color (decimal): -3964878 or 3309763. OLE color: 3309763.
HSL color Cylindrical-coordinate representation of color #C38032: hue angle of 32.28º 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 #C38032 is Cyan = 0, Magento = 0.34, Yellow = 0.74 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 128 | 50 | - |
| CMYK | 0 | 0.34 | 0.74 | 0.24 |
| HSL | 32.28º | 0.59% | 0.48% | - |
| HSV(B) | 32.28º | 0.74% | 0.76% | - |
| XYZ | 30.8 | 27.27 | 6.66 | - |
| YUV | 139.14 | 77.7 | 167.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 128 | 50 | 0 | 0.34 | 0.74 | 0.24 | 32.28 | 0.59 | 0.48 |
| Hex | C3 | 80 | 32 | 0 | 22 | 4A | 18 | 20 | 3B | 30 |
| Octal | 303 | 200 | 62 | 0 | 42 | 112 | 30 | 40 | 73 | 60 |
| Binary | 11000011 | 10000000 | 110010 | 0 | 100010 | 1001010 | 11000 | 100000 | 111011 | 110000 |
Color Harmonies of #C38032
Complementary color
Monochromatic Colors of #C38032
Black with #C38032
Text Example
Text Example
White with #C38032
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C38032; }
p { color: rgb(195,128,50); }
H1.HeaderClassName
{
color: #C38032;
}
.AnyTagClassName
{
color: #C38032;
}
</style>
background-color css
<style>
a { background-color: #C38032; }
a { background-color: rgb(195,128,50); }
div.DivClassName
{
background-color: #C38032;
}
.BgClassName
{
background-color: #C38032;
}
</style>
border-color css
<style>
span { border-color: #C38032; }
span { border-color: rgb(195,128,50); }
td.TdClassName
{
border-color: #C38032;
}
.TagClassName
{
border-color: #C38032;
}
</style>