Shades of Geebung #C2812D
Tints of Geebung #C2812D
RGB
CMYK
RGB Variations
Color information
#C2812D (or 0xC2812D) is known color: Geebung. HEX triplet: C2, 81 and 2D. RGB value is (194,129,45). Sum of RGB (Red+Green+Blue) = 194+129+45=368 (48% of max value = 765). Red value is 194 (76.17% from 255 or 52.72% from 368); Green value is 129 (50.78% from 255 or 35.05% from 368); Blue value is 45 (17.97% from 255 or 12.23% from 368); Max value from RGB is 194 - color contains mainly: red. Hex color #C2812D is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C2812D is #3D7ED2. Grayscale: #8B8B8B. Windows color (decimal): -4030163 or 2982338. OLE color: 2982338.
HSL color Cylindrical-coordinate representation of color #C2812D: hue angle of 33.83º 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 #C2812D is Cyan = 0, Magento = 0.34, Yellow = 0.77 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 129 | 45 | - |
| CMYK | 0 | 0.34 | 0.77 | 0.24 |
| HSL | 33.83º | 0.62% | 0.47% | - |
| HSV(B) | 33.83º | 0.77% | 0.76% | - |
| XYZ | 30.57 | 27.36 | 6.15 | - |
| YUV | 138.86 | 75.03 | 167.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 129 | 45 | 0 | 0.34 | 0.77 | 0.24 | 33.83 | 0.62 | 0.47 |
| Hex | C2 | 81 | 2D | 0 | 22 | 4D | 18 | 22 | 3E | 2F |
| Octal | 302 | 201 | 55 | 0 | 42 | 115 | 30 | 42 | 76 | 57 |
| Binary | 11000010 | 10000001 | 101101 | 0 | 100010 | 1001101 | 11000 | 100010 | 111110 | 101111 |
Color Harmonies of #C2812D
Complementary color
Monochromatic Colors of #C2812D
Black with #C2812D
Text Example
Text Example
White with #C2812D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2812D; }
p { color: rgb(194,129,45); }
H1.HeaderClassName
{
color: #C2812D;
}
.AnyTagClassName
{
color: #C2812D;
}
</style>
background-color css
<style>
a { background-color: #C2812D; }
a { background-color: rgb(194,129,45); }
div.DivClassName
{
background-color: #C2812D;
}
.BgClassName
{
background-color: #C2812D;
}
</style>
border-color css
<style>
span { border-color: #C2812D; }
span { border-color: rgb(194,129,45); }
td.TdClassName
{
border-color: #C2812D;
}
.TagClassName
{
border-color: #C2812D;
}
</style>