Shades of Geebung #C58426
Tints of Geebung #C58426
RGB
CMYK
RGB Variations
Color information
#C58426 (or 0xC58426) is known color: Geebung. HEX triplet: C5, 84 and 26. RGB value is (197,132,38). Sum of RGB (Red+Green+Blue) = 197+132+38=367 (48% of max value = 765). Red value is 197 (77.34% from 255 or 53.68% from 367); Green value is 132 (51.95% from 255 or 35.97% from 367); Blue value is 38 (15.23% from 255 or 10.35% from 367); Max value from RGB is 197 - color contains mainly: red. Hex color #C58426 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C58426 is #3A7BD9. Grayscale: #8D8D8D. Windows color (decimal): -3832794 or 2524357. OLE color: 2524357.
HSL color Cylindrical-coordinate representation of color #C58426: hue angle of 35.47º degrees, saturation: 0.68, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #C58426 is Cyan = 0, Magento = 0.33, Yellow = 0.81 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 132 | 38 | - |
| CMYK | 0 | 0.33 | 0.81 | 0.23 |
| HSL | 35.47º | 0.68% | 0.46% | - |
| HSV(B) | 35.47º | 0.81% | 0.77% | - |
| XYZ | 31.63 | 28.51 | 5.67 | - |
| YUV | 140.72 | 70.03 | 168.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 132 | 38 | 0 | 0.33 | 0.81 | 0.23 | 35.47 | 0.68 | 0.46 |
| Hex | C5 | 84 | 26 | 0 | 21 | 51 | 17 | 23 | 44 | 2E |
| Octal | 305 | 204 | 46 | 0 | 41 | 121 | 27 | 43 | 104 | 56 |
| Binary | 11000101 | 10000100 | 100110 | 0 | 100001 | 1010001 | 10111 | 100011 | 1000100 | 101110 |
Color Harmonies of #C58426
Complementary color
Monochromatic Colors of #C58426
Black with #C58426
Text Example
Text Example
White with #C58426
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C58426; }
p { color: rgb(197,132,38); }
H1.HeaderClassName
{
color: #C58426;
}
.AnyTagClassName
{
color: #C58426;
}
</style>
background-color css
<style>
a { background-color: #C58426; }
a { background-color: rgb(197,132,38); }
div.DivClassName
{
background-color: #C58426;
}
.BgClassName
{
background-color: #C58426;
}
</style>
border-color css
<style>
span { border-color: #C58426; }
span { border-color: rgb(197,132,38); }
td.TdClassName
{
border-color: #C58426;
}
.TagClassName
{
border-color: #C58426;
}
</style>