Shades of Geebung #C48A2C
Tints of Geebung #C48A2C
RGB
CMYK
RGB Variations
Color information
#C48A2C (or 0xC48A2C) is known color: Geebung. HEX triplet: C4, 8A and 2C. RGB value is (196,138,44). Sum of RGB (Red+Green+Blue) = 196+138+44=378 (50% of max value = 765). Red value is 196 (76.95% from 255 or 51.85% from 378); Green value is 138 (54.30% from 255 or 36.51% from 378); Blue value is 44 (17.58% from 255 or 11.64% from 378); Max value from RGB is 196 - color contains mainly: red. Hex color #C48A2C is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C48A2C is #3B75D3. Grayscale: #919191. Windows color (decimal): -3896788 or 2919108. OLE color: 2919108.
HSL color Cylindrical-coordinate representation of color #C48A2C: hue angle of 37.11º degrees, saturation: 0.63, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #C48A2C is Cyan = 0, Magento = 0.30, Yellow = 0.78 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 138 | 44 | - |
| CMYK | 0 | 0.30 | 0.78 | 0.23 |
| HSL | 37.11º | 0.63% | 0.47% | - |
| HSV(B) | 37.11º | 0.78% | 0.77% | - |
| XYZ | 32.31 | 30.09 | 6.49 | - |
| YUV | 144.63 | 71.22 | 164.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 138 | 44 | 0 | 0.30 | 0.78 | 0.23 | 37.11 | 0.63 | 0.47 |
| Hex | C4 | 8A | 2C | 0 | 1E | 4E | 17 | 25 | 3F | 2F |
| Octal | 304 | 212 | 54 | 0 | 36 | 116 | 27 | 45 | 77 | 57 |
| Binary | 11000100 | 10001010 | 101100 | 0 | 11110 | 1001110 | 10111 | 100101 | 111111 | 101111 |
Color Harmonies of #C48A2C
Complementary color
Monochromatic Colors of #C48A2C
Black with #C48A2C
Text Example
Text Example
White with #C48A2C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C48A2C; }
p { color: rgb(196,138,44); }
H1.HeaderClassName
{
color: #C48A2C;
}
.AnyTagClassName
{
color: #C48A2C;
}
</style>
background-color css
<style>
a { background-color: #C48A2C; }
a { background-color: rgb(196,138,44); }
div.DivClassName
{
background-color: #C48A2C;
}
.BgClassName
{
background-color: #C48A2C;
}
</style>
border-color css
<style>
span { border-color: #C48A2C; }
span { border-color: rgb(196,138,44); }
td.TdClassName
{
border-color: #C48A2C;
}
.TagClassName
{
border-color: #C48A2C;
}
</style>