Shades of Geebung #C78423
Tints of Geebung #C78423
RGB
CMYK
RGB Variations
Color information
#C78423 (or 0xC78423) is known color: Geebung. HEX triplet: C7, 84 and 23. RGB value is (199,132,35). Sum of RGB (Red+Green+Blue) = 199+132+35=366 (48% of max value = 765). Red value is 199 (78.12% from 255 or 54.37% from 366); Green value is 132 (51.95% from 255 or 36.07% from 366); Blue value is 35 (14.06% from 255 or 9.56% from 366); Max value from RGB is 199 - color contains mainly: red. Hex color #C78423 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C78423 is #387BDC. Grayscale: #8D8D8D. Windows color (decimal): -3701725 or 2327751. OLE color: 2327751.
HSL color Cylindrical-coordinate representation of color #C78423: hue angle of 35.49º 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 #C78423 is Cyan = 0, Magento = 0.34, Yellow = 0.82 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 132 | 35 | - |
| CMYK | 0 | 0.34 | 0.82 | 0.22 |
| HSL | 35.49º | 0.7% | 0.46% | - |
| HSV(B) | 35.49º | 0.82% | 0.78% | - |
| XYZ | 32.11 | 28.77 | 5.45 | - |
| YUV | 140.98 | 68.2 | 169.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 132 | 35 | 0 | 0.34 | 0.82 | 0.22 | 35.49 | 0.7 | 0.46 |
| Hex | C7 | 84 | 23 | 0 | 22 | 52 | 16 | 23 | 46 | 2E |
| Octal | 307 | 204 | 43 | 0 | 42 | 122 | 26 | 43 | 106 | 56 |
| Binary | 11000111 | 10000100 | 100011 | 0 | 100010 | 1010010 | 10110 | 100011 | 1000110 | 101110 |
Color Harmonies of #C78423
Complementary color
Monochromatic Colors of #C78423
Black with #C78423
Text Example
Text Example
White with #C78423
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C78423; }
p { color: rgb(199,132,35); }
H1.HeaderClassName
{
color: #C78423;
}
.AnyTagClassName
{
color: #C78423;
}
</style>
background-color css
<style>
a { background-color: #C78423; }
a { background-color: rgb(199,132,35); }
div.DivClassName
{
background-color: #C78423;
}
.BgClassName
{
background-color: #C78423;
}
</style>
border-color css
<style>
span { border-color: #C78423; }
span { border-color: rgb(199,132,35); }
td.TdClassName
{
border-color: #C78423;
}
.TagClassName
{
border-color: #C78423;
}
</style>