Shades of Geebung #C38627
Tints of Geebung #C38627
RGB
CMYK
RGB Variations
Color information
#C38627 (or 0xC38627) is known color: Geebung. HEX triplet: C3, 86 and 27. RGB value is (195,134,39). Sum of RGB (Red+Green+Blue) = 195+134+39=368 (48% of max value = 765). Red value is 195 (76.56% from 255 or 52.99% from 368); Green value is 134 (52.73% from 255 or 36.41% from 368); Blue value is 39 (15.62% from 255 or 10.60% from 368); Max value from RGB is 195 - color contains mainly: red. Hex color #C38627 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C38627 is #3C79D8. Grayscale: #8D8D8D. Windows color (decimal): -3963353 or 2590403. OLE color: 2590403.
HSL color Cylindrical-coordinate representation of color #C38627: hue angle of 36.54º degrees, saturation: 0.67, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #C38627 is Cyan = 0, Magento = 0.31, Yellow = 0.80 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 134 | 39 | - |
| CMYK | 0 | 0.31 | 0.80 | 0.24 |
| HSL | 36.54º | 0.67% | 0.46% | - |
| HSV(B) | 36.54º | 0.8% | 0.76% | - |
| XYZ | 31.4 | 28.8 | 5.82 | - |
| YUV | 141.41 | 70.21 | 166.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 134 | 39 | 0 | 0.31 | 0.80 | 0.24 | 36.54 | 0.67 | 0.46 |
| Hex | C3 | 86 | 27 | 0 | 1F | 50 | 18 | 25 | 43 | 2E |
| Octal | 303 | 206 | 47 | 0 | 37 | 120 | 30 | 45 | 103 | 56 |
| Binary | 11000011 | 10000110 | 100111 | 0 | 11111 | 1010000 | 11000 | 100101 | 1000011 | 101110 |
Color Harmonies of #C38627
Complementary color
Monochromatic Colors of #C38627
Black with #C38627
Text Example
Text Example
White with #C38627
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C38627; }
p { color: rgb(195,134,39); }
H1.HeaderClassName
{
color: #C38627;
}
.AnyTagClassName
{
color: #C38627;
}
</style>
background-color css
<style>
a { background-color: #C38627; }
a { background-color: rgb(195,134,39); }
div.DivClassName
{
background-color: #C38627;
}
.BgClassName
{
background-color: #C38627;
}
</style>
border-color css
<style>
span { border-color: #C38627; }
span { border-color: rgb(195,134,39); }
td.TdClassName
{
border-color: #C38627;
}
.TagClassName
{
border-color: #C38627;
}
</style>