Shades of Geebung #C48B33
Tints of Geebung #C48B33
RGB
CMYK
RGB Variations
Color information
#C48B33 (or 0xC48B33) is known color: Geebung. HEX triplet: C4, 8B and 33. RGB value is (196,139,51). Sum of RGB (Red+Green+Blue) = 196+139+51=386 (51% of max value = 765). Red value is 196 (76.95% from 255 or 50.78% from 386); Green value is 139 (54.69% from 255 or 36.01% from 386); Blue value is 51 (20.31% from 255 or 13.21% from 386); Max value from RGB is 196 - color contains mainly: red. Hex color #C48B33 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C48B33 is #3B74CC. Grayscale: #929292. Windows color (decimal): -3896525 or 3378116. OLE color: 3378116.
HSL color Cylindrical-coordinate representation of color #C48B33: hue angle of 36.41º degrees, saturation: 0.59, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #C48B33 is Cyan = 0, Magento = 0.29, Yellow = 0.74 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 139 | 51 | - |
| CMYK | 0 | 0.29 | 0.74 | 0.23 |
| HSL | 36.41º | 0.59% | 0.48% | - |
| HSV(B) | 36.41º | 0.74% | 0.77% | - |
| XYZ | 32.6 | 30.44 | 7.29 | - |
| YUV | 146.01 | 74.38 | 163.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 139 | 51 | 0 | 0.29 | 0.74 | 0.23 | 36.41 | 0.59 | 0.48 |
| Hex | C4 | 8B | 33 | 0 | 1D | 4A | 17 | 24 | 3B | 30 |
| Octal | 304 | 213 | 63 | 0 | 35 | 112 | 27 | 44 | 73 | 60 |
| Binary | 11000100 | 10001011 | 110011 | 0 | 11101 | 1001010 | 10111 | 100100 | 111011 | 110000 |
Color Harmonies of #C48B33
Complementary color
Monochromatic Colors of #C48B33
Black with #C48B33
Text Example
Text Example
White with #C48B33
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C48B33; }
p { color: rgb(196,139,51); }
H1.HeaderClassName
{
color: #C48B33;
}
.AnyTagClassName
{
color: #C48B33;
}
</style>
background-color css
<style>
a { background-color: #C48B33; }
a { background-color: rgb(196,139,51); }
div.DivClassName
{
background-color: #C48B33;
}
.BgClassName
{
background-color: #C48B33;
}
</style>
border-color css
<style>
span { border-color: #C48B33; }
span { border-color: rgb(196,139,51); }
td.TdClassName
{
border-color: #C48B33;
}
.TagClassName
{
border-color: #C48B33;
}
</style>