Shades of Geebung #C28A2E
Tints of Geebung #C28A2E
RGB
CMYK
RGB Variations
Color information
#C28A2E (or 0xC28A2E) is known color: Geebung. HEX triplet: C2, 8A and 2E. RGB value is (194,138,46). Sum of RGB (Red+Green+Blue) = 194+138+46=378 (50% of max value = 765). Red value is 194 (76.17% from 255 or 51.32% from 378); Green value is 138 (54.30% from 255 or 36.51% from 378); Blue value is 46 (18.36% from 255 or 12.17% from 378); Max value from RGB is 194 - color contains mainly: red. Hex color #C28A2E is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C28A2E is #3D75D1. Grayscale: #909090. Windows color (decimal): -4027858 or 3050178. OLE color: 3050178.
HSL color Cylindrical-coordinate representation of color #C28A2E: hue angle of 37.3º degrees, saturation: 0.62, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #C28A2E is Cyan = 0, Magento = 0.29, Yellow = 0.76 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 138 | 46 | - |
| CMYK | 0 | 0.29 | 0.76 | 0.24 |
| HSL | 37.3º | 0.62% | 0.47% | - |
| HSV(B) | 37.3º | 0.76% | 0.76% | - |
| XYZ | 31.83 | 29.84 | 6.67 | - |
| YUV | 144.26 | 72.55 | 163.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 138 | 46 | 0 | 0.29 | 0.76 | 0.24 | 37.3 | 0.62 | 0.47 |
| Hex | C2 | 8A | 2E | 0 | 1D | 4C | 18 | 25 | 3E | 2F |
| Octal | 302 | 212 | 56 | 0 | 35 | 114 | 30 | 45 | 76 | 57 |
| Binary | 11000010 | 10001010 | 101110 | 0 | 11101 | 1001100 | 11000 | 100101 | 111110 | 101111 |
Color Harmonies of #C28A2E
Complementary color
Monochromatic Colors of #C28A2E
Black with #C28A2E
Text Example
Text Example
White with #C28A2E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C28A2E; }
p { color: rgb(194,138,46); }
H1.HeaderClassName
{
color: #C28A2E;
}
.AnyTagClassName
{
color: #C28A2E;
}
</style>
background-color css
<style>
a { background-color: #C28A2E; }
a { background-color: rgb(194,138,46); }
div.DivClassName
{
background-color: #C28A2E;
}
.BgClassName
{
background-color: #C28A2E;
}
</style>
border-color css
<style>
span { border-color: #C28A2E; }
span { border-color: rgb(194,138,46); }
td.TdClassName
{
border-color: #C28A2E;
}
.TagClassName
{
border-color: #C28A2E;
}
</style>