Shades of Geebung #C58226
Tints of Geebung #C58226
RGB
CMYK
RGB Variations
Color information
#C58226 (or 0xC58226) is known color: Geebung. HEX triplet: C5, 82 and 26. RGB value is (197,130,38). Sum of RGB (Red+Green+Blue) = 197+130+38=365 (48% of max value = 765). Red value is 197 (77.34% from 255 or 53.97% from 365); Green value is 130 (51.17% from 255 or 35.62% from 365); Blue value is 38 (15.23% from 255 or 10.41% from 365); Max value from RGB is 197 - color contains mainly: red. Hex color #C58226 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C58226 is #3A7DD9. Grayscale: #8B8B8B. Windows color (decimal): -3833306 or 2523845. OLE color: 2523845.
HSL color Cylindrical-coordinate representation of color #C58226: hue angle of 34.72º 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 #C58226 is Cyan = 0, Magento = 0.34, Yellow = 0.81 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 130 | 38 | - |
| CMYK | 0 | 0.34 | 0.81 | 0.23 |
| HSL | 34.72º | 0.68% | 0.46% | - |
| HSV(B) | 34.72º | 0.81% | 0.77% | - |
| XYZ | 31.36 | 27.98 | 5.58 | - |
| YUV | 139.55 | 70.7 | 168.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 130 | 38 | 0 | 0.34 | 0.81 | 0.23 | 34.72 | 0.68 | 0.46 |
| Hex | C5 | 82 | 26 | 0 | 22 | 51 | 17 | 23 | 44 | 2E |
| Octal | 305 | 202 | 46 | 0 | 42 | 121 | 27 | 43 | 104 | 56 |
| Binary | 11000101 | 10000010 | 100110 | 0 | 100010 | 1010001 | 10111 | 100011 | 1000100 | 101110 |
Color Harmonies of #C58226
Complementary color
Monochromatic Colors of #C58226
Black with #C58226
Text Example
Text Example
White with #C58226
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C58226; }
p { color: rgb(197,130,38); }
H1.HeaderClassName
{
color: #C58226;
}
.AnyTagClassName
{
color: #C58226;
}
</style>
background-color css
<style>
a { background-color: #C58226; }
a { background-color: rgb(197,130,38); }
div.DivClassName
{
background-color: #C58226;
}
.BgClassName
{
background-color: #C58226;
}
</style>
border-color css
<style>
span { border-color: #C58226; }
span { border-color: rgb(197,130,38); }
td.TdClassName
{
border-color: #C58226;
}
.TagClassName
{
border-color: #C58226;
}
</style>