Shades of Geebung #C4842B
Tints of Geebung #C4842B
RGB
CMYK
RGB Variations
Color information
#C4842B (or 0xC4842B) is known color: Geebung. HEX triplet: C4, 84 and 2B. RGB value is (196,132,43). Sum of RGB (Red+Green+Blue) = 196+132+43=371 (49% of max value = 765). Red value is 196 (76.95% from 255 or 52.83% from 371); Green value is 132 (51.95% from 255 or 35.58% from 371); Blue value is 43 (17.19% from 255 or 11.59% from 371); Max value from RGB is 196 - color contains mainly: red. Hex color #C4842B is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C4842B is #3B7BD4. Grayscale: #8D8D8D. Windows color (decimal): -3898325 or 2852036. OLE color: 2852036.
HSL color Cylindrical-coordinate representation of color #C4842B: hue angle of 34.9º degrees, saturation: 0.64, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #C4842B is Cyan = 0, Magento = 0.33, Yellow = 0.78 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 132 | 43 | - |
| CMYK | 0 | 0.33 | 0.78 | 0.23 |
| HSL | 34.9º | 0.64% | 0.47% | - |
| HSV(B) | 34.9º | 0.78% | 0.77% | - |
| XYZ | 31.45 | 28.41 | 6.11 | - |
| YUV | 140.99 | 72.7 | 167.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 132 | 43 | 0 | 0.33 | 0.78 | 0.23 | 34.9 | 0.64 | 0.47 |
| Hex | C4 | 84 | 2B | 0 | 21 | 4E | 17 | 23 | 40 | 2F |
| Octal | 304 | 204 | 53 | 0 | 41 | 116 | 27 | 43 | 100 | 57 |
| Binary | 11000100 | 10000100 | 101011 | 0 | 100001 | 1001110 | 10111 | 100011 | 1000000 | 101111 |
Color Harmonies of #C4842B
Complementary color
Monochromatic Colors of #C4842B
Black with #C4842B
Text Example
Text Example
White with #C4842B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C4842B; }
p { color: rgb(196,132,43); }
H1.HeaderClassName
{
color: #C4842B;
}
.AnyTagClassName
{
color: #C4842B;
}
</style>
background-color css
<style>
a { background-color: #C4842B; }
a { background-color: rgb(196,132,43); }
div.DivClassName
{
background-color: #C4842B;
}
.BgClassName
{
background-color: #C4842B;
}
</style>
border-color css
<style>
span { border-color: #C4842B; }
span { border-color: rgb(196,132,43); }
td.TdClassName
{
border-color: #C4842B;
}
.TagClassName
{
border-color: #C4842B;
}
</style>