Shades of Geebung #C58633
Tints of Geebung #C58633
RGB
CMYK
RGB Variations
Color information
#C58633 (or 0xC58633) is known color: Geebung. HEX triplet: C5, 86 and 33. RGB value is (197,134,51). Sum of RGB (Red+Green+Blue) = 197+134+51=382 (50% of max value = 765). Red value is 197 (77.34% from 255 or 51.57% from 382); Green value is 134 (52.73% from 255 or 35.08% from 382); Blue value is 51 (20.31% from 255 or 13.35% from 382); Max value from RGB is 197 - color contains mainly: red. Hex color #C58633 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C58633 is #3A79CC. Grayscale: #8F8F8F. Windows color (decimal): -3832269 or 3376837. OLE color: 3376837.
HSL color Cylindrical-coordinate representation of color #C58633: hue angle of 34.11º degrees, saturation: 0.59, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #C58633 is Cyan = 0, Magento = 0.32, Yellow = 0.74 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 134 | 51 | - |
| CMYK | 0 | 0.32 | 0.74 | 0.23 |
| HSL | 34.11º | 0.59% | 0.49% | - |
| HSV(B) | 34.11º | 0.74% | 0.77% | - |
| XYZ | 32.15 | 29.16 | 7.07 | - |
| YUV | 143.38 | 75.87 | 166.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 134 | 51 | 0 | 0.32 | 0.74 | 0.23 | 34.11 | 0.59 | 0.49 |
| Hex | C5 | 86 | 33 | 0 | 20 | 4A | 17 | 22 | 3B | 31 |
| Octal | 305 | 206 | 63 | 0 | 40 | 112 | 27 | 42 | 73 | 61 |
| Binary | 11000101 | 10000110 | 110011 | 0 | 100000 | 1001010 | 10111 | 100010 | 111011 | 110001 |
Color Harmonies of #C58633
Complementary color
Monochromatic Colors of #C58633
Black with #C58633
Text Example
Text Example
White with #C58633
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C58633; }
p { color: rgb(197,134,51); }
H1.HeaderClassName
{
color: #C58633;
}
.AnyTagClassName
{
color: #C58633;
}
</style>
background-color css
<style>
a { background-color: #C58633; }
a { background-color: rgb(197,134,51); }
div.DivClassName
{
background-color: #C58633;
}
.BgClassName
{
background-color: #C58633;
}
</style>
border-color css
<style>
span { border-color: #C58633; }
span { border-color: rgb(197,134,51); }
td.TdClassName
{
border-color: #C58633;
}
.TagClassName
{
border-color: #C58633;
}
</style>