Shades of Geebung #C4852B
Tints of Geebung #C4852B
RGB
CMYK
RGB Variations
Color information
#C4852B (or 0xC4852B) is known color: Geebung. HEX triplet: C4, 85 and 2B. RGB value is (196,133,43). Sum of RGB (Red+Green+Blue) = 196+133+43=372 (49% of max value = 765). Red value is 196 (76.95% from 255 or 52.69% from 372); Green value is 133 (52.34% from 255 or 35.75% from 372); Blue value is 43 (17.19% from 255 or 11.56% from 372); Max value from RGB is 196 - color contains mainly: red. Hex color #C4852B is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C4852B is #3B7AD4. Grayscale: #8D8D8D. Windows color (decimal): -3898069 or 2852292. OLE color: 2852292.
HSL color Cylindrical-coordinate representation of color #C4852B: hue angle of 35.29º 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 #C4852B is Cyan = 0, Magento = 0.32, Yellow = 0.78 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 133 | 43 | - |
| CMYK | 0 | 0.32 | 0.78 | 0.23 |
| HSL | 35.29º | 0.64% | 0.47% | - |
| HSV(B) | 35.29º | 0.78% | 0.77% | - |
| XYZ | 31.59 | 28.69 | 6.16 | - |
| YUV | 141.58 | 72.37 | 166.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 133 | 43 | 0 | 0.32 | 0.78 | 0.23 | 35.29 | 0.64 | 0.47 |
| Hex | C4 | 85 | 2B | 0 | 20 | 4E | 17 | 23 | 40 | 2F |
| Octal | 304 | 205 | 53 | 0 | 40 | 116 | 27 | 43 | 100 | 57 |
| Binary | 11000100 | 10000101 | 101011 | 0 | 100000 | 1001110 | 10111 | 100011 | 1000000 | 101111 |
Color Harmonies of #C4852B
Complementary color
Monochromatic Colors of #C4852B
Black with #C4852B
Text Example
Text Example
White with #C4852B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C4852B; }
p { color: rgb(196,133,43); }
H1.HeaderClassName
{
color: #C4852B;
}
.AnyTagClassName
{
color: #C4852B;
}
</style>
background-color css
<style>
a { background-color: #C4852B; }
a { background-color: rgb(196,133,43); }
div.DivClassName
{
background-color: #C4852B;
}
.BgClassName
{
background-color: #C4852B;
}
</style>
border-color css
<style>
span { border-color: #C4852B; }
span { border-color: rgb(196,133,43); }
td.TdClassName
{
border-color: #C4852B;
}
.TagClassName
{
border-color: #C4852B;
}
</style>