Shades of Geebung #C2842D
Tints of Geebung #C2842D
RGB
CMYK
RGB Variations
Color information
#C2842D (or 0xC2842D) is known color: Geebung. HEX triplet: C2, 84 and 2D. RGB value is (194,132,45). Sum of RGB (Red+Green+Blue) = 194+132+45=371 (49% of max value = 765). Red value is 194 (76.17% from 255 or 52.29% from 371); Green value is 132 (51.95% from 255 or 35.58% from 371); Blue value is 45 (17.97% from 255 or 12.13% from 371); Max value from RGB is 194 - color contains mainly: red. Hex color #C2842D is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C2842D is #3D7BD2. Grayscale: #8D8D8D. Windows color (decimal): -4029395 or 2983106. OLE color: 2983106.
HSL color Cylindrical-coordinate representation of color #C2842D: hue angle of 35.03º degrees, saturation: 0.62, 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 #C2842D is Cyan = 0, Magento = 0.32, Yellow = 0.77 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 132 | 45 | - |
| CMYK | 0 | 0.32 | 0.77 | 0.24 |
| HSL | 35.03º | 0.62% | 0.47% | - |
| HSV(B) | 35.03º | 0.77% | 0.76% | - |
| XYZ | 30.97 | 28.16 | 6.29 | - |
| YUV | 140.62 | 74.04 | 166.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 132 | 45 | 0 | 0.32 | 0.77 | 0.24 | 35.03 | 0.62 | 0.47 |
| Hex | C2 | 84 | 2D | 0 | 20 | 4D | 18 | 23 | 3E | 2F |
| Octal | 302 | 204 | 55 | 0 | 40 | 115 | 30 | 43 | 76 | 57 |
| Binary | 11000010 | 10000100 | 101101 | 0 | 100000 | 1001101 | 11000 | 100011 | 111110 | 101111 |
Color Harmonies of #C2842D
Complementary color
Monochromatic Colors of #C2842D
Black with #C2842D
Text Example
Text Example
White with #C2842D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2842D; }
p { color: rgb(194,132,45); }
H1.HeaderClassName
{
color: #C2842D;
}
.AnyTagClassName
{
color: #C2842D;
}
</style>
background-color css
<style>
a { background-color: #C2842D; }
a { background-color: rgb(194,132,45); }
div.DivClassName
{
background-color: #C2842D;
}
.BgClassName
{
background-color: #C2842D;
}
</style>
border-color css
<style>
span { border-color: #C2842D; }
span { border-color: rgb(194,132,45); }
td.TdClassName
{
border-color: #C2842D;
}
.TagClassName
{
border-color: #C2842D;
}
</style>