Shades of Geebung #C5802D
Tints of Geebung #C5802D
RGB
CMYK
RGB Variations
Color information
#C5802D (or 0xC5802D) is known color: Geebung. HEX triplet: C5, 80 and 2D. RGB value is (197,128,45). Sum of RGB (Red+Green+Blue) = 197+128+45=370 (49% of max value = 765). Red value is 197 (77.34% from 255 or 53.24% from 370); Green value is 128 (50.39% from 255 or 34.59% from 370); Blue value is 45 (17.97% from 255 or 12.16% from 370); Max value from RGB is 197 - color contains mainly: red. Hex color #C5802D is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C5802D is #3A7FD2. Grayscale: #8B8B8B. Windows color (decimal): -3833811 or 2982085. OLE color: 2982085.
HSL color Cylindrical-coordinate representation of color #C5802D: hue angle of 32.76º degrees, saturation: 0.63, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #C5802D is Cyan = 0, Magento = 0.35, Yellow = 0.77 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 128 | 45 | - |
| CMYK | 0 | 0.35 | 0.77 | 0.23 |
| HSL | 32.76º | 0.63% | 0.47% | - |
| HSV(B) | 32.76º | 0.77% | 0.77% | - |
| XYZ | 31.22 | 27.5 | 6.14 | - |
| YUV | 139.17 | 74.86 | 169.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 128 | 45 | 0 | 0.35 | 0.77 | 0.23 | 32.76 | 0.63 | 0.47 |
| Hex | C5 | 80 | 2D | 0 | 23 | 4D | 17 | 21 | 3F | 2F |
| Octal | 305 | 200 | 55 | 0 | 43 | 115 | 27 | 41 | 77 | 57 |
| Binary | 11000101 | 10000000 | 101101 | 0 | 100011 | 1001101 | 10111 | 100001 | 111111 | 101111 |
Color Harmonies of #C5802D
Complementary color
Monochromatic Colors of #C5802D
Black with #C5802D
Text Example
Text Example
White with #C5802D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5802D; }
p { color: rgb(197,128,45); }
H1.HeaderClassName
{
color: #C5802D;
}
.AnyTagClassName
{
color: #C5802D;
}
</style>
background-color css
<style>
a { background-color: #C5802D; }
a { background-color: rgb(197,128,45); }
div.DivClassName
{
background-color: #C5802D;
}
.BgClassName
{
background-color: #C5802D;
}
</style>
border-color css
<style>
span { border-color: #C5802D; }
span { border-color: rgb(197,128,45); }
td.TdClassName
{
border-color: #C5802D;
}
.TagClassName
{
border-color: #C5802D;
}
</style>