Shades of Geebung #C2812F
Tints of Geebung #C2812F
RGB
CMYK
RGB Variations
Color information
#C2812F (or 0xC2812F) is known color: Geebung. HEX triplet: C2, 81 and 2F. RGB value is (194,129,47). Sum of RGB (Red+Green+Blue) = 194+129+47=370 (49% of max value = 765). Red value is 194 (76.17% from 255 or 52.43% from 370); Green value is 129 (50.78% from 255 or 34.86% from 370); Blue value is 47 (18.75% from 255 or 12.70% from 370); Max value from RGB is 194 - color contains mainly: red. Hex color #C2812F is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C2812F is #3D7ED0. Grayscale: #8B8B8B. Windows color (decimal): -4030161 or 3113410. OLE color: 3113410.
HSL color Cylindrical-coordinate representation of color #C2812F: hue angle of 33.47º degrees, saturation: 0.61, 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 #C2812F is Cyan = 0, Magento = 0.34, Yellow = 0.76 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 129 | 47 | - |
| CMYK | 0 | 0.34 | 0.76 | 0.24 |
| HSL | 33.47º | 0.61% | 0.47% | - |
| HSV(B) | 33.47º | 0.76% | 0.76% | - |
| XYZ | 30.61 | 27.38 | 6.36 | - |
| YUV | 139.09 | 76.03 | 167.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 129 | 47 | 0 | 0.34 | 0.76 | 0.24 | 33.47 | 0.61 | 0.47 |
| Hex | C2 | 81 | 2F | 0 | 22 | 4C | 18 | 21 | 3D | 2F |
| Octal | 302 | 201 | 57 | 0 | 42 | 114 | 30 | 41 | 75 | 57 |
| Binary | 11000010 | 10000001 | 101111 | 0 | 100010 | 1001100 | 11000 | 100001 | 111101 | 101111 |
Color Harmonies of #C2812F
Complementary color
Monochromatic Colors of #C2812F
Black with #C2812F
Text Example
Text Example
White with #C2812F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2812F; }
p { color: rgb(194,129,47); }
H1.HeaderClassName
{
color: #C2812F;
}
.AnyTagClassName
{
color: #C2812F;
}
</style>
background-color css
<style>
a { background-color: #C2812F; }
a { background-color: rgb(194,129,47); }
div.DivClassName
{
background-color: #C2812F;
}
.BgClassName
{
background-color: #C2812F;
}
</style>
border-color css
<style>
span { border-color: #C2812F; }
span { border-color: rgb(194,129,47); }
td.TdClassName
{
border-color: #C2812F;
}
.TagClassName
{
border-color: #C2812F;
}
</style>