Shades of Geebung #C48228
Tints of Geebung #C48228
RGB
CMYK
RGB Variations
Color information
#C48228 (or 0xC48228) is known color: Geebung. HEX triplet: C4, 82 and 28. RGB value is (196,130,40). Sum of RGB (Red+Green+Blue) = 196+130+40=366 (48% of max value = 765). Red value is 196 (76.95% from 255 or 53.55% from 366); Green value is 130 (51.17% from 255 or 35.52% from 366); Blue value is 40 (16.02% from 255 or 10.93% from 366); Max value from RGB is 196 - color contains mainly: red. Hex color #C48228 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C48228 is #3B7DD7. Grayscale: #8B8B8B. Windows color (decimal): -3898840 or 2654916. OLE color: 2654916.
HSL color Cylindrical-coordinate representation of color #C48228: hue angle of 34.62º degrees, saturation: 0.66, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #C48228 is Cyan = 0, Magento = 0.34, Yellow = 0.80 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 130 | 40 | - |
| CMYK | 0 | 0.34 | 0.80 | 0.23 |
| HSL | 34.62º | 0.66% | 0.46% | - |
| HSV(B) | 34.62º | 0.8% | 0.77% | - |
| XYZ | 31.13 | 27.85 | 5.74 | - |
| YUV | 139.47 | 71.87 | 168.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 130 | 40 | 0 | 0.34 | 0.80 | 0.23 | 34.62 | 0.66 | 0.46 |
| Hex | C4 | 82 | 28 | 0 | 22 | 50 | 17 | 23 | 42 | 2E |
| Octal | 304 | 202 | 50 | 0 | 42 | 120 | 27 | 43 | 102 | 56 |
| Binary | 11000100 | 10000010 | 101000 | 0 | 100010 | 1010000 | 10111 | 100011 | 1000010 | 101110 |
Color Harmonies of #C48228
Complementary color
Monochromatic Colors of #C48228
Black with #C48228
Text Example
Text Example
White with #C48228
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C48228; }
p { color: rgb(196,130,40); }
H1.HeaderClassName
{
color: #C48228;
}
.AnyTagClassName
{
color: #C48228;
}
</style>
background-color css
<style>
a { background-color: #C48228; }
a { background-color: rgb(196,130,40); }
div.DivClassName
{
background-color: #C48228;
}
.BgClassName
{
background-color: #C48228;
}
</style>
border-color css
<style>
span { border-color: #C48228; }
span { border-color: rgb(196,130,40); }
td.TdClassName
{
border-color: #C48228;
}
.TagClassName
{
border-color: #C48228;
}
</style>