Shades of Geebung #C38033
Tints of Geebung #C38033
RGB
CMYK
RGB Variations
Color information
#C38033 (or 0xC38033) is known color: Geebung. HEX triplet: C3, 80 and 33. RGB value is (195,128,51). Sum of RGB (Red+Green+Blue) = 195+128+51=374 (49% of max value = 765). Red value is 195 (76.56% from 255 or 52.14% from 374); Green value is 128 (50.39% from 255 or 34.22% from 374); Blue value is 51 (20.31% from 255 or 13.64% from 374); Max value from RGB is 195 - color contains mainly: red. Hex color #C38033 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C38033 is #3C7FCC. Grayscale: #8B8B8B. Windows color (decimal): -3964877 or 3375299. OLE color: 3375299.
HSL color Cylindrical-coordinate representation of color #C38033: hue angle of 32.08º 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 #C38033 is Cyan = 0, Magento = 0.34, Yellow = 0.74 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 128 | 51 | - |
| CMYK | 0 | 0.34 | 0.74 | 0.24 |
| HSL | 32.08º | 0.59% | 0.48% | - |
| HSV(B) | 32.08º | 0.74% | 0.76% | - |
| XYZ | 30.82 | 27.28 | 6.77 | - |
| YUV | 139.26 | 78.2 | 167.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 128 | 51 | 0 | 0.34 | 0.74 | 0.24 | 32.08 | 0.59 | 0.48 |
| Hex | C3 | 80 | 33 | 0 | 22 | 4A | 18 | 20 | 3B | 30 |
| Octal | 303 | 200 | 63 | 0 | 42 | 112 | 30 | 40 | 73 | 60 |
| Binary | 11000011 | 10000000 | 110011 | 0 | 100010 | 1001010 | 11000 | 100000 | 111011 | 110000 |
Color Harmonies of #C38033
Complementary color
Monochromatic Colors of #C38033
Black with #C38033
Text Example
Text Example
White with #C38033
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C38033; }
p { color: rgb(195,128,51); }
H1.HeaderClassName
{
color: #C38033;
}
.AnyTagClassName
{
color: #C38033;
}
</style>
background-color css
<style>
a { background-color: #C38033; }
a { background-color: rgb(195,128,51); }
div.DivClassName
{
background-color: #C38033;
}
.BgClassName
{
background-color: #C38033;
}
</style>
border-color css
<style>
span { border-color: #C38033; }
span { border-color: rgb(195,128,51); }
td.TdClassName
{
border-color: #C38033;
}
.TagClassName
{
border-color: #C38033;
}
</style>