Shades of Geebung #C2832F
Tints of Geebung #C2832F
RGB
CMYK
RGB Variations
Color information
#C2832F (or 0xC2832F) is known color: Geebung. HEX triplet: C2, 83 and 2F. RGB value is (194,131,47). Sum of RGB (Red+Green+Blue) = 194+131+47=372 (49% of max value = 765). Red value is 194 (76.17% from 255 or 52.15% from 372); Green value is 131 (51.56% from 255 or 35.22% from 372); Blue value is 47 (18.75% from 255 or 12.63% from 372); Max value from RGB is 194 - color contains mainly: red. Hex color #C2832F is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C2832F is #3D7CD0. Grayscale: #8C8C8C. Windows color (decimal): -4029649 or 3113922. OLE color: 3113922.
HSL color Cylindrical-coordinate representation of color #C2832F: hue angle of 34.29º 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 #C2832F is Cyan = 0, Magento = 0.32, Yellow = 0.76 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 131 | 47 | - |
| CMYK | 0 | 0.32 | 0.76 | 0.24 |
| HSL | 34.29º | 0.61% | 0.47% | - |
| HSV(B) | 34.29º | 0.76% | 0.76% | - |
| XYZ | 30.88 | 27.91 | 6.45 | - |
| YUV | 140.26 | 75.37 | 166.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 131 | 47 | 0 | 0.32 | 0.76 | 0.24 | 34.29 | 0.61 | 0.47 |
| Hex | C2 | 83 | 2F | 0 | 20 | 4C | 18 | 22 | 3D | 2F |
| Octal | 302 | 203 | 57 | 0 | 40 | 114 | 30 | 42 | 75 | 57 |
| Binary | 11000010 | 10000011 | 101111 | 0 | 100000 | 1001100 | 11000 | 100010 | 111101 | 101111 |
Color Harmonies of #C2832F
Complementary color
Monochromatic Colors of #C2832F
Black with #C2832F
Text Example
Text Example
White with #C2832F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2832F; }
p { color: rgb(194,131,47); }
H1.HeaderClassName
{
color: #C2832F;
}
.AnyTagClassName
{
color: #C2832F;
}
</style>
background-color css
<style>
a { background-color: #C2832F; }
a { background-color: rgb(194,131,47); }
div.DivClassName
{
background-color: #C2832F;
}
.BgClassName
{
background-color: #C2832F;
}
</style>
border-color css
<style>
span { border-color: #C2832F; }
span { border-color: rgb(194,131,47); }
td.TdClassName
{
border-color: #C2832F;
}
.TagClassName
{
border-color: #C2832F;
}
</style>