Shades of Geebung #C58334
Tints of Geebung #C58334
RGB
CMYK
RGB Variations
Color information
#C58334 (or 0xC58334) is known color: Geebung. HEX triplet: C5, 83 and 34. RGB value is (197,131,52). Sum of RGB (Red+Green+Blue) = 197+131+52=380 (50% of max value = 765). Red value is 197 (77.34% from 255 or 51.84% from 380); Green value is 131 (51.56% from 255 or 34.47% from 380); Blue value is 52 (20.70% from 255 or 13.68% from 380); Max value from RGB is 197 - color contains mainly: red. Hex color #C58334 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C58334 is #3A7CCB. Grayscale: #8E8E8E. Windows color (decimal): -3833036 or 3441605. OLE color: 3441605.
HSL color Cylindrical-coordinate representation of color #C58334: hue angle of 32.69º degrees, saturation: 0.58, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #C58334 is Cyan = 0, Magento = 0.34, Yellow = 0.74 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 131 | 52 | - |
| CMYK | 0 | 0.34 | 0.74 | 0.23 |
| HSL | 32.69º | 0.58% | 0.49% | - |
| HSV(B) | 32.69º | 0.74% | 0.77% | - |
| XYZ | 31.76 | 28.35 | 7.05 | - |
| YUV | 141.73 | 77.37 | 167.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 131 | 52 | 0 | 0.34 | 0.74 | 0.23 | 32.69 | 0.58 | 0.49 |
| Hex | C5 | 83 | 34 | 0 | 22 | 4A | 17 | 21 | 3A | 31 |
| Octal | 305 | 203 | 64 | 0 | 42 | 112 | 27 | 41 | 72 | 61 |
| Binary | 11000101 | 10000011 | 110100 | 0 | 100010 | 1001010 | 10111 | 100001 | 111010 | 110001 |
Color Harmonies of #C58334
Complementary color
Monochromatic Colors of #C58334
Black with #C58334
Text Example
Text Example
White with #C58334
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C58334; }
p { color: rgb(197,131,52); }
H1.HeaderClassName
{
color: #C58334;
}
.AnyTagClassName
{
color: #C58334;
}
</style>
background-color css
<style>
a { background-color: #C58334; }
a { background-color: rgb(197,131,52); }
div.DivClassName
{
background-color: #C58334;
}
.BgClassName
{
background-color: #C58334;
}
</style>
border-color css
<style>
span { border-color: #C58334; }
span { border-color: rgb(197,131,52); }
td.TdClassName
{
border-color: #C58334;
}
.TagClassName
{
border-color: #C58334;
}
</style>