Shades of Geebung #C48130
Tints of Geebung #C48130
RGB
CMYK
RGB Variations
Color information
#C48130 (or 0xC48130) is known color: Geebung. HEX triplet: C4, 81 and 30. RGB value is (196,129,48). Sum of RGB (Red+Green+Blue) = 196+129+48=373 (49% of max value = 765). Red value is 196 (76.95% from 255 or 52.55% from 373); Green value is 129 (50.78% from 255 or 34.58% from 373); Blue value is 48 (19.14% from 255 or 12.87% from 373); Max value from RGB is 196 - color contains mainly: red. Hex color #C48130 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C48130 is #3B7ECF. Grayscale: #8C8C8C. Windows color (decimal): -3899088 or 3178948. OLE color: 3178948.
HSL color Cylindrical-coordinate representation of color #C48130: hue angle of 32.84º degrees, saturation: 0.61, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #C48130 is Cyan = 0, Magento = 0.34, Yellow = 0.76 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 129 | 48 | - |
| CMYK | 0 | 0.34 | 0.76 | 0.23 |
| HSL | 32.84º | 0.61% | 0.48% | - |
| HSV(B) | 32.84º | 0.76% | 0.77% | - |
| XYZ | 31.15 | 27.65 | 6.49 | - |
| YUV | 139.8 | 76.2 | 168.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 129 | 48 | 0 | 0.34 | 0.76 | 0.23 | 32.84 | 0.61 | 0.48 |
| Hex | C4 | 81 | 30 | 0 | 22 | 4C | 17 | 21 | 3D | 30 |
| Octal | 304 | 201 | 60 | 0 | 42 | 114 | 27 | 41 | 75 | 60 |
| Binary | 11000100 | 10000001 | 110000 | 0 | 100010 | 1001100 | 10111 | 100001 | 111101 | 110000 |
Color Harmonies of #C48130
Complementary color
Monochromatic Colors of #C48130
Black with #C48130
Text Example
Text Example
White with #C48130
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C48130; }
p { color: rgb(196,129,48); }
H1.HeaderClassName
{
color: #C48130;
}
.AnyTagClassName
{
color: #C48130;
}
</style>
background-color css
<style>
a { background-color: #C48130; }
a { background-color: rgb(196,129,48); }
div.DivClassName
{
background-color: #C48130;
}
.BgClassName
{
background-color: #C48130;
}
</style>
border-color css
<style>
span { border-color: #C48130; }
span { border-color: rgb(196,129,48); }
td.TdClassName
{
border-color: #C48130;
}
.TagClassName
{
border-color: #C48130;
}
</style>