Shades of Geebung #C37D2D
Tints of Geebung #C37D2D
RGB
CMYK
RGB Variations
Color information
#C37D2D (or 0xC37D2D) is known color: Geebung. HEX triplet: C3, 7D and 2D. RGB value is (195,125,45). Sum of RGB (Red+Green+Blue) = 195+125+45=365 (48% of max value = 765). Red value is 195 (76.56% from 255 or 53.42% from 365); Green value is 125 (49.22% from 255 or 34.25% from 365); Blue value is 45 (17.97% from 255 or 12.33% from 365); Max value from RGB is 195 - color contains mainly: red. Hex color #C37D2D is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C37D2D is #3C82D2. Grayscale: #898989. Windows color (decimal): -3965651 or 2981315. OLE color: 2981315.
HSL color Cylindrical-coordinate representation of color #C37D2D: hue angle of 32º 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 #C37D2D is Cyan = 0, Magento = 0.36, Yellow = 0.77 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 125 | 45 | - |
| CMYK | 0 | 0.36 | 0.77 | 0.24 |
| HSL | 32º | 0.63% | 0.47% | - |
| HSV(B) | 32º | 0.77% | 0.76% | - |
| XYZ | 30.31 | 26.46 | 5.99 | - |
| YUV | 136.81 | 76.19 | 169.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 125 | 45 | 0 | 0.36 | 0.77 | 0.24 | 32 | 0.63 | 0.47 |
| Hex | C3 | 7D | 2D | 0 | 24 | 4D | 18 | 20 | 3E | 2F |
| Octal | 303 | 175 | 55 | 0 | 44 | 115 | 30 | 40 | 76 | 57 |
| Binary | 11000011 | 1111101 | 101101 | 0 | 100100 | 1001101 | 11000 | 100000 | 111110 | 101111 |
Color Harmonies of #C37D2D
Complementary color
Monochromatic Colors of #C37D2D
Black with #C37D2D
Text Example
Text Example
White with #C37D2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C37D2D; }
p { color: rgb(195,125,45); }
H1.HeaderClassName
{
color: #C37D2D;
}
.AnyTagClassName
{
color: #C37D2D;
}
</style>
background-color css
<style>
a { background-color: #C37D2D; }
a { background-color: rgb(195,125,45); }
div.DivClassName
{
background-color: #C37D2D;
}
.BgClassName
{
background-color: #C37D2D;
}
</style>
border-color css
<style>
span { border-color: #C37D2D; }
span { border-color: rgb(195,125,45); }
td.TdClassName
{
border-color: #C37D2D;
}
.TagClassName
{
border-color: #C37D2D;
}
</style>