Shades of Geebung #C48A2A
Tints of Geebung #C48A2A
RGB
CMYK
RGB Variations
Color information
#C48A2A (or 0xC48A2A) is known color: Geebung. HEX triplet: C4, 8A and 2A. RGB value is (196,138,42). Sum of RGB (Red+Green+Blue) = 196+138+42=376 (49% of max value = 765). Red value is 196 (76.95% from 255 or 52.13% from 376); Green value is 138 (54.30% from 255 or 36.70% from 376); Blue value is 42 (16.80% from 255 or 11.17% from 376); Max value from RGB is 196 - color contains mainly: red. Hex color #C48A2A is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C48A2A is #3B75D5. Grayscale: #909090. Windows color (decimal): -3896790 or 2788036. OLE color: 2788036.
HSL color Cylindrical-coordinate representation of color #C48A2A: hue angle of 37.4º degrees, saturation: 0.65, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #C48A2A is Cyan = 0, Magento = 0.30, Yellow = 0.79 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 138 | 42 | - |
| CMYK | 0 | 0.30 | 0.79 | 0.23 |
| HSL | 37.4º | 0.65% | 0.47% | - |
| HSV(B) | 37.4º | 0.79% | 0.77% | - |
| XYZ | 32.27 | 30.08 | 6.3 | - |
| YUV | 144.4 | 70.22 | 164.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 138 | 42 | 0 | 0.30 | 0.79 | 0.23 | 37.4 | 0.65 | 0.47 |
| Hex | C4 | 8A | 2A | 0 | 1E | 4F | 17 | 25 | 41 | 2F |
| Octal | 304 | 212 | 52 | 0 | 36 | 117 | 27 | 45 | 101 | 57 |
| Binary | 11000100 | 10001010 | 101010 | 0 | 11110 | 1001111 | 10111 | 100101 | 1000001 | 101111 |
Color Harmonies of #C48A2A
Complementary color
Monochromatic Colors of #C48A2A
Black with #C48A2A
Text Example
Text Example
White with #C48A2A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C48A2A; }
p { color: rgb(196,138,42); }
H1.HeaderClassName
{
color: #C48A2A;
}
.AnyTagClassName
{
color: #C48A2A;
}
</style>
background-color css
<style>
a { background-color: #C48A2A; }
a { background-color: rgb(196,138,42); }
div.DivClassName
{
background-color: #C48A2A;
}
.BgClassName
{
background-color: #C48A2A;
}
</style>
border-color css
<style>
span { border-color: #C48A2A; }
span { border-color: rgb(196,138,42); }
td.TdClassName
{
border-color: #C48A2A;
}
.TagClassName
{
border-color: #C48A2A;
}
</style>