Shades of Geebung #C37C2D
Tints of Geebung #C37C2D
RGB
CMYK
RGB Variations
Color information
#C37C2D (or 0xC37C2D) is known color: Geebung. HEX triplet: C3, 7C and 2D. RGB value is (195,124,45). Sum of RGB (Red+Green+Blue) = 195+124+45=364 (48% of max value = 765). Red value is 195 (76.56% from 255 or 53.57% from 364); Green value is 124 (48.83% from 255 or 34.07% from 364); Blue value is 45 (17.97% from 255 or 12.36% from 364); Max value from RGB is 195 - color contains mainly: red. Hex color #C37C2D is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C37C2D is #3C83D2. Grayscale: #888888. Windows color (decimal): -3965907 or 2981059. OLE color: 2981059.
HSL color Cylindrical-coordinate representation of color #C37C2D: hue angle of 31.6º degrees, saturation: 0.62, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #C37C2D is Cyan = 0, Magento = 0.36, Yellow = 0.77 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 124 | 45 | - |
| CMYK | 0 | 0.36 | 0.77 | 0.24 |
| HSL | 31.6º | 0.63% | 0.47% | - |
| HSV(B) | 31.6º | 0.77% | 0.76% | - |
| XYZ | 30.19 | 26.21 | 5.95 | - |
| YUV | 136.22 | 76.52 | 169.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 124 | 45 | 0 | 0.36 | 0.77 | 0.24 | 31.6 | 0.63 | 0.47 |
| Hex | C3 | 7C | 2D | 0 | 24 | 4D | 18 | 20 | 3E | 2F |
| Octal | 303 | 174 | 55 | 0 | 44 | 115 | 30 | 40 | 76 | 57 |
| Binary | 11000011 | 1111100 | 101101 | 0 | 100100 | 1001101 | 11000 | 100000 | 111110 | 101111 |
Color Harmonies of #C37C2D
Complementary color
Monochromatic Colors of #C37C2D
Black with #C37C2D
Text Example
Text Example
White with #C37C2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C37C2D; }
p { color: rgb(195,124,45); }
H1.HeaderClassName
{
color: #C37C2D;
}
.AnyTagClassName
{
color: #C37C2D;
}
</style>
background-color css
<style>
a { background-color: #C37C2D; }
a { background-color: rgb(195,124,45); }
div.DivClassName
{
background-color: #C37C2D;
}
.BgClassName
{
background-color: #C37C2D;
}
</style>
border-color css
<style>
span { border-color: #C37C2D; }
span { border-color: rgb(195,124,45); }
td.TdClassName
{
border-color: #C37C2D;
}
.TagClassName
{
border-color: #C37C2D;
}
</style>