Shades of Geebung #C38322
Tints of Geebung #C38322
RGB
CMYK
RGB Variations
Color information
#C38322 (or 0xC38322) is known color: Geebung. HEX triplet: C3, 83 and 22. RGB value is (195,131,34). Sum of RGB (Red+Green+Blue) = 195+131+34=360 (47% of max value = 765). Red value is 195 (76.56% from 255 or 54.17% from 360); Green value is 131 (51.56% from 255 or 36.39% from 360); Blue value is 34 (13.67% from 255 or 9.44% from 360); Max value from RGB is 195 - color contains mainly: red. Hex color #C38322 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C38322 is #3C7CDD. Grayscale: #8B8B8B. Windows color (decimal): -3964126 or 2261955. OLE color: 2261955.
HSL color Cylindrical-coordinate representation of color #C38322: hue angle of 36.15º 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 #C38322 is Cyan = 0, Magento = 0.33, Yellow = 0.83 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 131 | 34 | - |
| CMYK | 0 | 0.33 | 0.83 | 0.24 |
| HSL | 36.15º | 0.7% | 0.45% | - |
| HSV(B) | 36.15º | 0.83% | 0.76% | - |
| XYZ | 30.91 | 27.95 | 5.28 | - |
| YUV | 139.08 | 68.7 | 167.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 131 | 34 | 0 | 0.33 | 0.83 | 0.24 | 36.15 | 0.7 | 0.45 |
| Hex | C3 | 83 | 22 | 0 | 21 | 53 | 18 | 24 | 46 | 2D |
| Octal | 303 | 203 | 42 | 0 | 41 | 123 | 30 | 44 | 106 | 55 |
| Binary | 11000011 | 10000011 | 100010 | 0 | 100001 | 1010011 | 11000 | 100100 | 1000110 | 101101 |
Color Harmonies of #C38322
Complementary color
Monochromatic Colors of #C38322
Black with #C38322
Text Example
Text Example
White with #C38322
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C38322; }
p { color: rgb(195,131,34); }
H1.HeaderClassName
{
color: #C38322;
}
.AnyTagClassName
{
color: #C38322;
}
</style>
background-color css
<style>
a { background-color: #C38322; }
a { background-color: rgb(195,131,34); }
div.DivClassName
{
background-color: #C38322;
}
.BgClassName
{
background-color: #C38322;
}
</style>
border-color css
<style>
span { border-color: #C38322; }
span { border-color: rgb(195,131,34); }
td.TdClassName
{
border-color: #C38322;
}
.TagClassName
{
border-color: #C38322;
}
</style>