Shades of Geebung #C78B23
Tints of Geebung #C78B23
RGB
CMYK
RGB Variations
Color information
#C78B23 (or 0xC78B23) is known color: Geebung. HEX triplet: C7, 8B and 23. RGB value is (199,139,35). Sum of RGB (Red+Green+Blue) = 199+139+35=373 (49% of max value = 765). Red value is 199 (78.12% from 255 or 53.35% from 373); Green value is 139 (54.69% from 255 or 37.27% from 373); Blue value is 35 (14.06% from 255 or 9.38% from 373); Max value from RGB is 199 - color contains mainly: red. Hex color #C78B23 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C78B23 is #3874DC. Grayscale: #919191. Windows color (decimal): -3699933 or 2329543. OLE color: 2329543.
HSL color Cylindrical-coordinate representation of color #C78B23: hue angle of 38.05º 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 #C78B23 is Cyan = 0, Magento = 0.30, Yellow = 0.82 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 139 | 35 | - |
| CMYK | 0 | 0.30 | 0.82 | 0.22 |
| HSL | 38.05º | 0.7% | 0.46% | - |
| HSV(B) | 38.05º | 0.82% | 0.78% | - |
| XYZ | 33.09 | 30.73 | 5.78 | - |
| YUV | 145.08 | 65.88 | 166.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 139 | 35 | 0 | 0.30 | 0.82 | 0.22 | 38.05 | 0.7 | 0.46 |
| Hex | C7 | 8B | 23 | 0 | 1E | 52 | 16 | 26 | 46 | 2E |
| Octal | 307 | 213 | 43 | 0 | 36 | 122 | 26 | 46 | 106 | 56 |
| Binary | 11000111 | 10001011 | 100011 | 0 | 11110 | 1010010 | 10110 | 100110 | 1000110 | 101110 |
Color Harmonies of #C78B23
Complementary color
Monochromatic Colors of #C78B23
Black with #C78B23
Text Example
Text Example
White with #C78B23
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C78B23; }
p { color: rgb(199,139,35); }
H1.HeaderClassName
{
color: #C78B23;
}
.AnyTagClassName
{
color: #C78B23;
}
</style>
background-color css
<style>
a { background-color: #C78B23; }
a { background-color: rgb(199,139,35); }
div.DivClassName
{
background-color: #C78B23;
}
.BgClassName
{
background-color: #C78B23;
}
</style>
border-color css
<style>
span { border-color: #C78B23; }
span { border-color: rgb(199,139,35); }
td.TdClassName
{
border-color: #C78B23;
}
.TagClassName
{
border-color: #C78B23;
}
</style>