Shades of Geebung #C58B27
Tints of Geebung #C58B27
RGB
CMYK
RGB Variations
Color information
#C58B27 (or 0xC58B27) is known color: Geebung. HEX triplet: C5, 8B and 27. RGB value is (197,139,39). Sum of RGB (Red+Green+Blue) = 197+139+39=375 (49% of max value = 765). Red value is 197 (77.34% from 255 or 52.53% from 375); Green value is 139 (54.69% from 255 or 37.07% from 375); Blue value is 39 (15.62% from 255 or 10.4% from 375); Max value from RGB is 197 - color contains mainly: red. Hex color #C58B27 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C58B27 is #3A74D8. Grayscale: #919191. Windows color (decimal): -3831001 or 2591685. OLE color: 2591685.
HSL color Cylindrical-coordinate representation of color #C58B27: hue angle of 37.97º 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 #C58B27 is Cyan = 0, Magento = 0.29, Yellow = 0.80 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 139 | 39 | - |
| CMYK | 0 | 0.29 | 0.80 | 0.23 |
| HSL | 37.97º | 0.67% | 0.46% | - |
| HSV(B) | 37.97º | 0.8% | 0.77% | - |
| XYZ | 32.62 | 30.48 | 6.08 | - |
| YUV | 144.94 | 68.22 | 165.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 139 | 39 | 0 | 0.29 | 0.80 | 0.23 | 37.97 | 0.67 | 0.46 |
| Hex | C5 | 8B | 27 | 0 | 1D | 50 | 17 | 26 | 43 | 2E |
| Octal | 305 | 213 | 47 | 0 | 35 | 120 | 27 | 46 | 103 | 56 |
| Binary | 11000101 | 10001011 | 100111 | 0 | 11101 | 1010000 | 10111 | 100110 | 1000011 | 101110 |
Color Harmonies of #C58B27
Complementary color
Monochromatic Colors of #C58B27
Black with #C58B27
Text Example
Text Example
White with #C58B27
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C58B27; }
p { color: rgb(197,139,39); }
H1.HeaderClassName
{
color: #C58B27;
}
.AnyTagClassName
{
color: #C58B27;
}
</style>
background-color css
<style>
a { background-color: #C58B27; }
a { background-color: rgb(197,139,39); }
div.DivClassName
{
background-color: #C58B27;
}
.BgClassName
{
background-color: #C58B27;
}
</style>
border-color css
<style>
span { border-color: #C58B27; }
span { border-color: rgb(197,139,39); }
td.TdClassName
{
border-color: #C58B27;
}
.TagClassName
{
border-color: #C58B27;
}
</style>