Shades of Geebung #C4831D
Tints of Geebung #C4831D
RGB
CMYK
RGB Variations
Color information
#C4831D (or 0xC4831D) is known color: Geebung. HEX triplet: C4, 83 and 1D. RGB value is (196,131,29). Sum of RGB (Red+Green+Blue) = 196+131+29=356 (47% of max value = 765). Red value is 196 (76.95% from 255 or 55.06% from 356); Green value is 131 (51.56% from 255 or 36.80% from 356); Blue value is 29 (11.72% from 255 or 8.15% from 356); Max value from RGB is 196 - color contains mainly: red. Hex color #C4831D is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C4831D is #3B7CE2. Grayscale: #8B8B8B. Windows color (decimal): -3898595 or 1934276. OLE color: 1934276.
HSL color Cylindrical-coordinate representation of color #C4831D: hue angle of 36.65º degrees, saturation: 0.74, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #C4831D is Cyan = 0, Magento = 0.33, Yellow = 0.85 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 131 | 29 | - |
| CMYK | 0 | 0.33 | 0.85 | 0.23 |
| HSL | 36.65º | 0.74% | 0.44% | - |
| HSV(B) | 36.65º | 0.85% | 0.77% | - |
| XYZ | 31.1 | 28.06 | 4.94 | - |
| YUV | 138.81 | 66.03 | 168.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 131 | 29 | 0 | 0.33 | 0.85 | 0.23 | 36.65 | 0.74 | 0.44 |
| Hex | C4 | 83 | 1D | 0 | 21 | 55 | 17 | 25 | 4A | 2C |
| Octal | 304 | 203 | 35 | 0 | 41 | 125 | 27 | 45 | 112 | 54 |
| Binary | 11000100 | 10000011 | 11101 | 0 | 100001 | 1010101 | 10111 | 100101 | 1001010 | 101100 |
Color Harmonies of #C4831D
Complementary color
Monochromatic Colors of #C4831D
Black with #C4831D
Text Example
Text Example
White with #C4831D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C4831D; }
p { color: rgb(196,131,29); }
H1.HeaderClassName
{
color: #C4831D;
}
.AnyTagClassName
{
color: #C4831D;
}
</style>
background-color css
<style>
a { background-color: #C4831D; }
a { background-color: rgb(196,131,29); }
div.DivClassName
{
background-color: #C4831D;
}
.BgClassName
{
background-color: #C4831D;
}
</style>
border-color css
<style>
span { border-color: #C4831D; }
span { border-color: rgb(196,131,29); }
td.TdClassName
{
border-color: #C4831D;
}
.TagClassName
{
border-color: #C4831D;
}
</style>