Shades of Geebung #C3841D
Tints of Geebung #C3841D
RGB
CMYK
RGB Variations
Color information
#C3841D (or 0xC3841D) is known color: Geebung. HEX triplet: C3, 84 and 1D. RGB value is (195,132,29). Sum of RGB (Red+Green+Blue) = 195+132+29=356 (47% of max value = 765). Red value is 195 (76.56% from 255 or 54.78% from 356); Green value is 132 (51.95% from 255 or 37.08% from 356); Blue value is 29 (11.72% from 255 or 8.15% from 356); Max value from RGB is 195 - color contains mainly: red. Hex color #C3841D is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C3841D is #3C7BE2. Grayscale: #8B8B8B. Windows color (decimal): -3963875 or 1934531. OLE color: 1934531.
HSL color Cylindrical-coordinate representation of color #C3841D: hue angle of 37.23º degrees, saturation: 0.74, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #C3841D is Cyan = 0, Magento = 0.32, Yellow = 0.85 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 132 | 29 | - |
| CMYK | 0 | 0.32 | 0.85 | 0.24 |
| HSL | 37.23º | 0.74% | 0.44% | - |
| HSV(B) | 37.23º | 0.85% | 0.76% | - |
| XYZ | 30.98 | 28.19 | 4.97 | - |
| YUV | 139.1 | 65.87 | 167.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 132 | 29 | 0 | 0.32 | 0.85 | 0.24 | 37.23 | 0.74 | 0.44 |
| Hex | C3 | 84 | 1D | 0 | 20 | 55 | 18 | 25 | 4A | 2C |
| Octal | 303 | 204 | 35 | 0 | 40 | 125 | 30 | 45 | 112 | 54 |
| Binary | 11000011 | 10000100 | 11101 | 0 | 100000 | 1010101 | 11000 | 100101 | 1001010 | 101100 |
Color Harmonies of #C3841D
Complementary color
Monochromatic Colors of #C3841D
Black with #C3841D
Text Example
Text Example
White with #C3841D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C3841D; }
p { color: rgb(195,132,29); }
H1.HeaderClassName
{
color: #C3841D;
}
.AnyTagClassName
{
color: #C3841D;
}
</style>
background-color css
<style>
a { background-color: #C3841D; }
a { background-color: rgb(195,132,29); }
div.DivClassName
{
background-color: #C3841D;
}
.BgClassName
{
background-color: #C3841D;
}
</style>
border-color css
<style>
span { border-color: #C3841D; }
span { border-color: rgb(195,132,29); }
td.TdClassName
{
border-color: #C3841D;
}
.TagClassName
{
border-color: #C3841D;
}
</style>