Shades of Geebung #C4832E
Tints of Geebung #C4832E
RGB
CMYK
RGB Variations
Color information
#C4832E (or 0xC4832E) is known color: Geebung. HEX triplet: C4, 83 and 2E. RGB value is (196,131,46). Sum of RGB (Red+Green+Blue) = 196+131+46=373 (49% of max value = 765). Red value is 196 (76.95% from 255 or 52.55% from 373); Green value is 131 (51.56% from 255 or 35.12% from 373); Blue value is 46 (18.36% from 255 or 12.33% from 373); Max value from RGB is 196 - color contains mainly: red. Hex color #C4832E is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C4832E is #3B7CD1. Grayscale: #8D8D8D. Windows color (decimal): -3898578 or 3048388. OLE color: 3048388.
HSL color Cylindrical-coordinate representation of color #C4832E: hue angle of 34º degrees, saturation: 0.62, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #C4832E is Cyan = 0, Magento = 0.33, Yellow = 0.77 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 131 | 46 | - |
| CMYK | 0 | 0.33 | 0.77 | 0.23 |
| HSL | 34º | 0.62% | 0.47% | - |
| HSV(B) | 34º | 0.77% | 0.77% | - |
| XYZ | 31.37 | 28.17 | 6.37 | - |
| YUV | 140.75 | 74.53 | 167.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 131 | 46 | 0 | 0.33 | 0.77 | 0.23 | 34 | 0.62 | 0.47 |
| Hex | C4 | 83 | 2E | 0 | 21 | 4D | 17 | 22 | 3E | 2F |
| Octal | 304 | 203 | 56 | 0 | 41 | 115 | 27 | 42 | 76 | 57 |
| Binary | 11000100 | 10000011 | 101110 | 0 | 100001 | 1001101 | 10111 | 100010 | 111110 | 101111 |
Color Harmonies of #C4832E
Complementary color
Monochromatic Colors of #C4832E
Black with #C4832E
Text Example
Text Example
White with #C4832E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C4832E; }
p { color: rgb(196,131,46); }
H1.HeaderClassName
{
color: #C4832E;
}
.AnyTagClassName
{
color: #C4832E;
}
</style>
background-color css
<style>
a { background-color: #C4832E; }
a { background-color: rgb(196,131,46); }
div.DivClassName
{
background-color: #C4832E;
}
.BgClassName
{
background-color: #C4832E;
}
</style>
border-color css
<style>
span { border-color: #C4832E; }
span { border-color: rgb(196,131,46); }
td.TdClassName
{
border-color: #C4832E;
}
.TagClassName
{
border-color: #C4832E;
}
</style>