Shades of Geebung #C38422
Tints of Geebung #C38422
RGB
CMYK
RGB Variations
Color information
#C38422 (or 0xC38422) is known color: Geebung. HEX triplet: C3, 84 and 22. RGB value is (195,132,34). Sum of RGB (Red+Green+Blue) = 195+132+34=361 (47% of max value = 765). Red value is 195 (76.56% from 255 or 54.02% from 361); Green value is 132 (51.95% from 255 or 36.57% from 361); Blue value is 34 (13.67% from 255 or 9.42% from 361); Max value from RGB is 195 - color contains mainly: red. Hex color #C38422 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C38422 is #3C7BDD. Grayscale: #8C8C8C. Windows color (decimal): -3963870 or 2262211. OLE color: 2262211.
HSL color Cylindrical-coordinate representation of color #C38422: hue angle of 36.52º 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 #C38422 is Cyan = 0, Magento = 0.32, Yellow = 0.83 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 132 | 34 | - |
| CMYK | 0 | 0.32 | 0.83 | 0.24 |
| HSL | 36.52º | 0.7% | 0.45% | - |
| HSV(B) | 36.52º | 0.83% | 0.76% | - |
| XYZ | 31.05 | 28.22 | 5.32 | - |
| YUV | 139.67 | 68.37 | 167.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 132 | 34 | 0 | 0.32 | 0.83 | 0.24 | 36.52 | 0.7 | 0.45 |
| Hex | C3 | 84 | 22 | 0 | 20 | 53 | 18 | 25 | 46 | 2D |
| Octal | 303 | 204 | 42 | 0 | 40 | 123 | 30 | 45 | 106 | 55 |
| Binary | 11000011 | 10000100 | 100010 | 0 | 100000 | 1010011 | 11000 | 100101 | 1000110 | 101101 |
Color Harmonies of #C38422
Complementary color
Monochromatic Colors of #C38422
Black with #C38422
Text Example
Text Example
White with #C38422
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C38422; }
p { color: rgb(195,132,34); }
H1.HeaderClassName
{
color: #C38422;
}
.AnyTagClassName
{
color: #C38422;
}
</style>
background-color css
<style>
a { background-color: #C38422; }
a { background-color: rgb(195,132,34); }
div.DivClassName
{
background-color: #C38422;
}
.BgClassName
{
background-color: #C38422;
}
</style>
border-color css
<style>
span { border-color: #C38422; }
span { border-color: rgb(195,132,34); }
td.TdClassName
{
border-color: #C38422;
}
.TagClassName
{
border-color: #C38422;
}
</style>