Shades of Geebung #C58527
Tints of Geebung #C58527
RGB
CMYK
RGB Variations
Color information
#C58527 (or 0xC58527) is known color: Geebung. HEX triplet: C5, 85 and 27. RGB value is (197,133,39). Sum of RGB (Red+Green+Blue) = 197+133+39=369 (48% of max value = 765). Red value is 197 (77.34% from 255 or 53.39% from 369); Green value is 133 (52.34% from 255 or 36.04% from 369); Blue value is 39 (15.62% from 255 or 10.57% from 369); Max value from RGB is 197 - color contains mainly: red. Hex color #C58527 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C58527 is #3A7AD8. Grayscale: #8D8D8D. Windows color (decimal): -3832537 or 2590149. OLE color: 2590149.
HSL color Cylindrical-coordinate representation of color #C58527: hue angle of 35.7º degrees, saturation: 0.67, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #C58527 is Cyan = 0, Magento = 0.32, Yellow = 0.80 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 133 | 39 | - |
| CMYK | 0 | 0.32 | 0.80 | 0.23 |
| HSL | 35.7º | 0.67% | 0.46% | - |
| HSV(B) | 35.7º | 0.8% | 0.77% | - |
| XYZ | 31.78 | 28.79 | 5.8 | - |
| YUV | 141.42 | 70.2 | 167.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 133 | 39 | 0 | 0.32 | 0.80 | 0.23 | 35.7 | 0.67 | 0.46 |
| Hex | C5 | 85 | 27 | 0 | 20 | 50 | 17 | 24 | 43 | 2E |
| Octal | 305 | 205 | 47 | 0 | 40 | 120 | 27 | 44 | 103 | 56 |
| Binary | 11000101 | 10000101 | 100111 | 0 | 100000 | 1010000 | 10111 | 100100 | 1000011 | 101110 |
Color Harmonies of #C58527
Complementary color
Monochromatic Colors of #C58527
Black with #C58527
Text Example
Text Example
White with #C58527
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C58527; }
p { color: rgb(197,133,39); }
H1.HeaderClassName
{
color: #C58527;
}
.AnyTagClassName
{
color: #C58527;
}
</style>
background-color css
<style>
a { background-color: #C58527; }
a { background-color: rgb(197,133,39); }
div.DivClassName
{
background-color: #C58527;
}
.BgClassName
{
background-color: #C58527;
}
</style>
border-color css
<style>
span { border-color: #C58527; }
span { border-color: rgb(197,133,39); }
td.TdClassName
{
border-color: #C58527;
}
.TagClassName
{
border-color: #C58527;
}
</style>