Shades of Geebung #C58733
Tints of Geebung #C58733
RGB
CMYK
RGB Variations
Color information
#C58733 (or 0xC58733) is known color: Geebung. HEX triplet: C5, 87 and 33. RGB value is (197,135,51). Sum of RGB (Red+Green+Blue) = 197+135+51=383 (50% of max value = 765). Red value is 197 (77.34% from 255 or 51.44% from 383); Green value is 135 (53.12% from 255 or 35.25% from 383); Blue value is 51 (20.31% from 255 or 13.32% from 383); Max value from RGB is 197 - color contains mainly: red. Hex color #C58733 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C58733 is #3A78CC. Grayscale: #909090. Windows color (decimal): -3832013 or 3377093. OLE color: 3377093.
HSL color Cylindrical-coordinate representation of color #C58733: hue angle of 34.52º degrees, saturation: 0.59, 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 #C58733 is Cyan = 0, Magento = 0.31, Yellow = 0.74 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 135 | 51 | - |
| CMYK | 0 | 0.31 | 0.74 | 0.23 |
| HSL | 34.52º | 0.59% | 0.49% | - |
| HSV(B) | 34.52º | 0.74% | 0.77% | - |
| XYZ | 32.29 | 29.44 | 7.11 | - |
| YUV | 143.96 | 75.54 | 165.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 135 | 51 | 0 | 0.31 | 0.74 | 0.23 | 34.52 | 0.59 | 0.49 |
| Hex | C5 | 87 | 33 | 0 | 1F | 4A | 17 | 23 | 3B | 31 |
| Octal | 305 | 207 | 63 | 0 | 37 | 112 | 27 | 43 | 73 | 61 |
| Binary | 11000101 | 10000111 | 110011 | 0 | 11111 | 1001010 | 10111 | 100011 | 111011 | 110001 |
Color Harmonies of #C58733
Complementary color
Monochromatic Colors of #C58733
Black with #C58733
Text Example
Text Example
White with #C58733
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C58733; }
p { color: rgb(197,135,51); }
H1.HeaderClassName
{
color: #C58733;
}
.AnyTagClassName
{
color: #C58733;
}
</style>
background-color css
<style>
a { background-color: #C58733; }
a { background-color: rgb(197,135,51); }
div.DivClassName
{
background-color: #C58733;
}
.BgClassName
{
background-color: #C58733;
}
</style>
border-color css
<style>
span { border-color: #C58733; }
span { border-color: rgb(197,135,51); }
td.TdClassName
{
border-color: #C58733;
}
.TagClassName
{
border-color: #C58733;
}
</style>