Shades of Geebung #C4841D
Tints of Geebung #C4841D
RGB
CMYK
RGB Variations
Color information
#C4841D (or 0xC4841D) is known color: Geebung. HEX triplet: C4, 84 and 1D. RGB value is (196,132,29). Sum of RGB (Red+Green+Blue) = 196+132+29=357 (47% of max value = 765). Red value is 196 (76.95% from 255 or 54.90% from 357); Green value is 132 (51.95% from 255 or 36.97% from 357); Blue value is 29 (11.72% from 255 or 8.12% from 357); Max value from RGB is 196 - color contains mainly: red. Hex color #C4841D is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C4841D is #3B7BE2. Grayscale: #8B8B8B. Windows color (decimal): -3898339 or 1934532. OLE color: 1934532.
HSL color Cylindrical-coordinate representation of color #C4841D: hue angle of 37.01º 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 #C4841D is Cyan = 0, Magento = 0.33, Yellow = 0.85 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 132 | 29 | - |
| CMYK | 0 | 0.33 | 0.85 | 0.23 |
| HSL | 37.01º | 0.74% | 0.44% | - |
| HSV(B) | 37.01º | 0.85% | 0.77% | - |
| XYZ | 31.24 | 28.33 | 4.98 | - |
| YUV | 139.39 | 65.7 | 168.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 132 | 29 | 0 | 0.33 | 0.85 | 0.23 | 37.01 | 0.74 | 0.44 |
| Hex | C4 | 84 | 1D | 0 | 21 | 55 | 17 | 25 | 4A | 2C |
| Octal | 304 | 204 | 35 | 0 | 41 | 125 | 27 | 45 | 112 | 54 |
| Binary | 11000100 | 10000100 | 11101 | 0 | 100001 | 1010101 | 10111 | 100101 | 1001010 | 101100 |
Color Harmonies of #C4841D
Complementary color
Monochromatic Colors of #C4841D
Black with #C4841D
Text Example
Text Example
White with #C4841D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C4841D; }
p { color: rgb(196,132,29); }
H1.HeaderClassName
{
color: #C4841D;
}
.AnyTagClassName
{
color: #C4841D;
}
</style>
background-color css
<style>
a { background-color: #C4841D; }
a { background-color: rgb(196,132,29); }
div.DivClassName
{
background-color: #C4841D;
}
.BgClassName
{
background-color: #C4841D;
}
</style>
border-color css
<style>
span { border-color: #C4841D; }
span { border-color: rgb(196,132,29); }
td.TdClassName
{
border-color: #C4841D;
}
.TagClassName
{
border-color: #C4841D;
}
</style>