Shades of Geebung #C3852B
Tints of Geebung #C3852B
RGB
CMYK
RGB Variations
Color information
#C3852B (or 0xC3852B) is known color: Geebung. HEX triplet: C3, 85 and 2B. RGB value is (195,133,43). Sum of RGB (Red+Green+Blue) = 195+133+43=371 (49% of max value = 765). Red value is 195 (76.56% from 255 or 52.56% from 371); Green value is 133 (52.34% from 255 or 35.85% from 371); Blue value is 43 (17.19% from 255 or 11.59% from 371); Max value from RGB is 195 - color contains mainly: red. Hex color #C3852B is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C3852B is #3C7AD4. Grayscale: #8D8D8D. Windows color (decimal): -3963605 or 2852291. OLE color: 2852291.
HSL color Cylindrical-coordinate representation of color #C3852B: hue angle of 35.53º degrees, saturation: 0.64, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #C3852B is Cyan = 0, Magento = 0.32, Yellow = 0.78 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 133 | 43 | - |
| CMYK | 0 | 0.32 | 0.78 | 0.24 |
| HSL | 35.53º | 0.64% | 0.47% | - |
| HSV(B) | 35.53º | 0.78% | 0.76% | - |
| XYZ | 31.33 | 28.55 | 6.15 | - |
| YUV | 141.28 | 72.54 | 166.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 133 | 43 | 0 | 0.32 | 0.78 | 0.24 | 35.53 | 0.64 | 0.47 |
| Hex | C3 | 85 | 2B | 0 | 20 | 4E | 18 | 24 | 40 | 2F |
| Octal | 303 | 205 | 53 | 0 | 40 | 116 | 30 | 44 | 100 | 57 |
| Binary | 11000011 | 10000101 | 101011 | 0 | 100000 | 1001110 | 11000 | 100100 | 1000000 | 101111 |
Color Harmonies of #C3852B
Complementary color
Monochromatic Colors of #C3852B
Black with #C3852B
Text Example
Text Example
White with #C3852B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C3852B; }
p { color: rgb(195,133,43); }
H1.HeaderClassName
{
color: #C3852B;
}
.AnyTagClassName
{
color: #C3852B;
}
</style>
background-color css
<style>
a { background-color: #C3852B; }
a { background-color: rgb(195,133,43); }
div.DivClassName
{
background-color: #C3852B;
}
.BgClassName
{
background-color: #C3852B;
}
</style>
border-color css
<style>
span { border-color: #C3852B; }
span { border-color: rgb(195,133,43); }
td.TdClassName
{
border-color: #C3852B;
}
.TagClassName
{
border-color: #C3852B;
}
</style>