Shades of Geebung #C78A23
Tints of Geebung #C78A23
RGB
CMYK
RGB Variations
Color information
#C78A23 (or 0xC78A23) is known color: Geebung. HEX triplet: C7, 8A and 23. RGB value is (199,138,35). Sum of RGB (Red+Green+Blue) = 199+138+35=372 (49% of max value = 765). Red value is 199 (78.12% from 255 or 53.49% from 372); Green value is 138 (54.30% from 255 or 37.10% from 372); Blue value is 35 (14.06% from 255 or 9.41% from 372); Max value from RGB is 199 - color contains mainly: red. Hex color #C78A23 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C78A23 is #3875DC. Grayscale: #909090. Windows color (decimal): -3700189 or 2329287. OLE color: 2329287.
HSL color Cylindrical-coordinate representation of color #C78A23: hue angle of 37.68º degrees, saturation: 0.7, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #C78A23 is Cyan = 0, Magento = 0.31, Yellow = 0.82 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 138 | 35 | - |
| CMYK | 0 | 0.31 | 0.82 | 0.22 |
| HSL | 37.68º | 0.7% | 0.46% | - |
| HSV(B) | 37.68º | 0.82% | 0.78% | - |
| XYZ | 32.95 | 30.44 | 5.73 | - |
| YUV | 144.5 | 66.21 | 166.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 138 | 35 | 0 | 0.31 | 0.82 | 0.22 | 37.68 | 0.7 | 0.46 |
| Hex | C7 | 8A | 23 | 0 | 1F | 52 | 16 | 26 | 46 | 2E |
| Octal | 307 | 212 | 43 | 0 | 37 | 122 | 26 | 46 | 106 | 56 |
| Binary | 11000111 | 10001010 | 100011 | 0 | 11111 | 1010010 | 10110 | 100110 | 1000110 | 101110 |
Color Harmonies of #C78A23
Complementary color
Monochromatic Colors of #C78A23
Black with #C78A23
Text Example
Text Example
White with #C78A23
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C78A23; }
p { color: rgb(199,138,35); }
H1.HeaderClassName
{
color: #C78A23;
}
.AnyTagClassName
{
color: #C78A23;
}
</style>
background-color css
<style>
a { background-color: #C78A23; }
a { background-color: rgb(199,138,35); }
div.DivClassName
{
background-color: #C78A23;
}
.BgClassName
{
background-color: #C78A23;
}
</style>
border-color css
<style>
span { border-color: #C78A23; }
span { border-color: rgb(199,138,35); }
td.TdClassName
{
border-color: #C78A23;
}
.TagClassName
{
border-color: #C78A23;
}
</style>