Shades of Geebung #C37F31
Tints of Geebung #C37F31
RGB
CMYK
RGB Variations
Color information
#C37F31 (or 0xC37F31) is known color: Geebung. HEX triplet: C3, 7F and 31. RGB value is (195,127,49). Sum of RGB (Red+Green+Blue) = 195+127+49=371 (49% of max value = 765). Red value is 195 (76.56% from 255 or 52.56% from 371); Green value is 127 (50% from 255 or 34.23% from 371); Blue value is 49 (19.53% from 255 or 13.21% from 371); Max value from RGB is 195 - color contains mainly: red. Hex color #C37F31 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C37F31 is #3C80CE. Grayscale: #8A8A8A. Windows color (decimal): -3965135 or 3243971. OLE color: 3243971.
HSL color Cylindrical-coordinate representation of color #C37F31: hue angle of 32.05º degrees, saturation: 0.6, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #C37F31 is Cyan = 0, Magento = 0.35, Yellow = 0.75 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 127 | 49 | - |
| CMYK | 0 | 0.35 | 0.75 | 0.24 |
| HSL | 32.05º | 0.6% | 0.48% | - |
| HSV(B) | 32.05º | 0.75% | 0.76% | - |
| XYZ | 30.65 | 27 | 6.5 | - |
| YUV | 138.44 | 77.53 | 168.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 127 | 49 | 0 | 0.35 | 0.75 | 0.24 | 32.05 | 0.6 | 0.48 |
| Hex | C3 | 7F | 31 | 0 | 23 | 4B | 18 | 20 | 3C | 30 |
| Octal | 303 | 177 | 61 | 0 | 43 | 113 | 30 | 40 | 74 | 60 |
| Binary | 11000011 | 1111111 | 110001 | 0 | 100011 | 1001011 | 11000 | 100000 | 111100 | 110000 |
Color Harmonies of #C37F31
Complementary color
Monochromatic Colors of #C37F31
Black with #C37F31
Text Example
Text Example
White with #C37F31
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C37F31; }
p { color: rgb(195,127,49); }
H1.HeaderClassName
{
color: #C37F31;
}
.AnyTagClassName
{
color: #C37F31;
}
</style>
background-color css
<style>
a { background-color: #C37F31; }
a { background-color: rgb(195,127,49); }
div.DivClassName
{
background-color: #C37F31;
}
.BgClassName
{
background-color: #C37F31;
}
</style>
border-color css
<style>
span { border-color: #C37F31; }
span { border-color: rgb(195,127,49); }
td.TdClassName
{
border-color: #C37F31;
}
.TagClassName
{
border-color: #C37F31;
}
</style>