Shades of Geebung #C38622
Tints of Geebung #C38622
RGB
CMYK
RGB Variations
Color information
#C38622 (or 0xC38622) is known color: Geebung. HEX triplet: C3, 86 and 22. RGB value is (195,134,34). Sum of RGB (Red+Green+Blue) = 195+134+34=363 (48% of max value = 765). Red value is 195 (76.56% from 255 or 53.72% from 363); Green value is 134 (52.73% from 255 or 36.91% from 363); Blue value is 34 (13.67% from 255 or 9.37% from 363); Max value from RGB is 195 - color contains mainly: red. Hex color #C38622 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C38622 is #3C79DD. Grayscale: #8D8D8D. Windows color (decimal): -3963358 or 2262723. OLE color: 2262723.
HSL color Cylindrical-coordinate representation of color #C38622: hue angle of 37.27º degrees, saturation: 0.7, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #C38622 is Cyan = 0, Magento = 0.31, Yellow = 0.83 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 134 | 34 | - |
| CMYK | 0 | 0.31 | 0.83 | 0.24 |
| HSL | 37.27º | 0.7% | 0.45% | - |
| HSV(B) | 37.27º | 0.83% | 0.76% | - |
| XYZ | 31.32 | 28.77 | 5.42 | - |
| YUV | 140.84 | 67.71 | 166.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 134 | 34 | 0 | 0.31 | 0.83 | 0.24 | 37.27 | 0.7 | 0.45 |
| Hex | C3 | 86 | 22 | 0 | 1F | 53 | 18 | 25 | 46 | 2D |
| Octal | 303 | 206 | 42 | 0 | 37 | 123 | 30 | 45 | 106 | 55 |
| Binary | 11000011 | 10000110 | 100010 | 0 | 11111 | 1010011 | 11000 | 100101 | 1000110 | 101101 |
Color Harmonies of #C38622
Complementary color
Monochromatic Colors of #C38622
Black with #C38622
Text Example
Text Example
White with #C38622
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C38622; }
p { color: rgb(195,134,34); }
H1.HeaderClassName
{
color: #C38622;
}
.AnyTagClassName
{
color: #C38622;
}
</style>
background-color css
<style>
a { background-color: #C38622; }
a { background-color: rgb(195,134,34); }
div.DivClassName
{
background-color: #C38622;
}
.BgClassName
{
background-color: #C38622;
}
</style>
border-color css
<style>
span { border-color: #C38622; }
span { border-color: rgb(195,134,34); }
td.TdClassName
{
border-color: #C38622;
}
.TagClassName
{
border-color: #C38622;
}
</style>