Shades of Geebung #C37B31
Tints of Geebung #C37B31
RGB
CMYK
RGB Variations
Color information
#C37B31 (or 0xC37B31) is known color: Geebung. HEX triplet: C3, 7B and 31. RGB value is (195,123,49). Sum of RGB (Red+Green+Blue) = 195+123+49=367 (48% of max value = 765). Red value is 195 (76.56% from 255 or 53.13% from 367); Green value is 123 (48.44% from 255 or 33.51% from 367); Blue value is 49 (19.53% from 255 or 13.35% from 367); Max value from RGB is 195 - color contains mainly: red. Hex color #C37B31 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C37B31 is #3C84CE. Grayscale: #888888. Windows color (decimal): -3966159 or 3242947. OLE color: 3242947.
HSL color Cylindrical-coordinate representation of color #C37B31: hue angle of 30.41º 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 #C37B31 is Cyan = 0, Magento = 0.37, Yellow = 0.75 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 123 | 49 | - |
| CMYK | 0 | 0.37 | 0.75 | 0.24 |
| HSL | 30.41º | 0.6% | 0.48% | - |
| HSV(B) | 30.41º | 0.75% | 0.76% | - |
| XYZ | 30.14 | 25.99 | 6.33 | - |
| YUV | 136.09 | 78.85 | 170.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 123 | 49 | 0 | 0.37 | 0.75 | 0.24 | 30.41 | 0.6 | 0.48 |
| Hex | C3 | 7B | 31 | 0 | 25 | 4B | 18 | 1E | 3C | 30 |
| Octal | 303 | 173 | 61 | 0 | 45 | 113 | 30 | 36 | 74 | 60 |
| Binary | 11000011 | 1111011 | 110001 | 0 | 100101 | 1001011 | 11000 | 11110 | 111100 | 110000 |
Color Harmonies of #C37B31
Complementary color
Monochromatic Colors of #C37B31
Black with #C37B31
Text Example
Text Example
White with #C37B31
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C37B31; }
p { color: rgb(195,123,49); }
H1.HeaderClassName
{
color: #C37B31;
}
.AnyTagClassName
{
color: #C37B31;
}
</style>
background-color css
<style>
a { background-color: #C37B31; }
a { background-color: rgb(195,123,49); }
div.DivClassName
{
background-color: #C37B31;
}
.BgClassName
{
background-color: #C37B31;
}
</style>
border-color css
<style>
span { border-color: #C37B31; }
span { border-color: rgb(195,123,49); }
td.TdClassName
{
border-color: #C37B31;
}
.TagClassName
{
border-color: #C37B31;
}
</style>