Shades of Geebung #C38434
Tints of Geebung #C38434
RGB
CMYK
RGB Variations
Color information
#C38434 (or 0xC38434) is known color: Geebung. HEX triplet: C3, 84 and 34. RGB value is (195,132,52). Sum of RGB (Red+Green+Blue) = 195+132+52=379 (50% of max value = 765). Red value is 195 (76.56% from 255 or 51.45% from 379); Green value is 132 (51.95% from 255 or 34.83% from 379); Blue value is 52 (20.70% from 255 or 13.72% from 379); Max value from RGB is 195 - color contains mainly: red. Hex color #C38434 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C38434 is #3C7BCB. Grayscale: #8E8E8E. Windows color (decimal): -3963852 or 3441859. OLE color: 3441859.
HSL color Cylindrical-coordinate representation of color #C38434: hue angle of 33.57º degrees, saturation: 0.58, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #C38434 is Cyan = 0, Magento = 0.32, Yellow = 0.73 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 132 | 52 | - |
| CMYK | 0 | 0.32 | 0.73 | 0.24 |
| HSL | 33.57º | 0.58% | 0.48% | - |
| HSV(B) | 33.57º | 0.73% | 0.76% | - |
| XYZ | 31.38 | 28.35 | 7.07 | - |
| YUV | 141.72 | 77.37 | 166 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 132 | 52 | 0 | 0.32 | 0.73 | 0.24 | 33.57 | 0.58 | 0.48 |
| Hex | C3 | 84 | 34 | 0 | 20 | 49 | 18 | 22 | 3A | 30 |
| Octal | 303 | 204 | 64 | 0 | 40 | 111 | 30 | 42 | 72 | 60 |
| Binary | 11000011 | 10000100 | 110100 | 0 | 100000 | 1001001 | 11000 | 100010 | 111010 | 110000 |
Color Harmonies of #C38434
Complementary color
Monochromatic Colors of #C38434
Black with #C38434
Text Example
Text Example
White with #C38434
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C38434; }
p { color: rgb(195,132,52); }
H1.HeaderClassName
{
color: #C38434;
}
.AnyTagClassName
{
color: #C38434;
}
</style>
background-color css
<style>
a { background-color: #C38434; }
a { background-color: rgb(195,132,52); }
div.DivClassName
{
background-color: #C38434;
}
.BgClassName
{
background-color: #C38434;
}
</style>
border-color css
<style>
span { border-color: #C38434; }
span { border-color: rgb(195,132,52); }
td.TdClassName
{
border-color: #C38434;
}
.TagClassName
{
border-color: #C38434;
}
</style>