Shades of Geebung #C48A2D
Tints of Geebung #C48A2D
RGB
CMYK
RGB Variations
Color information
#C48A2D (or 0xC48A2D) is known color: Geebung. HEX triplet: C4, 8A and 2D. RGB value is (196,138,45). Sum of RGB (Red+Green+Blue) = 196+138+45=379 (50% of max value = 765). Red value is 196 (76.95% from 255 or 51.72% from 379); Green value is 138 (54.30% from 255 or 36.41% from 379); Blue value is 45 (17.97% from 255 or 11.87% from 379); Max value from RGB is 196 - color contains mainly: red. Hex color #C48A2D is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C48A2D is #3B75D2. Grayscale: #919191. Windows color (decimal): -3896787 or 2984644. OLE color: 2984644.
HSL color Cylindrical-coordinate representation of color #C48A2D: hue angle of 36.95º degrees, saturation: 0.63, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #C48A2D is Cyan = 0, Magento = 0.30, Yellow = 0.77 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 138 | 45 | - |
| CMYK | 0 | 0.30 | 0.77 | 0.23 |
| HSL | 36.95º | 0.63% | 0.47% | - |
| HSV(B) | 36.95º | 0.77% | 0.77% | - |
| XYZ | 32.33 | 30.1 | 6.59 | - |
| YUV | 144.74 | 71.72 | 164.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 138 | 45 | 0 | 0.30 | 0.77 | 0.23 | 36.95 | 0.63 | 0.47 |
| Hex | C4 | 8A | 2D | 0 | 1E | 4D | 17 | 25 | 3F | 2F |
| Octal | 304 | 212 | 55 | 0 | 36 | 115 | 27 | 45 | 77 | 57 |
| Binary | 11000100 | 10001010 | 101101 | 0 | 11110 | 1001101 | 10111 | 100101 | 111111 | 101111 |
Color Harmonies of #C48A2D
Complementary color
Monochromatic Colors of #C48A2D
Black with #C48A2D
Text Example
Text Example
White with #C48A2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C48A2D; }
p { color: rgb(196,138,45); }
H1.HeaderClassName
{
color: #C48A2D;
}
.AnyTagClassName
{
color: #C48A2D;
}
</style>
background-color css
<style>
a { background-color: #C48A2D; }
a { background-color: rgb(196,138,45); }
div.DivClassName
{
background-color: #C48A2D;
}
.BgClassName
{
background-color: #C48A2D;
}
</style>
border-color css
<style>
span { border-color: #C48A2D; }
span { border-color: rgb(196,138,45); }
td.TdClassName
{
border-color: #C48A2D;
}
.TagClassName
{
border-color: #C48A2D;
}
</style>