Shades of Geebung #C28A2B
Tints of Geebung #C28A2B
RGB
CMYK
RGB Variations
Color information
#C28A2B (or 0xC28A2B) is known color: Geebung. HEX triplet: C2, 8A and 2B. RGB value is (194,138,43). Sum of RGB (Red+Green+Blue) = 194+138+43=375 (49% of max value = 765). Red value is 194 (76.17% from 255 or 51.73% from 375); Green value is 138 (54.30% from 255 or 36.8% from 375); Blue value is 43 (17.19% from 255 or 11.47% from 375); Max value from RGB is 194 - color contains mainly: red. Hex color #C28A2B is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C28A2B is #3D75D4. Grayscale: #909090. Windows color (decimal): -4027861 or 2853570. OLE color: 2853570.
HSL color Cylindrical-coordinate representation of color #C28A2B: hue angle of 37.75º degrees, saturation: 0.64, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #C28A2B is Cyan = 0, Magento = 0.29, Yellow = 0.78 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 138 | 43 | - |
| CMYK | 0 | 0.29 | 0.78 | 0.24 |
| HSL | 37.75º | 0.64% | 0.46% | - |
| HSV(B) | 37.75º | 0.78% | 0.76% | - |
| XYZ | 31.77 | 29.82 | 6.37 | - |
| YUV | 143.91 | 71.05 | 163.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 138 | 43 | 0 | 0.29 | 0.78 | 0.24 | 37.75 | 0.64 | 0.46 |
| Hex | C2 | 8A | 2B | 0 | 1D | 4E | 18 | 26 | 40 | 2E |
| Octal | 302 | 212 | 53 | 0 | 35 | 116 | 30 | 46 | 100 | 56 |
| Binary | 11000010 | 10001010 | 101011 | 0 | 11101 | 1001110 | 11000 | 100110 | 1000000 | 101110 |
Color Harmonies of #C28A2B
Complementary color
Monochromatic Colors of #C28A2B
Black with #C28A2B
Text Example
Text Example
White with #C28A2B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C28A2B; }
p { color: rgb(194,138,43); }
H1.HeaderClassName
{
color: #C28A2B;
}
.AnyTagClassName
{
color: #C28A2B;
}
</style>
background-color css
<style>
a { background-color: #C28A2B; }
a { background-color: rgb(194,138,43); }
div.DivClassName
{
background-color: #C28A2B;
}
.BgClassName
{
background-color: #C28A2B;
}
</style>
border-color css
<style>
span { border-color: #C28A2B; }
span { border-color: rgb(194,138,43); }
td.TdClassName
{
border-color: #C28A2B;
}
.TagClassName
{
border-color: #C28A2B;
}
</style>