Shades of Geebung #C48223
Tints of Geebung #C48223
RGB
CMYK
RGB Variations
Color information
#C48223 (or 0xC48223) is known color: Geebung. HEX triplet: C4, 82 and 23. RGB value is (196,130,35). Sum of RGB (Red+Green+Blue) = 196+130+35=361 (47% of max value = 765). Red value is 196 (76.95% from 255 or 54.29% from 361); Green value is 130 (51.17% from 255 or 36.01% from 361); Blue value is 35 (14.06% from 255 or 9.70% from 361); Max value from RGB is 196 - color contains mainly: red. Hex color #C48223 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C48223 is #3B7DDC. Grayscale: #8B8B8B. Windows color (decimal): -3898845 or 2327236. OLE color: 2327236.
HSL color Cylindrical-coordinate representation of color #C48223: hue angle of 35.4º degrees, saturation: 0.7, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #C48223 is Cyan = 0, Magento = 0.34, Yellow = 0.82 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 130 | 35 | - |
| CMYK | 0 | 0.34 | 0.82 | 0.23 |
| HSL | 35.4º | 0.7% | 0.45% | - |
| HSV(B) | 35.4º | 0.82% | 0.77% | - |
| XYZ | 31.05 | 27.82 | 5.32 | - |
| YUV | 138.9 | 69.37 | 168.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 130 | 35 | 0 | 0.34 | 0.82 | 0.23 | 35.4 | 0.7 | 0.45 |
| Hex | C4 | 82 | 23 | 0 | 22 | 52 | 17 | 23 | 46 | 2D |
| Octal | 304 | 202 | 43 | 0 | 42 | 122 | 27 | 43 | 106 | 55 |
| Binary | 11000100 | 10000010 | 100011 | 0 | 100010 | 1010010 | 10111 | 100011 | 1000110 | 101101 |
Color Harmonies of #C48223
Complementary color
Monochromatic Colors of #C48223
Black with #C48223
Text Example
Text Example
White with #C48223
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C48223; }
p { color: rgb(196,130,35); }
H1.HeaderClassName
{
color: #C48223;
}
.AnyTagClassName
{
color: #C48223;
}
</style>
background-color css
<style>
a { background-color: #C48223; }
a { background-color: rgb(196,130,35); }
div.DivClassName
{
background-color: #C48223;
}
.BgClassName
{
background-color: #C48223;
}
</style>
border-color css
<style>
span { border-color: #C48223; }
span { border-color: rgb(196,130,35); }
td.TdClassName
{
border-color: #C48223;
}
.TagClassName
{
border-color: #C48223;
}
</style>