Shades of Geebung #C58423
Tints of Geebung #C58423
RGB
CMYK
RGB Variations
Color information
#C58423 (or 0xC58423) is known color: Geebung. HEX triplet: C5, 84 and 23. RGB value is (197,132,35). Sum of RGB (Red+Green+Blue) = 197+132+35=364 (48% of max value = 765). Red value is 197 (77.34% from 255 or 54.12% from 364); Green value is 132 (51.95% from 255 or 36.26% from 364); Blue value is 35 (14.06% from 255 or 9.62% from 364); Max value from RGB is 197 - color contains mainly: red. Hex color #C58423 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C58423 is #3A7BDC. Grayscale: #8C8C8C. Windows color (decimal): -3832797 or 2327749. OLE color: 2327749.
HSL color Cylindrical-coordinate representation of color #C58423: hue angle of 35.93º degrees, saturation: 0.7, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #C58423 is Cyan = 0, Magento = 0.33, Yellow = 0.82 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 132 | 35 | - |
| CMYK | 0 | 0.33 | 0.82 | 0.23 |
| HSL | 35.93º | 0.7% | 0.45% | - |
| HSV(B) | 35.93º | 0.82% | 0.77% | - |
| XYZ | 31.58 | 28.49 | 5.43 | - |
| YUV | 140.38 | 68.53 | 168.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 132 | 35 | 0 | 0.33 | 0.82 | 0.23 | 35.93 | 0.7 | 0.45 |
| Hex | C5 | 84 | 23 | 0 | 21 | 52 | 17 | 24 | 46 | 2D |
| Octal | 305 | 204 | 43 | 0 | 41 | 122 | 27 | 44 | 106 | 55 |
| Binary | 11000101 | 10000100 | 100011 | 0 | 100001 | 1010010 | 10111 | 100100 | 1000110 | 101101 |
Color Harmonies of #C58423
Complementary color
Monochromatic Colors of #C58423
Black with #C58423
Text Example
Text Example
White with #C58423
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C58423; }
p { color: rgb(197,132,35); }
H1.HeaderClassName
{
color: #C58423;
}
.AnyTagClassName
{
color: #C58423;
}
</style>
background-color css
<style>
a { background-color: #C58423; }
a { background-color: rgb(197,132,35); }
div.DivClassName
{
background-color: #C58423;
}
.BgClassName
{
background-color: #C58423;
}
</style>
border-color css
<style>
span { border-color: #C58423; }
span { border-color: rgb(197,132,35); }
td.TdClassName
{
border-color: #C58423;
}
.TagClassName
{
border-color: #C58423;
}
</style>