Shades of Geebung #C37C2E
Tints of Geebung #C37C2E
RGB
CMYK
RGB Variations
Color information
#C37C2E (or 0xC37C2E) is known color: Geebung. HEX triplet: C3, 7C and 2E. RGB value is (195,124,46). Sum of RGB (Red+Green+Blue) = 195+124+46=365 (48% of max value = 765). Red value is 195 (76.56% from 255 or 53.42% from 365); Green value is 124 (48.83% from 255 or 33.97% from 365); Blue value is 46 (18.36% from 255 or 12.60% from 365); Max value from RGB is 195 - color contains mainly: red. Hex color #C37C2E is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C37C2E is #3C83D1. Grayscale: #888888. Windows color (decimal): -3965906 or 3046595. OLE color: 3046595.
HSL color Cylindrical-coordinate representation of color #C37C2E: hue angle of 31.41º degrees, saturation: 0.62, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #C37C2E is Cyan = 0, Magento = 0.36, Yellow = 0.76 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 124 | 46 | - |
| CMYK | 0 | 0.36 | 0.76 | 0.24 |
| HSL | 31.41º | 0.62% | 0.47% | - |
| HSV(B) | 31.41º | 0.76% | 0.76% | - |
| XYZ | 30.21 | 26.21 | 6.05 | - |
| YUV | 136.34 | 77.02 | 169.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 124 | 46 | 0 | 0.36 | 0.76 | 0.24 | 31.41 | 0.62 | 0.47 |
| Hex | C3 | 7C | 2E | 0 | 24 | 4C | 18 | 1F | 3E | 2F |
| Octal | 303 | 174 | 56 | 0 | 44 | 114 | 30 | 37 | 76 | 57 |
| Binary | 11000011 | 1111100 | 101110 | 0 | 100100 | 1001100 | 11000 | 11111 | 111110 | 101111 |
Color Harmonies of #C37C2E
Complementary color
Monochromatic Colors of #C37C2E
Black with #C37C2E
Text Example
Text Example
White with #C37C2E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C37C2E; }
p { color: rgb(195,124,46); }
H1.HeaderClassName
{
color: #C37C2E;
}
.AnyTagClassName
{
color: #C37C2E;
}
</style>
background-color css
<style>
a { background-color: #C37C2E; }
a { background-color: rgb(195,124,46); }
div.DivClassName
{
background-color: #C37C2E;
}
.BgClassName
{
background-color: #C37C2E;
}
</style>
border-color css
<style>
span { border-color: #C37C2E; }
span { border-color: rgb(195,124,46); }
td.TdClassName
{
border-color: #C37C2E;
}
.TagClassName
{
border-color: #C37C2E;
}
</style>