Shades of Geebung #C37F27
Tints of Geebung #C37F27
RGB
CMYK
RGB Variations
Color information
#C37F27 (or 0xC37F27) is known color: Geebung. HEX triplet: C3, 7F and 27. RGB value is (195,127,39). Sum of RGB (Red+Green+Blue) = 195+127+39=361 (47% of max value = 765). Red value is 195 (76.56% from 255 or 54.02% from 361); Green value is 127 (50% from 255 or 35.18% from 361); Blue value is 39 (15.62% from 255 or 10.80% from 361); Max value from RGB is 195 - color contains mainly: red. Hex color #C37F27 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C37F27 is #3C80D8. Grayscale: #898989. Windows color (decimal): -3965145 or 2588611. OLE color: 2588611.
HSL color Cylindrical-coordinate representation of color #C37F27: hue angle of 33.85º 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 #C37F27 is Cyan = 0, Magento = 0.35, Yellow = 0.80 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 127 | 39 | - |
| CMYK | 0 | 0.35 | 0.80 | 0.24 |
| HSL | 33.85º | 0.67% | 0.46% | - |
| HSV(B) | 33.85º | 0.8% | 0.76% | - |
| XYZ | 30.46 | 26.93 | 5.51 | - |
| YUV | 137.3 | 72.53 | 169.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 127 | 39 | 0 | 0.35 | 0.80 | 0.24 | 33.85 | 0.67 | 0.46 |
| Hex | C3 | 7F | 27 | 0 | 23 | 50 | 18 | 22 | 43 | 2E |
| Octal | 303 | 177 | 47 | 0 | 43 | 120 | 30 | 42 | 103 | 56 |
| Binary | 11000011 | 1111111 | 100111 | 0 | 100011 | 1010000 | 11000 | 100010 | 1000011 | 101110 |
Color Harmonies of #C37F27
Complementary color
Monochromatic Colors of #C37F27
Black with #C37F27
Text Example
Text Example
White with #C37F27
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C37F27; }
p { color: rgb(195,127,39); }
H1.HeaderClassName
{
color: #C37F27;
}
.AnyTagClassName
{
color: #C37F27;
}
</style>
background-color css
<style>
a { background-color: #C37F27; }
a { background-color: rgb(195,127,39); }
div.DivClassName
{
background-color: #C37F27;
}
.BgClassName
{
background-color: #C37F27;
}
</style>
border-color css
<style>
span { border-color: #C37F27; }
span { border-color: rgb(195,127,39); }
td.TdClassName
{
border-color: #C37F27;
}
.TagClassName
{
border-color: #C37F27;
}
</style>