Shades of Geebung #C28A2C
Tints of Geebung #C28A2C
RGB
CMYK
RGB Variations
Color information
#C28A2C (or 0xC28A2C) is known color: Geebung. HEX triplet: C2, 8A and 2C. RGB value is (194,138,44). Sum of RGB (Red+Green+Blue) = 194+138+44=376 (49% of max value = 765). Red value is 194 (76.17% from 255 or 51.60% from 376); Green value is 138 (54.30% from 255 or 36.70% from 376); Blue value is 44 (17.58% from 255 or 11.70% from 376); Max value from RGB is 194 - color contains mainly: red. Hex color #C28A2C is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C28A2C is #3D75D3. Grayscale: #909090. Windows color (decimal): -4027860 or 2919106. OLE color: 2919106.
HSL color Cylindrical-coordinate representation of color #C28A2C: hue angle of 37.6º degrees, saturation: 0.63, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #C28A2C is Cyan = 0, Magento = 0.29, Yellow = 0.77 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 138 | 44 | - |
| CMYK | 0 | 0.29 | 0.77 | 0.24 |
| HSL | 37.6º | 0.63% | 0.47% | - |
| HSV(B) | 37.6º | 0.77% | 0.76% | - |
| XYZ | 31.79 | 29.83 | 6.46 | - |
| YUV | 144.03 | 71.55 | 163.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 138 | 44 | 0 | 0.29 | 0.77 | 0.24 | 37.6 | 0.63 | 0.47 |
| Hex | C2 | 8A | 2C | 0 | 1D | 4D | 18 | 26 | 3F | 2F |
| Octal | 302 | 212 | 54 | 0 | 35 | 115 | 30 | 46 | 77 | 57 |
| Binary | 11000010 | 10001010 | 101100 | 0 | 11101 | 1001101 | 11000 | 100110 | 111111 | 101111 |
Color Harmonies of #C28A2C
Complementary color
Monochromatic Colors of #C28A2C
Black with #C28A2C
Text Example
Text Example
White with #C28A2C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C28A2C; }
p { color: rgb(194,138,44); }
H1.HeaderClassName
{
color: #C28A2C;
}
.AnyTagClassName
{
color: #C28A2C;
}
</style>
background-color css
<style>
a { background-color: #C28A2C; }
a { background-color: rgb(194,138,44); }
div.DivClassName
{
background-color: #C28A2C;
}
.BgClassName
{
background-color: #C28A2C;
}
</style>
border-color css
<style>
span { border-color: #C28A2C; }
span { border-color: rgb(194,138,44); }
td.TdClassName
{
border-color: #C28A2C;
}
.TagClassName
{
border-color: #C28A2C;
}
</style>