Shades of Geebung #C77F29
Tints of Geebung #C77F29
RGB
CMYK
RGB Variations
Color information
#C77F29 (or 0xC77F29) is known color: Geebung. HEX triplet: C7, 7F and 29. RGB value is (199,127,41). Sum of RGB (Red+Green+Blue) = 199+127+41=367 (48% of max value = 765). Red value is 199 (78.12% from 255 or 54.22% from 367); Green value is 127 (50% from 255 or 34.60% from 367); Blue value is 41 (16.41% from 255 or 11.17% from 367); Max value from RGB is 199 - color contains mainly: red. Hex color #C77F29 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C77F29 is #3880D6. Grayscale: #8B8B8B. Windows color (decimal): -3702999 or 2719687. OLE color: 2719687.
HSL color Cylindrical-coordinate representation of color #C77F29: hue angle of 32.66º degrees, saturation: 0.66, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #C77F29 is Cyan = 0, Magento = 0.36, Yellow = 0.79 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 127 | 41 | - |
| CMYK | 0 | 0.36 | 0.79 | 0.22 |
| HSL | 32.66º | 0.66% | 0.47% | - |
| HSV(B) | 32.66º | 0.79% | 0.78% | - |
| XYZ | 31.54 | 27.48 | 5.74 | - |
| YUV | 138.72 | 72.85 | 170.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 127 | 41 | 0 | 0.36 | 0.79 | 0.22 | 32.66 | 0.66 | 0.47 |
| Hex | C7 | 7F | 29 | 0 | 24 | 4F | 16 | 21 | 42 | 2F |
| Octal | 307 | 177 | 51 | 0 | 44 | 117 | 26 | 41 | 102 | 57 |
| Binary | 11000111 | 1111111 | 101001 | 0 | 100100 | 1001111 | 10110 | 100001 | 1000010 | 101111 |
Color Harmonies of #C77F29
Complementary color
Monochromatic Colors of #C77F29
Black with #C77F29
Text Example
Text Example
White with #C77F29
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C77F29; }
p { color: rgb(199,127,41); }
H1.HeaderClassName
{
color: #C77F29;
}
.AnyTagClassName
{
color: #C77F29;
}
</style>
background-color css
<style>
a { background-color: #C77F29; }
a { background-color: rgb(199,127,41); }
div.DivClassName
{
background-color: #C77F29;
}
.BgClassName
{
background-color: #C77F29;
}
</style>
border-color css
<style>
span { border-color: #C77F29; }
span { border-color: rgb(199,127,41); }
td.TdClassName
{
border-color: #C77F29;
}
.TagClassName
{
border-color: #C77F29;
}
</style>