Shades of Geebung #C58B33
Tints of Geebung #C58B33
RGB
CMYK
RGB Variations
Color information
#C58B33 (or 0xC58B33) is known color: Geebung. HEX triplet: C5, 8B and 33. RGB value is (197,139,51). Sum of RGB (Red+Green+Blue) = 197+139+51=387 (51% of max value = 765). Red value is 197 (77.34% from 255 or 50.90% from 387); Green value is 139 (54.69% from 255 or 35.92% from 387); Blue value is 51 (20.31% from 255 or 13.18% from 387); Max value from RGB is 197 - color contains mainly: red. Hex color #C58B33 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C58B33 is #3A74CC. Grayscale: #929292. Windows color (decimal): -3830989 or 3378117. OLE color: 3378117.
HSL color Cylindrical-coordinate representation of color #C58B33: hue angle of 36.16º 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 #C58B33 is Cyan = 0, Magento = 0.29, Yellow = 0.74 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 139 | 51 | - |
| CMYK | 0 | 0.29 | 0.74 | 0.23 |
| HSL | 36.16º | 0.59% | 0.49% | - |
| HSV(B) | 36.16º | 0.74% | 0.77% | - |
| XYZ | 32.86 | 30.57 | 7.3 | - |
| YUV | 146.31 | 74.22 | 164.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 139 | 51 | 0 | 0.29 | 0.74 | 0.23 | 36.16 | 0.59 | 0.49 |
| Hex | C5 | 8B | 33 | 0 | 1D | 4A | 17 | 24 | 3B | 31 |
| Octal | 305 | 213 | 63 | 0 | 35 | 112 | 27 | 44 | 73 | 61 |
| Binary | 11000101 | 10001011 | 110011 | 0 | 11101 | 1001010 | 10111 | 100100 | 111011 | 110001 |
Color Harmonies of #C58B33
Complementary color
Monochromatic Colors of #C58B33
Black with #C58B33
Text Example
Text Example
White with #C58B33
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C58B33; }
p { color: rgb(197,139,51); }
H1.HeaderClassName
{
color: #C58B33;
}
.AnyTagClassName
{
color: #C58B33;
}
</style>
background-color css
<style>
a { background-color: #C58B33; }
a { background-color: rgb(197,139,51); }
div.DivClassName
{
background-color: #C58B33;
}
.BgClassName
{
background-color: #C58B33;
}
</style>
border-color css
<style>
span { border-color: #C58B33; }
span { border-color: rgb(197,139,51); }
td.TdClassName
{
border-color: #C58B33;
}
.TagClassName
{
border-color: #C58B33;
}
</style>