Shades of Geebung #C38535
Tints of Geebung #C38535
RGB
CMYK
RGB Variations
Color information
#C38535 (or 0xC38535) is known color: Geebung. HEX triplet: C3, 85 and 35. RGB value is (195,133,53). Sum of RGB (Red+Green+Blue) = 195+133+53=381 (50% of max value = 765). Red value is 195 (76.56% from 255 or 51.18% from 381); Green value is 133 (52.34% from 255 or 34.91% from 381); Blue value is 53 (21.09% from 255 or 13.91% from 381); Max value from RGB is 195 - color contains mainly: red. Hex color #C38535 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C38535 is #3C7ACA. Grayscale: #8E8E8E. Windows color (decimal): -3963595 or 3507651. OLE color: 3507651.
HSL color Cylindrical-coordinate representation of color #C38535: hue angle of 33.8º degrees, saturation: 0.57, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #C38535 is Cyan = 0, Magento = 0.32, Yellow = 0.73 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 133 | 53 | - |
| CMYK | 0 | 0.32 | 0.73 | 0.24 |
| HSL | 33.8º | 0.57% | 0.49% | - |
| HSV(B) | 33.8º | 0.73% | 0.76% | - |
| XYZ | 31.54 | 28.63 | 7.23 | - |
| YUV | 142.42 | 77.54 | 165.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 133 | 53 | 0 | 0.32 | 0.73 | 0.24 | 33.8 | 0.57 | 0.49 |
| Hex | C3 | 85 | 35 | 0 | 20 | 49 | 18 | 22 | 39 | 31 |
| Octal | 303 | 205 | 65 | 0 | 40 | 111 | 30 | 42 | 71 | 61 |
| Binary | 11000011 | 10000101 | 110101 | 0 | 100000 | 1001001 | 11000 | 100010 | 111001 | 110001 |
Color Harmonies of #C38535
Complementary color
Monochromatic Colors of #C38535
Black with #C38535
Text Example
Text Example
White with #C38535
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C38535; }
p { color: rgb(195,133,53); }
H1.HeaderClassName
{
color: #C38535;
}
.AnyTagClassName
{
color: #C38535;
}
</style>
background-color css
<style>
a { background-color: #C38535; }
a { background-color: rgb(195,133,53); }
div.DivClassName
{
background-color: #C38535;
}
.BgClassName
{
background-color: #C38535;
}
</style>
border-color css
<style>
span { border-color: #C38535; }
span { border-color: rgb(195,133,53); }
td.TdClassName
{
border-color: #C38535;
}
.TagClassName
{
border-color: #C38535;
}
</style>